Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Seeing what's happening in library updates
#2
@MooicIan

Try

tail -f /var/log/mpd/log

You'll see a stream of lines in the log as MPD processes the contents of its music directory.

Example

Code:
pi@m81pi3a64:~ $ tail -f /var/log/mpd/log
Jul 23 06:34 : update: updating NAS/OMV-Music/NewAge/William Ackerman/In Search of the Turtles Navel/02 William Ackerman - Ely.flac
Jul 23 06:34 : update: updating NAS/OMV-Music/NewAge/William Ackerman/In Search of the Turtles Navel/01 William Ackerman - The Pink Chiffon Tricycle Queen.flac
...

You may see 'added', 'updating', 'removing' lines depending on what MPD finds.

Note that this command continuously monitors the target file until you kill it with a ctrl-C.

Regards,
Kent
Reply


Messages In This Thread
RE: Seeing what's happening in library updates - by TheOldPresbyope - 07-23-2022, 10:41 AM

Forum Jump: