01-13-2019, 05:43 PM
(01-13-2019, 05:25 PM)Tim Curtis Wrote: Correct. Aggregating just the song files from different Album directories into a single directory will not work with the thumbnail generator. For example
/Album1
songA
/Album2
songB
/Album3
songC
to
/MySongs
songA
songB
songC
would generate a single thumbnail image using the embedded cover in songC. The thumbnail image file would be named using an md5 hash of the directory containing songC i.e. "MySongs" and then stored in the the thumbnail cache on the server.
/var/local/www/imagesw/thmcache/f5c7deeda0ca0ff60afe9205ef4e504b.jpg
In the client Browser, the covers displayed on the Albums by Artist panel are derived by again computing the m5 hash of the directory containing the song and then forming this into a URL
http://moode//imagesw/thmcache/f5c7deeda0ca0ff60afe9205ef4e504b.jpg
-Tim
Hmmm…. and what if I just have a bunch of singles?....
So, the solution to this would be not to select songs out of the albums, but to copy the complete structure and instead of selecting songs I want, I better delete the songs I don't want. Thus keeping the artist/album structure intact, correct?
Johan
:@