Browse Source

Unhardcoded the rename file

Samuel W. Flint 8 years ago
parent
commit
dbccecee9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      convert-directory-to-ogg

+ 1 - 1
convert-directory-to-ogg

@@ -2,7 +2,7 @@
 
 for song in *.m4a ;
 do
-    NEW=~/Music/ITunes/`basename -- "$song" .m4a`.ogg
+    NEW=`basename -- "$song" .m4a`.ogg
     if [[ -e $NEW ]] ; then
 	echo "Skipping ${NEW}, already converted."
     else