KaraFan icon indicating copy to clipboard operation
KaraFan copied to clipboard

feat: copy id3 tags to output files

Open lannodev opened this issue 9 months ago • 0 comments

Implementing ID3 tag copying and saving functionality using the Mutagen library. Please note that this feature is exclusively for MP3 files due to Mutagen's limitations.

Limitations:

  • Mutagen does not support saving tags on WAV files.
  • Copying tags from MP3 to FLAC or FLAC to MP3. It's important to note that while Mutagen seamlessly handles Vorbis, FLAC, and APEv2 comments, ID3 data structures are distinct. Consequently, the interface for ID3 tags differs significantly from that of APEv2 or Vorbis/FLAC.

lannodev avatar May 11 '24 17:05 lannodev