Last active
November 12, 2017 19:12
-
-
Save EricPSU/dabe38ba20e6720904c77e270be42099 to your computer and use it in GitHub Desktop.
eyeD3 Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Remove all DRM tags | |
eyeD3 --remove-frame PRIV ./ | |
# Rename according to tags | |
eyeD3 --rename '$artist - $album - $track:num - $title' *.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment