Skip to content

Instantly share code, notes, and snippets.

@amiad
Created September 13, 2012 12:47
Show Gist options
  • Select an option

  • Save amiad/3714096 to your computer and use it in GitHub Desktop.

Select an option

Save amiad/3714096 to your computer and use it in GitHub Desktop.
convert hidabroot album
mkdir MyPrayer
cd MyPrayer
unzip -O cp1255 ../MyPrayer.zip
convmv -f cp862 -t utf8 -r *
convmv -f cp862 -t utf8 -r * --notest
mid3iconv -e cp1255 *
../audiotag --title-pattern '.*?- (.*?)\.mp3' *.mp3
../audiotag --pretend --artist-pattern '\d\d (.*?) - .*?\.mp3' *.mp3
../audiotag --artist-pattern '\d\d (.*?) - .*?\.mp3' *.mp3
../audiotag -A "ואני תפילתי" *.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment