aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_state.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* playlist_state: add option "restore_paused"Max Kellermann2011-02-231-0/+8
* playlist_state: declare local variable as enumMax Kellermann2011-02-231-1/+1
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-21/+27
* playlist_state: Fix the "state" line in the outputThomas Jansen2010-09-231-1/+1
* queue_save: save tags and range of non-database songsMax Kellermann2010-07-251-1/+1
* queue_save: queue_load_song() returns voidMax Kellermann2010-07-251-3/+1
* state_file: use the text_file libraryMax Kellermann2010-07-251-32/+31
* playlist_state: simplify printf() callsMax Kellermann2010-07-251-22/+18
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+10
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+6
* player_control: no CamelCaseMax Kellermann2009-10-081-8/+4
* player_control: bundle "get" functions in pc_get_status()Max Kellermann2009-10-081-4/+14
* state_file: save only if something has changedMax Kellermann2009-10-081-0/+18
* playlist: CamelCaseIsBadCourtney Cavin2009-07-281-9/+9
* state_file: don't rewind the stream while reading the state fileMax Kellermann2009-07-151-14/+15
* playlist_state: don't save "current" song when none is setMax Kellermann2009-06-291-2/+4
* playlist_state: save state when stoppedChristopher Zimmerman2009-06-261-5/+9
* implemented the 'consume' modeRomain Bignon2009-03-301-0/+10
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-271-7/+7
* implements the smartstop featureRomain Bignon2009-03-271-2/+11
* playlist_state: fix playback restore in random modeMax Kellermann2009-03-261-2/+0
* playlist_state: start playing after restore is completeMax Kellermann2009-03-251-18/+17
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* playlist: increase playlist version after loading stateMax Kellermann2009-02-041-0/+2
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-5/+6
* playlist: moved code to playlist_state.cMax Kellermann2009-02-041-0/+175