![]() |
Messy Cover Art in MoodeAudio 4.3 - 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: Messy Cover Art in MoodeAudio 4.3 (/showthread.php?tid=574) |
RE: Messy Cover Art in MoodeAudio 4.3 - Tim Curtis - 11-03-2018 (11-02-2018, 09:41 PM)Jimbo Wrote: Hello fellow moOdies Hi, Don't worry about feature bloat or slowness. The moOde Team is hard-core minimalist and is always trying to improve performance :-) Thx for providing the test files. There is indeed a regression bug in the 2018-10-19 update that causes the thumbnail generator to fail to return embedded images in mp3 format files. The fix is trivial. I'll be happy to post it if anyone wants to try it out. It requires editing a file via SSH. -Tim RE: Messy Cover Art in MoodeAudio 4.3 - Jimbo - 11-04-2018 Hello Tim, Yes please post the fix. Regards RE: Messy Cover Art in MoodeAudio 4.3 - Tim Curtis - 11-04-2018 1. Connect via SSH To use moOde built-in SSH terminal: - open moOde System config - turn SSH term server ON - OPEN Web SSH terminal (userid = pi, password = moodeaudio) - NOTE: to paste command strings at the prompt, right click in the terminal window then "Paste from browser" 2. Save a copy of thmcache.php Code: sudo cp /var/www/command/thmcache.php ./ 3. Apply the fix Code: sudo sed -i "s/id3-/id3v2-/" /var/www/command/thmcache.php 4. Re-generate the thumbnail cache (Sources screen) -Tim RE: Messy Cover Art in MoodeAudio 4.3 - Jimbo - 11-04-2018 Thanks very much Tim. Even I was able to follow these easy steps - now I'm enjoying the music again. Regards RE: Messy Cover Art in MoodeAudio 4.3 - Tim Curtis - 11-04-2018 Hi @Jimbo, Thanks for confirming that the fix works :-) |