Latest addition to database

Did I not look good enough? I am looking for the option to see the latest addition to the music database?

Handy when adding new music regularly.

2 Likes

Currently not available, it’s on the feature request list

For what it’s worth, I think you look very good.

It might even my own request long time ago to add this feature :joy:

For the time being you could do something like this form a ssh shell:
grep added /var/log/mpd.log | tail -n 10

Looks for the last 10 added files in the mpd.log, like:

2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0107 - Guns N' Roses - Breakdown.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0108 - Guns N' Roses - Pretty tide up.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0109 - Guns N' Roses - Locomotive.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0110 - Guns N' Roses - So fine.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0111 - Guns N' Roses - Estranged.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0112 - Guns N' Roses - You could be mine.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0113 - Guns N' Roses - Don't cry(all version).mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0114 - Guns N' Roses - My world.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0103 - Guns N' Roses - Yesterdays.mp3
2025-07-02T23:23:29 update: added NAS/QNAP/01-Test/MP3/0104 - Guns N' Roses - Knockin’ on heaven’s door.mp3

Easier to write down what I added, but a plugin would be easier to have🤣

There you go, the official ‘What-I-Just-Added’ documentation scroll. Authored with pride, timestamped for future archaeological digs through paper history. May your notes be clear and kept save.

As for the plugin? Alas, the Plugin Forge is closed until further notice… something about rogue dependencies escaping containment. Until then, it’s just you, your pencil, and my undying handcrafted script lore.