Thanks for that.  A quick...

find ./ -name *.mp3 | wc -l

..tells me that I've got 89 mp3 files in the library.

I will be surprised (and embarrassed) if any of my flacs have ID3v2
tags.

Doing this test:

find . -name "*.flac" -exec id3v2 -l {} \; >id3v2_tags.txt
sed -n '/No ID3 tag/!p' id3v2_tags.txt

..yields no results, so I'm reasonably confident that there aren't any
lurking in there.  That test was stolen from Robin, by the way:
http://robinbowes.com/article.php/2005080815102187

I've now rolled back my svn code to 30996 so I can play music while I
catch up on other chores.  When I'm caught up, in a day or two, I'll
svn up again, move the mp3s out of the library, turn on artwork
debugging and have another go at scanning.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=82585

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to