Skip to content

Instantly share code, notes, and snippets.

@colomon
Created April 21, 2015 16:36
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 colomon/b79b23f9852f40668b2f to your computer and use it in GitHub Desktop.
Save colomon/b79b23f9852f40668b2f to your computer and use it in GitHub Desktop.
colomon@melissa:~/tools/TagTools$ perl6 bin/rename-tags ~/Albums/Jerry_McCarthy/00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3
:arg("/home/colomon/Albums/Jerry_McCarthy/00001-A Blast of Reels from Jerry McCarthy of Scartaglin.mp3")
/home/colomon/Albums/Jerry_McCarthy/00001-A Blast of Reels from Jerry McCarthy of Scartaglin.mp3:
Artist: trucklyhow
Album:
Track Number: 0
Title: A Blast of Reels from Jerry McCarthy of Scartaglin
colomon@melissa:~/tools/TagTools$ rename-tags ~/Albums/Jerry_McCarthy/00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3
:arg("/home/colomon/Albums/Jerry_McCarthy/00001-A")
:arg("Blast")
:arg("of")
:arg("Reels")
:arg("from")
:arg("Jerry")
:arg("McCarthy")
:arg("of")
:arg("Scartaglin.mp3")
Error working with /home/colomon/Albums/Jerry_McCarthy/00001-A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment