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

Feature: Allow audio_norm to properly retain ID3 information in MP3s #6

Open
iamdamosuzuki opened this issue Apr 14, 2021 · 1 comment

Comments

@iamdamosuzuki
Copy link
Collaborator

It should be possible to run audio_norm on MP3s without stripping the ID3 metadata

@eddycolloton
Copy link
Contributor

It looks like there's a few python tools for doing just this.

  1. One called replica: https://superuser.com/questions/436008/matching-id3-tags-to-existing-files
  2. And another that uses a library called mutagen: https://stackoverflow.com/questions/7219871/copy-values-of-a-mp3-tag-to-another-tag-for-a-batch-of-mp3-files

I haven't tested either.

There's a bash tool called id3v2, but it looks like you may have to name the individual tags. It's available through homebrew so I'm going to give it a try.

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

No branches or pull requests

2 participants