Skip to content

Instantly share code, notes, and snippets.

@oxguy3
Last active September 14, 2015 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oxguy3/580681074c1b0b38e4c5 to your computer and use it in GitHub Desktop.
Save oxguy3/580681074c1b0b38e4c5 to your computer and use it in GitHub Desktop.
Converting Bandcamp file names to Plex file names with mmv
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