pathfix
authorStiletto <blasux@blasux.ru>
Sat, 12 Feb 2011 15:26:27 +0300
changeset 5 981be8773be7
parent 4 64b70fc4f30e
child 6 f0c87fb62b66
pathfix
scanscript.sh
--- a/scanscript.sh	Sat Feb 12 15:16:11 2011 +0300
+++ b/scanscript.sh	Sat Feb 12 15:26:27 2011 +0300
@@ -1,5 +1,5 @@
 #!/bin/sh
 PROGDIR=$(dirname $(readlink -f $0))
 find "$1" -type f| while read fname; do
-    $PROGDIR/extractors/ext-audio-mpeg "$fname"
+    $PROGDIR/extractors/ext-taglib "$fname"
 done