aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-26/+43
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* playlist_control: "previous" really plays the previous songMax Kellermann2009-10-081-7/+0
* command: range support for "delete"Max Kellermann2009-09-301-0/+9
* playlist: CamelCaseIsBadCourtney Cavin2009-07-281-25/+36
* playlist: no CamelCaseMax Kellermann2009-07-141-13/+17
* playlist: removed {save,read}PlaylistState()Max Kellermann2009-07-141-5/+0
* playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann2009-04-251-0/+7
* implemented the 'consume' modeRomain Bignon2009-03-301-0/+5
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-271-2/+2
* implements the smartstop featureRomain Bignon2009-03-271-0/+5
* queue/playlist/command: move rangeJeffrey Middleton2009-03-261-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* added the shufflerange commandRomain Bignon2009-02-131-1/+1
* playlist: provide information about "next song"Vladimir S Eremin2009-02-091-0/+2
* playlist: pass const playlist pointersMax Kellermann2009-02-041-9/+6
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-32/+66
* 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