aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* no commandError() in playerSeek()Max Kellermann2008-08-261-2/+6
* don't initialize "i" if we overwrite it anywayMax Kellermann2008-08-261-1/+3
* removed the "queue" parameter from syncPlaylistWithQueue()Max Kellermann2008-08-261-12/+11
* merge the playlist lock functions into clearPlayerQueue()Max Kellermann2008-08-261-24/+11
* use switch/case in syncPlaylistWithQueue()Max Kellermann2008-08-261-8/+18
* don't call playerStop() before playerPlay()Max Kellermann2008-08-261-2/+0
* queueSong() cannot failMax Kellermann2008-08-261-13/+3
* added enum player_queue_stateMax Kellermann2008-08-261-0/+6
* playlist: eliminate unused fd parametersMax Kellermann2008-08-261-37/+30
* player: no "fd" and no return valueMax Kellermann2008-08-261-14/+9
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+1
* clean up CPP includesMax Kellermann2008-04-121-1/+2
* added clearPlayerQueueLocked()Max Kellermann2008-04-121-43/+24
* fix strtok() related segmentation faultMax Kellermann2008-03-261-1/+4
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* fix "unreachable code" warningMax Kellermann2008-03-261-6/+0
* check the result of fopen() in all code pathsMax Kellermann2008-03-261-0/+5