aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-251-2/+0
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-251-4/+0
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-241-11/+0
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-241-3/+3
* command: use queue_print_*()Max Kellermann2009-01-241-19/+0
* playlist: added playlist_get_queue()Max Kellermann2009-01-241-0/+6
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-241-2/+2
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-241-0/+14
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-231-2/+0
* playlist: pass const pointers to search functionsMax Kellermann2009-01-231-4/+6
* playlist: added source commentsMax Kellermann2009-01-231-1/+4
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-231-2/+2
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-231-0/+6
* playlist: documented struct membersMax Kellermann2009-01-231-0/+13
* playlist: moved code to queue.cMax Kellermann2009-01-221-10/+3
* command: don't restart player in the "status" commandMax Kellermann2009-01-211-2/+0
* event_pipe: added "TAG" eventMax Kellermann2009-01-201-5/+0
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-1/+2
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-101-1/+10
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-101-1/+1
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-041-1/+1
* command: don't allow adding local files on WIN32Max Kellermann2008-12-301-0/+2
* playlist: track song metadata changesMax Kellermann2008-11-111-0/+5
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-311-1/+0
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-231-2/+0
* playlist: unsigned integersMax Kellermann2008-10-231-18/+18
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-221-4/+0
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-151-0/+8
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-7/+8
* song: converted typedef Song to struct songMax Kellermann2008-10-081-3/+9
* switch to C99 types, part IIMax Kellermann2008-09-291-4/+4
* playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-291-1/+1
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-071-2/+2
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-071-1/+1
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-6/+8
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-5/+3
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-19/+29
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-071-2/+2
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-071-2/+2
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-071-0/+2
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-061-8/+8
* include cleanupMax Kellermann2008-08-281-1/+1
* playlist: eliminate unused fd parametersMax Kellermann2008-08-261-4/+4
* clean up CPP includesMax Kellermann2008-04-121-3/+0
* Fix a few more warnings from -WshadowEric Wong2008-04-121-2/+2
* Revert the queue implementation and commandsEric Wong2008-01-261-15/+0
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-261-0/+2
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-2/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1