Do not issue any bug reports against versions earlier than 3.5.4 they will be closed.
Furthermore, we cannot accept bugs about metadata or art handling in 3.5.4 due to the large number of bugs that have been fixed since then. 3.5.4 in general is becoming less supportable, and it is suggested to try to reproduce the bug in the latest nightly.
Before submitting a bug please read http://ampache.org/wiki/support:bugs failure to do so may delay resolution of your report.
Furthermore, we cannot accept bugs about metadata or art handling in 3.5.4 due to the large number of bugs that have been fixed since then. 3.5.4 in general is becoming less supportable, and it is suggested to try to reproduce the bug in the latest nightly.
Before submitting a bug please read http://ampache.org/wiki/support:bugs failure to do so may delay resolution of your report.
FS#44 - Write Playlists via API
Attached to Project:
Ampache
Opened by Bryce Geiser (bjgeiser) - Saturday, 13 March 2010, 14:18 GMT-8
Opened by Bryce Geiser (bjgeiser) - Saturday, 13 March 2010, 14:18 GMT-8
|
DetailsIt would be nice to be able to write and overwrite playlists via an API POST.
Simple format could be comma separated song ids New Playlist <playlist> <name>My Playlist</name> <songs>111,342,633,664,435,982</songs> </playlist> Overwritten Playlist <playlist> <name>My Playlist</name> <overrite_id>343</overrite_id> <songs>111,342,633,664,435,982</songs> </playlist> |