trinkner;593952 Wrote: 
> The album art that displays in my iTunes is of quite good quality with
> decent file sizes. The problem was that my folder.jpg artwork was
> minuscule in comparison.
> 
> My solution:
> 
> 1. Use Window's command prompt to delete every .jpg file in your music
> collection, running recursively through your subfolders with the
> command 
> 
> del *.jpg /s
> 
> Be sure you run this command from the top folder of your music
> collection, not the top folder of your hard drive!
> 

You may also have to do a recursive unsetting of system and hidden
attributes on *.jpg if you use Windows Media Player. Either the current
or past versions used to hide these files and a regular delete wouldn't
see them. Might as well do read-only, too...

i.e. attrib -r -h -s *.jpg /s

...from the top music folder.


-- 
mbg
------------------------------------------------------------------------
mbg's Profile: http://forums.slimdevices.com/member.php?userid=3200
View this thread: http://forums.slimdevices.com/showthread.php?t=83798

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to