05-02-2023, 08:06 PM
(05-02-2023, 06:47 PM)Venerdi Wrote:(05-02-2023, 10:26 AM)Wookiee Wrote:(04-27-2023, 12:52 PM)Tim Curtis Wrote: Someone might want to try adding some image file types to the REGEX in the "list songfiles" script and see if that results in the thumbnail generator creating "folder" thumbs from the directory output from the script
Code:/var/www/util/list-songfiles.sh
Try this simplified one.
Code:TYPES_REGEX="\(aac\|ac3\|aif\|aiff\|dff\|dsf\|flac\|m4a\|mkv\|mp3\|mp4\|ogg\|pcm\|wav\|wma\|jpg\|png\)"
Hi Tim! I can confirm this does the trick. Thanks to you, all folders in my library now have an icon!
Thanks Wookiee!
...and a poor person like me, who doesn't understand anything about Linux commands (I wouldn't even know where to write them), how could he do it?
@Tim
Could this solution be included in a future release? ...or does it have to be entered with a Linux command?
V.
@Venerdi
Well... After making a backup copy of the script, I implemented the change in a terminal with nano through an SSH connection... there must be an easier way for you, probably by mounting the SD card on your computer and making the change with your text editor.
@Tim Curtis
I guess you could include the modified script in a future release. Of course it's up to you!