- 03 Jan, 2013 1 commit
-
-
Max Kellermann authored
-
- 02 Jan, 2013 4 commits
-
-
Max Kellermann authored
Use the C++ API.
-
Max Kellermann authored
-
Max Kellermann authored
The "bool" type is built-in.
-
Max Kellermann authored
-
- 14 Aug, 2012 1 commit
-
-
Max Kellermann authored
Duplicate the music_dir variable: one encoded in UTF-8, and another one using the configured filesystem character set. This fixes an ancient MPD bug.
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
Shortcut for map_directory_fs(db_get_root()).
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 30 May, 2010 2 commits
-
-
Max Kellermann authored
This is probably unsafe, and doesn't protect against symlink loops, but we will eventually add this when we bring update*.c and inotify*.c closer together.
-
Max Kellermann authored
This shouldn't really happen, but insane users might delete/rename the music directory while MPD runs. What was even more insane was that MPD crashed due to this. This is a workaround - there is currently nothing useful we can do in this case; except maybe poll for the music directory to reappear, but that's too much trouble for a user error.
-
- 13 Apr, 2010 2 commits
-
-
Max Kellermann authored
This is useful at the maximum depth level, to update newly created directories. It is however questionable if the hard-coded 5 seconds delay is enough to create new directory trees with all of their files, but we might make that delay configurable in the future.
-
Max Kellermann authored
Limits the depth of the watched directories. This is useful to keep resource usage down and speed up MPD startup.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 14 Dec, 2009 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2009 1 commit
-
-
Max Kellermann authored
All sources which might work with large files must include config.h, to get Large File Support on 32 bit platforms.
-
- 25 Sep, 2009 1 commit
-
-
Max Kellermann authored
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.
-