Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: copy id3 tags to output files #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

luciano-work
Copy link

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.

add mutagem package to copy id3 tags from original file to output file. only for mp3 format.
add mutagen package to copy id3 tags from original file to output file. only for mp3 format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant