aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-171-2/+8
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-161-1/+1
* playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann2008-11-121-14/+10
* playlist: track song metadata changesMax Kellermann2008-11-111-12/+9
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-311-3/+4
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-8/+8
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-231-14/+0
* stored_playlist: spl_load() returns GPtrArrayMax Kellermann2008-10-231-16/+9
* playlist: unsigned integersMax Kellermann2008-10-231-129/+110
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-221-28/+0
* stored_playlist: no CamelCaseMax Kellermann2008-10-221-5/+5
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-221-1/+1
* playlist: also allow world-readable local filesMax Kellermann2008-10-151-1/+1
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-151-0/+26
* playlist: moved code to song_by_url()Max Kellermann2008-10-151-4/+17
* song: added song_in_database()Max Kellermann2008-10-151-8/+7
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-151-2/+4
* command: added command "idle"Max Kellermann2008-10-141-0/+10
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-0/+1
* playlist: moved code to playlist_save.cMax Kellermann2008-10-141-12/+3
* playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann2008-10-131-4/+3
* player: added commands QUEUE and CANCELMax Kellermann2008-10-121-45/+4
* playlist: call clearPlayerQueue() only if song is queuedMax Kellermann2008-10-121-23/+15
* database: renamed get_get_song() to db_get_song()Max Kellermann2008-10-091-3/+3
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-3/+3
* directory: moved code to database.cMax Kellermann2008-10-081-1/+1
* song: removed CamelCaseMax Kellermann2008-10-081-16/+16
* song: replaced all song constructorsMax Kellermann2008-10-081-2/+2
* playlist: simplified setPlaylistRandomStatus()Max Kellermann2008-10-081-16/+15
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-13/+13
* song: converted typedef Song to struct songMax Kellermann2008-10-081-10/+13
* song: replace printSong* with song_print_*Eric Wong2008-10-071-2/+2
* song: stop storing song_typeEric Wong2008-10-061-7/+7
* switch to C99 types, part IIMax Kellermann2008-09-291-4/+4
* playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-291-1/+1
* start using prefixcmp()Eric Wong2008-09-231-23/+8
* playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann2008-09-071-16/+29
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-071-7/+6
* playlist: added playlist_save()Max Kellermann2008-09-071-2/+11
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-071-3/+3
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-16/+19
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-071-4/+1
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-33/+17
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-131/+90
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-071-6/+2
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-071-20/+6
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-071-3/+8
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-071-0/+1
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-061-7/+7
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-3/+3