Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist_edit: improved range checks in shufflePlaylist() | Romain Bignon | 2009-02-13 | 1 | -1/+6 |
| | |||||
* | added the shufflerange command | Romain Bignon | 2009-02-13 | 1 | -23/+21 |
| | | | | This command shuffles a range of songs. | ||||
* | playlist: fix assertion when last/current song is deleted | Max Kellermann | 2009-02-10 | 1 | -1/+4 |
| | | | | | | | 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.c | Max Kellermann | 2009-02-04 | 1 | -0/+393 |
Moved functions for playlist editing (append, delete, shuffle, move) to playlist_edit.c. |