![]() |
[PROBLEM] No covers in folder view - 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: [PROBLEM] No covers in folder view (/showthread.php?tid=4901) Pages:
1
2
|
No covers in folder view - Daksha - 06-24-2022 Hi music lovers! After updating to 8.1.0, I lost covers thumbnails when browsing in folder view. My music is all in a samba share inside my NAS, share is mounted, music is accessible. Every folder inside the share is an Album and before updating, in folder view, I could see every album's cover. Now I see them only if I go inside the single folders. I deleted caches, also the whole library and re-scanned everything...nope...In the main share directory I only see folder icons ![]() Any help is appreciated ![]() RE: No covers in folder view - Tim Curtis - 06-24-2022 Which version of moOde were you using that showed covers instead of a folder icon? I may need to look at the code in that version to see what might be going on. RE: No covers in folder view - Jedrek - 06-24-2022 I have this same problem. After update for 8.0.2 to 8.1.0 now in "Library" and "Browse by folders" mini covers as catalog isn't displayed. RE: No covers in folder view - Daksha - 06-25-2022 (06-24-2022, 12:08 PM)Tim Curtis Wrote: Which version of moOde were you using that showed covers instead of a folder icon? Good morning Tim! I always keep Moode updated, so it was the version straight before the current! RE: No covers in folder view - Tim Curtis - 06-25-2022 It's still not obvious to me what might be going on. I don't recall changing any of the Folder view code since 8.0.0. Maybe post some screen shots that show the differences you are seeing. RE: No covers in folder view - TheOldPresbyope - 06-25-2022 @Tim Curtis I can repro the OP's issue. moOde 8.0.2 - Library Folder view - drill down to a folder containing an album (tracks + coverart) - the coverart thumbnail is displayed at the folder level. Here's a snippet of the code for the displayed page Code: <li id="db-1" data-path="NAS/OMV-Music/Classical/André Previn/Gershwin_ Rhapsody In Blue, An American"><div class="db-icon db-browse db-action"><a class="btn" href="#notarget" data-toggle="context" data-target="#context-menu-folder"><img src="/imagesw/thmcache/7c0f8a414a70631657e9e565082fbac0_sm.jpg"></a></div><div class="db-entry db-folder db-browse"><div>Gershwin_ Rhapsody In Blue, An American</div></div></li> moOde 8.1.0 - drill down to same location in NAS - default folder icon is displayed at the folder level Code: <li id="db-1" data-path="NAS/OMV-Music/Classical/André Previn/Gershwin_ Rhapsody In Blue, An American"><div class="db-icon db-action"><a class="btn" href="#notarget" data-toggle="context" data-target="#context-menu-folder"><i class="fas fa-folder"></i></a></div><div class="db-entry db-folder db-browse"><div>Gershwin_ Rhapsody In Blue, An American</div></div></li> Regards, Kent RE: No covers in folder view - Tim Curtis - 06-25-2022 I'll add to the TODO list to investigate RE: No covers in folder view - Daksha - 06-25-2022 [attachment=2811 Wrote:Tim Curtis pid='41456' dateline='1656162812']I'll add to the TODO list to investigate Thanks a lot!!!! Also I can be more specific and tell you that this is happening on folders with a coverart inside, on folders with no coverart image but cover embedded in files, and also in folders with both embedded coverart in files and coverart .jpg in folder. I updated to 8.1.1 and problem is still there. [attachment=2812] [attachment=2811] RE: No covers in folder view - carmol - 06-25-2022 same here RE: No covers in folder view - Tim Curtis - 06-25-2022 There was a commit back in April for the 8.1.0 release titled "Improve Folder view". I'll have to look back at my notes to see if I jotted down anything regarding covers. https://github.com/moode-player/moode/commit/35ddffb299d49e1c05aff39ab269befca34bf0b7 |