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