https://bugs.kde.org/show_bug.cgi?id=495931

--- Comment #3 from Thomas Eschenbacher <thomas.eschenbac...@gmx.de> ---
For realizing support for this, we need several steps:
1. create a new "FileProperty" for generic "application specific" data
2. make an entry in Kwave::FileInfo::PropertyTypesMap and make sure that this
type of meta data does not produce warning messages when saving under a
different file format
3. add another FileProperty with the original mime type from which the meta
data was read in, so that it can be identified as relevant when saving
(internal tag).
4. in the DecoderMP3: set the "original mime type" + encode all "unsupported"
ID3 tags into an application specific container
5. in the EncoderMP3: check if the current mime type is identical (or
compatible to) the original mime type + encode all application specific meta
data into a ID3 tag

After that we should check other file formats too, Ogg/Vorbis and FLAC may need
the same treatment.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to