itm wrote: 
> So the job completed but for some reason it dumped pretty much every
> track to album.txt (all, 90,000+ of them). Here's an example of one line
> of the output:
> > 
Code:
--------------------
  >   > ./Chris Cornell/Euphoria Morning/01.Can't Change Me.mp3 is in Euphoria 
Morning but tag is Euphoria Morning              year: 1999
--------------------
> > 
> 
> Could it be a problem with trailing spaces in the tag name?

lokks like..
please change
from

Code:
--------------------
    echo $file is in $album_folder but tag is $album_tag>>/tmp/album.txt
--------------------

to

Code:
--------------------
    echo $file is in [$album_folder] but tag is [$album_tag]>>/tmp/album.txt
--------------------

and run that in the Chris Cornell folder.


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108251

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to