I am working on a music player application and I'm not happy with the current standard for music tags. I would like to extend on the current ones. Is it possible to add custom metadata tags to audio files (MP3, OGG, FLAC, WAV)? Obviously only my application could read this metadata. Would adding custom metadata corrupt the files so they can't be played correctly by other players?
Is it possible to add custom metadata tags to music files?
4k Views Asked by Keavon At
1
There are 1 best solutions below
Related Questions in AUDIO
- Play multiple audio files in a slider
- Unity3d AudioSource not creatable
- JavaFX can't play mp3 files
- iPhone simultaneous sound output
- Phonegap Build App - Play Audio
- HTML5 Audio pause not working
- Java boolean play button issue (play over and over again with each click)
- import a sound externally or from the library? AS3
- Set audio source
- Saving a sound bite as a ringtone
- Using OnAudioFilterRead with playOnAwake
- Audio recorded with Samsung does not play on iOS
- fftw of 16bit Audio :: peak appearing wrong at 2f
- How to Export an audio file with effect in iOS
- Tried multiple solutions onsite, none worked: Play <audio> on Konami code
Related Questions in METADATA
- Extract bytes of specific stream from mpegts file using ffmpeg
- Configuring Web Applications for iOS
- Compiler Error: 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\014679fc\1b393534\App_Web_glpoum5i.dll' could not be found
- Rest API to upload an image with customized metadata in office 365
- Transient fields from Hibernate PersistentClass
- Retrieve metadata from a database with EntityFramework
- storing ntfs file metadata for retrieval via webserver and linking with database
- Delete all posts and associated meta data that are not custom post types
- Unsupported field datatype: metadata
- Shibboleth - Secure different URLs with different IdPs
- How to find header section in Magento platform?
- How to know to which columns a foreign key is referencing in Oracle SQL Developer?
- Getting a MySQL table's key and engine information from a statement's metadata using java
- Why does ^metadata 'symbol not work?
- ffmpeg: add album art with fluent-mmpeg
Related Questions in ID3
- What does "raw image data, as a byte string" mean?
- StackOverflowError on decision tree generating JAVA
- eyed3 package for Python not properly setting ID3 metadata
- Extract ID3 tags of a MP3 URL with partial download using python
- Read mp3 Popularimeter in ID3.NET?
- Is it possible to add custom metadata tags to music files?
- Accord.NET machine learning on table data to predict next row
- Fetching ID3 metadata while HLS stream is being played on AppleTV via Airplay
- string.replace('the','') is leaving white space
- Read id3 tags from mp3 files in a folder through javascript
- Is there an easy way to produce a number from a set of bytes when leading bits are ignored from each byte?
- Getting date recorded data from mp3 file?
- Extracting ID3 tags from MP3 over HTTP Live Streaming
- Can't write ID3 tags using getID3 1.9.7
- Allow unicode when extract ID3 audio tags
Related Questions in ID3-TAG
- Convert m4a to aac and keep metadata on Windows 7
- How do I use MixMeister BPM analyzer and keep the tags on my non-mp3 files?
- Is it possible to add custom metadata tags to music files?
- Extract lyrics from an MP3
- taglib-ruby and resource balancing (freeing file handles)?
- mp3 file gets corrupted after tagging
- jaudiotagger get mp3 frequency
- iOS14 HLS audio stream not pulling User defined URL links in metadata (ID3 tag) swift
- TagInspector on Windows - looking for an equivalent that shows character-encoding
- ID3 Album Art / Cover Tag Field
- How to read and write ID3 tags to an MP3 in C#?
- Java/JAudiotagger: Mp3 wrong ID3 tag size
- Why am i getting an error hip: bitstream problem, resyncing skipping while playing mp3 songs?
- How can I change music cover photo using APIC frame in ID3 tag?
- Reading ID3 Tags of MP3 Stored Online
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, most tagging formats support custom tags.
ID3 allows TXXX.
FLAC and Vorbis Comments both allow tags with any name (it's not really prescribed in the same way ID3 is).
You can do it with MP4 if you use XMP to contain the tags: How can I embed metadata into a custom XMP field with exiftool?
Any other software that cannot work because a custom tag is set has bigger problems!