aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_update.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-9/+8
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31decoder_plugin: added method stream_tag()Max Kellermann1-0/+26
2009-12-31song_update: use decoder_plugin_tag_dup()Max Kellermann1-1/+1
2009-11-11added missing config.h includes for extended LFS supportMax Kellermann1-0/+1
2009-11-07decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann1-2/+2
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-2/+2
2009-10-12song: moved code to song_update.cMax Kellermann1-56/+0
2009-07-06song: initialize mtime in song_alloc()Max Kellermann1-0/+1
2009-07-06song: initialize mtime in song_alloc()Max Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28tag: moved APE code to tag_ape.cMax Kellermann1-0/+1
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-1/+3
2009-01-23song: include cleanupMax Kellermann1-2/+0
2009-01-17song: skip archive check for non-musicdir filesMax Kellermann1-1/+1
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-0/+36
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-6/+4
2009-01-04directory: added directory_is_root()Max Kellermann1-1/+1
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann1-2/+2
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann1-16/+31
2009-01-04song: removed duplicate '\n' checkMax Kellermann1-5/+2
2009-01-03song: use GLib instead of utils.h/log.hMax Kellermann1-5/+5
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann1-7/+9
2008-12-29removed os_compat.hMax Kellermann1-0/+5
2008-12-16song: adding support for songs in archivesViliam Mateicka1-1/+34
2008-11-01decoder: return const decoder_plugin structsMax Kellermann1-1/+1
2008-10-31update: check return valuesMax Kellermann1-5/+8
2008-10-15song: check file type in song_file_update()Max Kellermann1-1/+1
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann1-2/+2
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann1-3/+2
2008-10-14song: pass const song pointer to song_get_url()Max Kellermann1-1/+1
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann1-5/+8
2008-10-13song: song_get_url: fix "/" prefix for songs in music_rootEric Wong1-1/+1
2008-10-08directory: eliminate CamelCaseMax Kellermann1-2/+2
2008-10-08song: don't allow calling song_get_url(NULL)Max Kellermann1-3/+1
2008-10-08song: use song_file_update() in song_file_load()Max Kellermann1-10/+3
2008-10-08song: song_file_update() returns boolMax Kellermann1-3/+3
2008-10-08song: don't check song_is_file() in song_file_update()Max Kellermann1-17/+16
2008-10-08song: removed CamelCaseMax Kellermann1-10/+10
2008-10-08song: replaced all song constructorsMax Kellermann1-21/+32
2008-10-08don't include os_compat.hMax Kellermann1-2/+0
2008-10-08song: converted typedef Song to struct songMax Kellermann1-7/+11
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-2/+2
2008-10-07directory: serialize song deletes from playlist during updateEric Wong1-6/+0
2008-10-07Assert if we don't have song or song->url setEric Wong1-2/+8
2008-10-06song: stop storing song_typeEric Wong1-8/+5
2008-10-06song: don't make the struct packedMax Kellermann1-1/+1