aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* start using prefixcmp()Eric Wong2008-09-201-23/+8
* Move away from fprintf() when writing DB/state_fileEric Wong2008-09-181-17/+17
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-091-4/+1
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-091-31/+17
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-091-128/+88
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-091-6/+2
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-091-20/+6
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-091-3/+8
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-091-7/+7
* playlist: re-randomize when explicitly playing a new songEric Wong2008-09-071-0/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-09-021-3/+3
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-2/+2
* playlist: fix shuffle/random distributionEric Wong2008-09-011-6/+19
* playlist: eliminate unused fd parametersMax Kellermann2008-08-311-22/+18
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-301-1/+1
* playlist: fix deleting the last song in a playlistEric Wong2008-08-271-1/+2
* Reimplement dynamic metadata handlingEric Wong2008-08-261-19/+24
* playlist: fix "currentsong" after song deletionEric Wong2008-08-251-0/+2
* playlist: fix "currentsong" after song movementEric Wong2008-08-251-1/+4
* playlist: queue songs after adding themEric Wong2008-08-231-0/+6
* change queueNextSongInPlaylist assertion to checkEric Wong2008-08-231-1/+2
* Remove ob_wait_sync and cleanup triggering in playlistEric Wong2008-08-191-44/+28
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-161-261/+281
* clean up CPP includesMax Kellermann2008-04-121-1/+2
* added clearPlayerQueueLocked()Max Kellermann2008-04-121-43/+24
* fix strtok() related segmentation faultMax Kellermann2008-03-261-1/+4
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* fix "unreachable code" warningMax Kellermann2008-03-261-6/+0
* check the result of fopen() in all code pathsMax Kellermann2008-03-261-0/+5
* Revert the queue implementation and commandsEric Wong2008-01-261-173/+1
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-261-1/+1
* playlist: don't allow no-op/senseless movement of songsEric Wong2008-01-261-8/+14
* playlist: allow move to specify offset from current songEric Wong2008-01-261-1/+10
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-8/+9
* fixed -Wshadow warningsMax Kellermann2008-01-261-9/+10
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-8/+1
* storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong2008-01-011-8/+8
* storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong2008-01-011-8/+10
* playlist: cleanup pathname generation for the "rm" command, tooEric Wong2008-01-011-15/+5
* playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong2008-01-011-6/+52
* Merge branches/ew r7104Eric Wong2007-12-281-13/+26
* If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow2007-12-271-2/+1
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-261-1/+172
* conf: improved boolean config parameter handling from -keEric Wong2007-09-051-5/+5
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-041-2/+2
* Making some bool options more consistent.J. Alexander Treuman2007-06-031-2/+4
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-011-3/+2
* Minor formatting cleanups.J. Alexander Treuman2007-06-011-2/+0
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-2/+1
* Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman2007-05-261-9/+18