Demo.m3u #EXTM3U #EXTINF:153,Song1-Title C:\Music\Ipod\audio\song1.mp3 #EXTINF:166,Song2-Title C:\Music\Ipod\audio\song2.mp3
playlists work for me created with iTunes. Try another example.
https://www.reddit.com/r/raspberry_pi/comments/9qq3y5/readymedia_12x_fails_with_cannot_stat_tdagmo_no/
Build: ./autogen.sh ./configure --enable-thumbnail make
Build: ./autogen.sh ./configure --enable-thumbnail make make clean
Wow appreciate the quick response. Thanks for keeping us up to date; otherwise, this would have been a show stopper for me! I was able to build 1.3.3 and test a video thumbnail. After 10yrs using 1.1.2, I expected the thumbnail feature to be integrated into the main code by now...don't understand. Now I need to integrate back all my customizations from 1.1.2 into 1.3.3, some parts have changed drastically, but noticed bookmarks is broken again on my Samsung F series tv. patch --dry-run -p1 < video_thumbnail-minidlna-1.3.3-thumb.patch...
Wow appreciate the quick response. Thanks for keeping us up to date; otherwise, this would have been a show stopper for me! I was able to build 1.3.3 and test a video thumbnail. After 10yrs using 1.1.2, I expected the thumbnail feature to be integrated into the main code by now...don't understand. Now I need to integrate back all my customizations from 1.1.2 into 1.3.3, some parts have changed drastically, but noticed bookmarks is broken again on my Samsung F series tv. patch --dry-run -p1 < video_thumbnail-minidlna-1.3.3-thumb.patch...
Hi, Planning to update from 1.1.2 to 1.3.3 because I am upgrading to Debian Bookworm and cannot get 1.1.2 to build. Question: How to we enable thumbnail in 1.3.3? I don't see the enable_thumbnail option in configure? Is there 1.3.3 thumbnail patch? Build: ./autogen.sh ./configure --enable-thumbnail make Thanks