aboutsummaryrefslogtreecommitdiffstats
path: root/src/Playlist.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+6
2013-10-28player_control: rename to PlayerControlMax Kellermann1-32/+32
2013-10-22Playlist: refresh new tags after database updateMax Kellermann1-1/+4
2013-10-22Playlist: copy stream tags from the PlayerThreadMax Kellermann1-1/+6
2013-10-20PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann1-38/+38
2013-08-10playlist_error: convert to C++Max Kellermann1-1/+1
2013-07-30include cleanupMax Kellermann1-2/+0
2013-07-28song: convert header to C++Max Kellermann1-5/+6
2013-01-18Playlist, Song: clarify parameter encodingMax Kellermann1-1/+1
2013-01-15Playlist: initialise attribute "playing"Max Kellermann1-1/+1
2013-01-09Playlist.hxx: move prototype to PlaylistGlobal.hxxMax Kellermann1-3/+0
2013-01-09Playlist: move playlist_increment_version_all() into the classMax Kellermann1-3/+2
2013-01-07Playlist: convert functions to methodsMax Kellermann1-129/+138
2013-01-06Queue: add constructor and destructorMax Kellermann1-3/+1
2013-01-06Playlist: add constructor and destructorMax Kellermann1-6/+9
2013-01-05Partition: new class, container for Playlist and PlayerControlMax Kellermann1-7/+1
2013-01-04Playlist: pass max_length to playlist_init()Max Kellermann1-2/+2
2013-01-04playlist: convert to C++Max Kellermann1-4/+4
2012-03-06playlist_edit: move UID check to client_allow_file()Max Kellermann1-5/+4
2011-12-24command: new command "seekcur"Max Kellermann1-0/+12
2011-09-11playlist: move enum playlist_result to playlist_error.hMax Kellermann1-14/+1
2011-09-11playlist: move PLAYLIST_COMMENT to stored_playlist.cMax Kellermann1-2/+0
2011-07-19queue: implement song "priorities"Max Kellermann1-0/+9
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-26/+43
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