aboutsummaryrefslogtreecommitdiff
path: root/src/update_walk.c
Commit message (Collapse)AuthorAge
...
* update_walk: log unrecognized filesMax Kellermann2009-11-05
| | | | | | When a song's tags could not be loaded during database update, log this as a debug message. Same for a song being removed because its updated tag could not be read.
* Merge branch 'v0.15.x'Max Kellermann2009-10-31
| | | | | | | | Conflicts: NEWS configure.ac src/decoder/ffmpeg_plugin.c src/update.c
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-20
| | | | | Try to be as portable as possible, use GLib path name functions and macros.
* Merged release 0.15.5 from branch 'v0.15.x'Max Kellermann2009-10-18
| | | | | | | | Conflicts: NEWS configure.ac src/decoder/flac_plugin.c src/update.c
* update: obey .mpdignore filesMax Kellermann2009-10-16
|
* command: added command "rescan"Max Kellermann2009-09-24
| | | | | "rescan" is the same as "update", but it discards existing songs in the database.
* update: splitted update.c into several sourcesMax Kellermann2009-09-24