Moode Forum
[SOLVED] Thumbnail Generator Issue in 9.0.0 - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [SOLVED] Thumbnail Generator Issue in 9.0.0 (/showthread.php?tid=6506)

Pages: 1 2 3 4


RE: Thumbnail Generator Issue in 9.0.0 - Tim Curtis - 05-29-2024

Try the files from this mornings commit and let me know the results.
https://github.com/moode-player/moode/commit/4d166409442c221d502779361535a91b631041d2

Code:
sudo bash -c '
wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/util/thumb-gen.php -O /var/www/util/thumb-gen.php;
wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/inc/Zend/Media/Id3/LinkFrame.php -O /var/www/inc/Zend/Media/Id3/LinkFrame.php'



RE: Thumbnail Generator Issue in 9.0.0 - philrandal - 05-29-2024

(05-29-2024, 10:59 AM)Tim Curtis Wrote: Try the files from this mornings commit and let me know the results.
https://github.com/moode-player/moode/commit/4d166409442c221d502779361535a91b631041d2

Code:
sudo bash -c '
wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/util/thumb-gen.php -O /var/www/util/thumb-gen.php;
wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/inc/Zend/Media/Id3/LinkFrame.php -O /var/www/inc/Zend/Media/Id3/LinkFrame.php'

Tim,

You're a star!

That fixes my issue.  Thumbnail regenerate now completes successfully, including the FLAC files it previously choked on.

Phil


RE: Thumbnail Generator Issue in 9.0.0 - TheOldPresbyope - 05-29-2024

Works here with @haeckse s jup.mp3 file as well. I'm impressed!

ETA - here "works" means the thumbnail is now created successfully; it and full cover image are now presented in Playback view

Regards,
Kent


RE: Thumbnail Generator Issue in 9.0.0 - ftw64 - 05-29-2024

(05-28-2024, 08:46 PM)Tim Curtis Wrote:
Code:
if (strlen($imgStr) < 512)

I'll fix for upcoming r901

Cool, thanks for all the good work!!! Looking forward for 9.0.1.


RE: Thumbnail Generator Issue in 9.0.0 - ftw64 - 05-31-2024

No problems anymore in version 9.0.1.

Thanks Tim for the fix!


RE: Thumbnail Generator Issue in 9.0.0 - radu- - 06-03-2024

I'm back from vacation and I got the upgrade to 9.0.1 done and the thumbnail generation worked without problems.

Thanks @Tim Curtis and everyone who looked into this!


RE: Thumbnail Generator Issue in 9.0.0 - ajaykay - 06-17-2024

I still have this issue on a fresh install 9.0.2.

Please see attached.


RE: Thumbnail Generator Issue in 9.0.0 - Tim Curtis - 06-17-2024

(06-17-2024, 08:17 AM)ajaykay Wrote: I still have this issue on a fresh install 9.0.2.

Please see attached.

Please post a new Thread and provide details about the issue. Make it as easy as possible for someone to understand whats happening on your end.