John Molohan wrote: > Andrew Flegg wrote: >> On 5/9/07, John Molohan <[EMAIL PROTECTED]> wrote: >>> Andrew Flegg wrote: >>> >>>> Oddly since the 1.7.1 release *some* of my cover.jpgs have stopped >>>> working, but others do. >>>> >>> Removing the cache and rebuilding would be the first place to start, >>> keep an eye on the output of the rebuild for any tracebacks. After that >>> turn up the debug level and see if there's anything. >>> >> Eugh, tracked it down. Some of my dirs have "Cover.jpg" (the majority) >> whereas two have "cover.jpg". The match for the cover has become case >> sensitive at some point recently, then. > > Duncan should this be the case? I think that the cover display should > match any case version of cover.jpg folder.jpg and some version of > 'albumart' (I'd have to check that) is used by WMP so if users already > have these freevo should pick them up.
Possibly but I don't remember if a case search has changed, certainly not by design but possible as a side-effect. What happens if you use? AUDIO_COVER_REGEXP = 'cover|front|-f' The regular expression search is case insensitive. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
