05-03-2025, 01:26 AM
(05-03-2025, 12:49 AM)uteroid Wrote:(05-03-2025, 12:44 AM)Tim Curtis Wrote: Examine the MPD log for errors or to determine the last track that it successfully indexed.
Code:cat /var/log/mpd/log
mine is empty
There is a maintenance task that purges the logs every every 3 hours which could account for an empty MPD log.
Try regen again and check the log in real time using the command below to confirm that MPD is able to index files. If the log is still empty then something else its going on thats not obvious to me.
Code:
# Print the log as its being written
tail -f /var/log/mpd/log
# Print the log
cat /var/log/mpd/log