문제

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?

올바른 솔루션이 없습니다

다른 팁

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!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top