Library update will not add new albums - 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: Library update will not add new albums (/showthread.php?tid=3261) |
Library update will not add new albums - Supersurfer - 12-16-2020 I am using 6.7.1 version on 64bit with Allo Usbridge sig. If I add new albums to my Nas share and update the library they will not appear. I just had a strange behavior: it was now adding the new albums, I played them and after one minute the playing stopped and the albums disappeared from the palylist and from the library. There was an error message but It disappeared too fast to read. I have 8195 albums indexed and it will not add any more. Is this a known bug? How can I solve this? Regards, RE: Library update will not add new albums - TookaFace - 12-16-2020 Go back to 32bit kernel, reboot, and try again the update. RE: Library update will not add new albums - grumbleweed - 12-17-2020 (12-16-2020, 09:25 PM)Supersurfer Wrote: I am using 6.7.1 version on 64bit with Allo Usbridge sig. I had this issue and got round it by removing all mpc unsupported tags, but I still went back to the 32bit kernel as the 64bit is still flakey at times. RE: Library update will not add new albums - Supersurfer - 12-17-2020 I went back to 32bit but still no update. What are mpc unsupported tags. And how can I remove these? RE: Library update will not add new albums - Tim Curtis - 12-17-2020 Some things to check: 1. Disk space Code: df -h 2. MPD log Code: cat /var/log/mpd/log 3. MPD crash Code: systemctl status mpd RE: Library update will not add new albums - TheOldPresbyope - 12-17-2020 I'm sitting here in Maryland ice-bound and bored, so let me expand on Tim's answer- 1- That's lowercase "df -h", and it's to be executed on your moOde player (not the NAS). You'll see something like: Code: pi@moodelr:~ $ df -h The /dev/root line is the one of interest. If it reports Use% near 100 then you're likely out of space to store the bigger index file. Which reminds me, have you expanded the file system? It's a setting in the System config panel. 2- A "cat /var/log/mpd/log" will generate a lot of output if you have 8+K albums. If MPD is not active (playing or indexing) and the very last thing you do before checking the log is to try to update your Library then you can probably get away with looking at just the last portion of the log. For example, here I look at the last 10 lines after updating Code: pi@moodelr:~ $ tail -10 /var/log/mpd/log MPD stops scanning when it hits a track which gives it heartburn. This listing can help you figure out where it got to. The Arch Linux wiki has a couple of suggestions for troubleshooting, albeit incomplete, which may help. I occasionally use EasyTAG in the manner they suggest. Finally, 3- the output of the systemctl command is something only a bithead like we Test Team'ers can love. What you're looking for is the first two lines which should report that the service is loaded and active, e.g. Code: pi@moodelr:~ $ systemctl status mpd Good hunting. Regards, Kent RE: Library update will not add new albums - Supersurfer - 12-18-2020 Hi Tim, Kent, Thanks to your help I tracked down the fault. The memory was filling up, expanding disk space has lowered /dev/root from 87% down to 10% and now it is scanning new added files again. Thank you! RE: Library update will not add new albums - Rexalex - 12-23-2020 (12-16-2020, 09:25 PM)Supersurfer Wrote: I am using 6.7.1 version on 64bit with Allo Usbridge sig. I have the same problem . RE: Library update will not add new albums - Tim Curtis - 12-23-2020 Switch back to the 32-bit kernel |