Created
September 13, 2012 12:47
-
-
Save amiad/3714096 to your computer and use it in GitHub Desktop.
convert hidabroot album
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
| 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