aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_edit.c
Commit message (Collapse)AuthorAge
* playlist_edit: improved range checks in shufflePlaylist()Romain Bignon2009-02-13
|
* added the shufflerange commandRomain Bignon2009-02-13
| | | | This command shuffles a range of songs.
* playlist: fix assertion when last/current song is deletedMax Kellermann2009-02-10
| | | | | | | When MPD is stopped, but the last song is still the "current song", and you delete it, playlist->current is not updated, and becomes an invalid value. Fix this by catching "!playlist->playing && playlist->current == (int)songOrder".
* playlist: moved code to playlist_edit.cMax Kellermann2009-02-04
Moved functions for playlist editing (append, delete, shuffle, move) to playlist_edit.c.