aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23start using prefixcmp()Eric Wong1-23/+8
2008-09-07playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann1-16/+29
2008-09-07playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann1-7/+6
2008-09-07playlist: added playlist_save()Max Kellermann1-2/+11
2008-09-07playlist: pass struct client to loadPlaylist()Max Kellermann1-3/+3
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-16/+19
2008-09-07playlist: PlaylistInfo() does not call commandError()Max Kellermann1-4/+1
2008-09-07playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-33/+17
2008-09-07playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-131/+90
2008-09-07playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann1-6/+2
2008-09-07playlist: moved "repeat" and "random" value checks to command.cMax Kellermann1-20/+6
2008-09-07playlist: added is_valid_playlist_name()Max Kellermann1-3/+8
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-0/+1
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-7/+7
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-3/+3
2008-08-26renamed player.c to player_control.cMax Kellermann1-1/+1
2008-08-26no commandError() in playerSeek()Max Kellermann1-2/+6
2008-08-26don't initialize "i" if we overwrite it anywayMax Kellermann1-1/+3
2008-08-26removed the "queue" parameter from syncPlaylistWithQueue()Max Kellermann1-12/+11
2008-08-26merge the playlist lock functions into clearPlayerQueue()Max Kellermann1-24/+11
2008-08-26use switch/case in syncPlaylistWithQueue()Max Kellermann1-8/+18
2008-08-26don't call playerStop() before playerPlay()Max Kellermann1-2/+0
2008-08-26queueSong() cannot failMax Kellermann1-13/+3
2008-08-26added enum player_queue_stateMax Kellermann1-0/+6
2008-08-26playlist: eliminate unused fd parametersMax Kellermann1-37/+30
2008-08-26player: no "fd" and no return valueMax Kellermann1-14/+9
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-1/+2
2008-04-12added clearPlayerQueueLocked()Max Kellermann1-43/+24
2008-03-26fix strtok() related segmentation faultMax Kellermann1-1/+4
2008-03-26eliminated duplicate initializationMax Kellermann1-2/+2
2008-03-26fix "unreachable code" warningMax Kellermann1-6/+0
2008-03-26check the result of fopen() in all code pathsMax Kellermann1-0/+5
2008-01-26Revert the queue implementation and commandsEric Wong1-173/+1
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong1-1/+1
2008-01-26playlist: don't allow no-op/senseless movement of songsEric Wong1-8/+14
2008-01-26playlist: allow move to specify offset from current songEric Wong1-1/+10
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong1-8/+9
2008-01-26fixed -Wshadow warningsMax Kellermann1-9/+10
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2008-01-01storedPlaylist: remove the needless StoredPlaylist struct and just use ListEric Wong1-8/+8
2008-01-01storedPlaylist: cleanup API and avoid needless heap allocations + error checksEric Wong1-8/+10
2008-01-01playlist: cleanup pathname generation for the "rm" command, tooEric Wong1-15/+5
2008-01-01playlist: avoid the use of newStoredPlaylist for saving active playlistsEric Wong1-6/+52
2007-12-28Merge branches/ew r7104Eric Wong1-13/+26
2007-12-27If clearing stored playlist fails, don't return error + OK. but only the error.Qball Cow1-2/+1
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow1-1/+172
2007-09-05conf: improved boolean config parameter handling from -keEric Wong1-5/+5
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-2/+2
2007-06-03Making some bool options more consistent.J. Alexander Treuman1-2/+4