(09-03-2022, 07:38 AM)divlamir Wrote: Hi you all music lovers !
Did a fresh install of v8.1.2 and I am unable to see album thumbnails in library or play queue. Although they seem to be generated, the end of moode.log:
Code:20220903 090400 thumb-gen: Start
20220903 090400 thumb-gen: Priority: Cover image file
20220903 090400 thumb-gen: Res,Qual: Auto
20220903 090400 thumb-gen: Px ratio: 1
20220903 090400 thumb-gen: Th width: 100
20220903 090400 thumb-gen: Thm qual: 75
20220903 090400 thumb-gen: Scanning: NAS, SDCARD
20220903 090650 thumb-gen: Done: 3763 folders scanned, 3761 thumbs created, 2 already in cache.
Any ideas how do I go about solving this?
I cannot think of anything else but the read permissions of all the folders in the chain. In particular they should be at least 0744 (or rwxr-xr-x and you are interested possibly in the last --x (that for the folders allows traversal), if "x" is not there, then we'll need to change such permissions...)
Also, the permissions of all the thumbnails in such folder should have, at least the last, "r" flag set (x here has no meaning, as we do not run the thumbnails).
to see such flags, ssh into moode, then, one by one, check the paths with (note the -ld => dash, L, D):
ls /var -ld
ls /var/local -ld
ls /var/local/www -ld
ls /var/local/www/imagesw -ld
ls /var/local/www/imagesw/thmcache -ld
and for the images themselves, just the last command, without the "d" in the "-ld"
Just my 2c on it.
Cheers, Al.