Ampache

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.


Tasklist

FS#44 - Write Playlists via API

Attached to Project: Ampache
Opened by Bryce Geiser (bjgeiser) - Saturday, 13 March 2010, 14:18 GMT-8
Task Type Feature
Category API
Status Unconfirmed
Assigned To No-one
Operating System
Severity Medium
Priority Normal
Reported Version 3.6.0-Dev
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 1
Private No

Details

It 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>

Loading...