Moode 9, new webui's tag view album list and album is blank - 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: Moode 9, new webui's tag view album list and album is blank (/showthread.php?tid=6537) |
Moode 9, new webui's tag view album list and album is blank - vinnn - 05-31-2024 Hi chaps, Long time no chat, have done a fresh install of Moode 9.0 on a sparkly new 32GB Sandisk Endurance SD card on my Pi4 4GB. I commend the work gone into the web ui, navigation and settings are slick but... big issue for me, with a fresh install with one NFS mount to my server/NAS Music share, my sizeable library is scanned in successfully (according to 'moodeutl -t' and watching /var/log/mpd/log), yet the webui in tag views shows the genres & artist lists but albums are blank. Switching to the Album view, it is blank. Narrowing the album selection by selecting a genre or artist in tag view results in albums being shown in tag and album views but even then, loading is inconsistent and a lot of cover art is missed, when albums are selected it's very common that "cover art not found" is shown when embedded or cover.jpg cover art is definately there. Tried changing native lazyload preference between yes/no to no avail and redone the install a couple of times. This is contrary to Moode 8.x where no such issues occurred. My library is quite large, probably a bit over 10500 albums, 120000 tracks, mainly FLAC. All are properly tagged and the vast majority with valid cover art, the old web UI handled all this no problem with a capable web client. Let me know if you need me to do any further testing. Vin RE: Moode 9, new webui's tag view album list and album is blank - Tim Curtis - 05-31-2024 Try the just released 9.0.1 or install the in-place update, but read the Announcement regarding the update! A bug causing the thumbnail generator to crash was fixed. ETA: If you install the update you will need to regenerate the thumbnails. No need to regenerate the Library. RE: Moode 9, new webui's tag view album list and album is blank - vinnn - 05-31-2024 OK thanks Tim, I'll give it a whirl RE: Moode 9, new webui's tag view album list and album is blank - grumbleweed - 06-01-2024 Also try setting Preferences - Library - Sample rate to something other than HD only, I get an empty album list if using that setting, been like it for a few versions. Paul RE: Moode 9, new webui's tag view album list and album is blank - vinnn - 06-01-2024 Thanks @Tim Curtis , I initially updated the thumbnail generator as you described here and regenerated the thumbnail cache and that indeed solved the thumbnail problem but didn't fix the library display problem. So reflashed with 9.0.1 and regenerated the library and saw the same library display issues but then... ... oh wow @grumbleweed, never had to do that before but then again I usually have sample rate display set to text, as soon as I changed the sample rate display and refreshed all is OK. Odd issue but thanks to both of you. Vin RE: Moode 9, new webui's tag view album list and album is blank - the_bertrum - 06-01-2024 That is most peculiar. I've just been through all the sample rate display settings on my system and they all work fine. I wonder if there are some types of file that are in your collections but not mine which trip up the display? RE: Moode 9, new webui's tag view album list and album is blank - Tim Curtis - 06-01-2024 (06-01-2024, 09:25 AM)vinnn Wrote: Thanks @Tim Curtis , I initially updated the thumbnail generator as you described here and regenerated the thumbnail cache and that indeed solved the thumbnail problem but didn't fix the library display problem. So reflashed with 9.0.1 and regenerated the library and saw the same library display issues but then... Sounds like some sort of bug. Open the Browser Javascript console and post any errors that appear. I'll investigate. RE: Moode 9, new webui's tag view album list and album is blank - vinnn - 06-01-2024 Quite possible, I have mainly FLAC but also a fair selection of ALAC, MP3, AAC & DSD Will do @Tim Curtis RE: Moode 9, new webui's tag view album list and album is blank - Tonewheelkev - 06-01-2024 (06-01-2024, 08:47 AM)grumbleweed Wrote: Also try setting Preferences - Library - Sample rate to something other than HD only, I get an empty album list if using that setting, been like it for a few versions. Thanks grumbleweed ..... I'm still on 8.3.9, but have had that the empty library problem for some months now. Changing from HD only has restored Album view.....many thanks!!! RE: Moode 9, new webui's tag view album list and album is blank - vinnn - 06-01-2024 OK @Tim Curtis This is the error that is caught only when the Sample Rate preference is set to 'HD only', the problem is repeatable as soon as I apply 'HD only' and refresh. Code: playerlib.js:4778 Uncaught TypeError: Cannot read properties of undefined (reading 'slice') |