Skip to content

Instantly share code, notes, and snippets.

@colomon
Created April 21, 2015 16:17
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/d91cf51c0ca3ec6a636f to your computer and use it in GitHub Desktop.
Save colomon/d91cf51c0ca3ec6a636f to your computer and use it in GitHub Desktop.
colomon@melissa:~/Albums/Jerry_McCarthy$ perl6 ~/tools/TagTools/bin/rename-tags --artist="Jerry McCarthy" "00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3"
TagLib: Could not open file 00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3
Error working with 00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3
Failed to parse file 00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3: TagLib reports file is invalid
in submethod BUILD at lib/Audio/Taglib/Simple.pm:60
in method BUILDALL at src/gen/m-CORE.setting:1016
in method bless at src/gen/m-CORE.setting:999
in method new at src/gen/m-CORE.setting:985
in method new at lib/Audio/Taglib/Simple.pm:34
in sub MAIN at /home/colomon/tools/TagTools/bin/rename-tags:10
in block <unit> at /home/colomon/tools/TagTools/bin/rename-tags:6
colomon@melissa:~/Albums/Jerry_McCarthy$ rename-tags --artist="Jerry McCarthy" "00001-A\ Blast\ of\ Reels\ from\ Jerry\ McCarthy\ of\ Scartaglin.mp3"
Error working with McCarthy
Failed to parse file McCarthy: File not recognized or parseable by TagLib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment