automatically update the database with Linux inotify

This patch implements a light-weight inotify library, and watches all
directories below the music directory.  It updates all directories
where files changed after a delay of 5 seconds.
This commit is contained in:
Max Kellermann
2009-09-25 18:32:00 +02:00
parent 3e8bdb9384
commit 8f261af5c1
10 changed files with 806 additions and 0 deletions

1
NEWS
View File

@@ -34,6 +34,7 @@ ver 0.16 (20??/??/??)
* save state when stopped
* renamed option "--stdout" to "--stderr"
* removed options --create-db and --no-create-db
* automatically update the database with Linux inotify
* obey $(sysconfdir) for default mpd.conf location