Last active
September 14, 2015 17:53
-
-
Save oxguy3/580681074c1b0b38e4c5 to your computer and use it in GitHub Desktop.
Converting Bandcamp file names to Plex file names with mmv
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
mmv "* - * - [0-9][0-9] *.mp3" "#3#4 - #5.mp3" | |
mmv "* - cover.*" "cover.#2" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment