aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_update.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-1/+1
| | | | | Try to be as portable as possible, use GLib path name functions and macros.
* song: renamed attribute "url" to "uri"Max Kellermann2009-10-131-2/+2
|
* song: moved code to song_update.cMax Kellermann2009-10-121-0/+172
Moved all the code which depends on the decoder plugins to a separate source. That allows leaner test programs.