aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-08playlist_control: "previous" really plays the previous songMax Kellermann1-7/+0
2009-09-30command: range support for "delete"Max Kellermann1-0/+9
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-25/+36
2009-07-14playlist: no CamelCaseMax Kellermann1-13/+17
2009-07-14playlist: removed {save,read}PlaylistState()Max Kellermann1-5/+0
2009-04-25playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann1-0/+7
2009-03-30implemented the 'consume' modeRomain Bignon1-0/+5
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-2/+2
2009-03-27implements the smartstop featureRomain Bignon1-0/+5
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-13added the shufflerange commandRomain Bignon1-1/+1
2009-02-09playlist: provide information about "next song"Vladimir S Eremin1-0/+2
2009-02-04playlist: pass const playlist pointersMax Kellermann1-9/+6
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-32/+66
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann1-2/+0
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-4/+0
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-11/+0
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-3/+3
2009-01-24command: use queue_print_*()Max Kellermann1-19/+0
2009-01-24playlist: added playlist_get_queue()Max Kellermann1-0/+6
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann1-2/+2
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann1-0/+14
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-2/+0
2009-01-23playlist: pass const pointers to search functionsMax Kellermann1-4/+6
2009-01-23playlist: added source commentsMax Kellermann1-1/+4
2009-01-23playlist: removed stopOnError flag from playPlaylist()Max Kellermann1-2/+2
2009-01-23playlist: replaced playlist_state with flag playlist.playingMax Kellermann1-0/+6
2009-01-23playlist: documented struct membersMax Kellermann1-0/+13
2009-01-22playlist: moved code to queue.cMax Kellermann1-10/+3
2009-01-21command: don't restart player in the "status" commandMax Kellermann1-2/+0
2009-01-20event_pipe: added "TAG" eventMax Kellermann1-5/+0
2009-01-18mapper: make the playlist directory optionalMax Kellermann1-1/+2
2009-01-10playlist: pass unsigned integers to playlistInfo()Max Kellermann1-1/+10
2009-01-10command: playlistinfo now uses a range argument rather than just a song idThomas Jansen1-1/+1
2009-01-04playlist: log errors during loadPlaylist()Max Kellermann1-1/+1
2008-12-30command: don't allow adding local files on WIN32Max Kellermann1-0/+2
2008-11-11playlist: track song metadata changesMax Kellermann1-0/+5
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann1-1/+0
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann1-2/+0
2008-10-23playlist: unsigned integersMax Kellermann1-18/+18
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann1-4/+0
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann1-0/+8
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-7/+8
2008-10-08song: converted typedef Song to struct songMax Kellermann1-3/+9
2008-09-29switch to C99 types, part IIMax Kellermann1-4/+4
2008-09-29playlist: deleteASongFromPlaylist takes a const Song *Eric Wong1-1/+1
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann1-2/+2