aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_walk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* update_walk: explicitly check for permission problemsMax Kellermann2010-11-081-0/+33
| | | | | | Call access() and print an extra error message when EACCES is returned. Hopefully this will reduce the number of support requests due to wrong file permissions.
* update_walk: update existing playlist entryMax Kellermann2010-09-071-1/+3
| | | | Fixes duplicate playlist entries.
* update: store playlist files in databaseMax Kellermann2010-07-211-0/+31
| | | | | Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database.
* update_walk: don't check recursive symlinks on WIN32Max Kellermann2010-05-191-0/+8
| | | | | inode numbers don't work on WIN32, and very few WIN32 users actually use symlinks - seems ok to disable that check.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* archive_plugin: use GError in the open() methodMax Kellermann2009-12-161-2/+4
|
* archive_plugin: wrap method callsMax Kellermann2009-12-161-4/+4
| | | | | Make archive_file a "real" struct, extended by all plugins. Add the plugin pointer to it. Wrap all method calls in functions.
* archive_api.h: moved struct archive_plugin to archive_plugin.hMax Kellermann2009-12-151-1/+1
|
* archive_list: don't include archive_api.hMax Kellermann2009-12-151-0/+1
| | | | Use struct forward declarations.
* update: added missing config.h includesMax Kellermann2009-11-111-0/+5
| | | | This broke sticker and archive support.
* update_walk: log new container filesMax Kellermann2009-11-071-1/+4
|
* update_walk: log unrecognized filesMax Kellermann2009-11-051-2/+9
| | | | | | 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-311-1/+5
| | | | | | | | Conflicts: NEWS configure.ac src/decoder/ffmpeg_plugin.c src/update.c
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-4/+3
| | | | | 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-181-6/+6
| | | | | | | | Conflicts: NEWS configure.ac src/decoder/flac_plugin.c src/update.c
* update: obey .mpdignore filesMax Kellermann2009-10-161-2/+57
|
* command: added command "rescan"Max Kellermann2009-09-241-5/+9
| | | | | "rescan" is the same as "update", but it discards existing songs in the database.
* update: splitted update.c into several sourcesMax Kellermann2009-09-241-0/+755