aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.h
Commit message (Expand)AuthorAge
* all: Update copyright header.Avuton Olrich2009-03-13
* added the shufflerange commandRomain Bignon2009-02-13
* playlist: provide information about "next song"Vladimir S Eremin2009-02-09
* playlist: pass const playlist pointersMax Kellermann2009-02-04
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* command: use queue_print_*()Max Kellermann2009-01-24
* playlist: added playlist_get_queue()Max Kellermann2009-01-24
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-24
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-24
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-23
* playlist: pass const pointers to search functionsMax Kellermann2009-01-23
* playlist: added source commentsMax Kellermann2009-01-23
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-23
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-23
* playlist: documented struct membersMax Kellermann2009-01-23
* playlist: moved code to queue.cMax Kellermann2009-01-22
* command: don't restart player in the "status" commandMax Kellermann2009-01-21
* event_pipe: added "TAG" eventMax Kellermann2009-01-20
* mapper: make the playlist directory optionalMax Kellermann2009-01-18
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-10
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-10
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-04
* command: don't allow adding local files on WIN32Max Kellermann2008-12-30
* playlist: track song metadata changesMax Kellermann2008-11-11
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-31
* added prefix to header macrosMax Kellermann2008-10-31
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-23
* playlist: unsigned integersMax Kellermann2008-10-23
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-22
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-15
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* switch to C99 types, part IIMax Kellermann2008-09-29
* playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-29
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()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: 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
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-06
* include cleanupMax Kellermann2008-08-28
* playlist: eliminate unused fd parametersMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-04-12