Hi,

I asked on IRC about this and didn't get a definitive answer. I'm currently 
working on an MPD client, and, as a feature, I would like to have the ability 
to automatically add to the queue any songs as they are added to the MPD 
database (inotify updating).

I'd rather not do something hacky like trying to parse the log file, but it 
seems that there's no other way to get information about files that have been 
updated or added to the database.

The suggestion that I did receive, which was almost functional for this 
purpose, was to use a "modified-since" filter on a find/search command. 
Unfortunately, this only shows the file's last modification date and has 
nothing to do with server updates. If a file which was last modified a year ago 
is suddenly added to the database, it's last modified date will still be last 
year, and so it seems that this is not quite what I'm looking for.

Is there some way to get this info using the protocol?

Thanks,
Mike
_______________________________________________
mpd-devel mailing list
[email protected]
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to