Moving playlist items through HTTP interface
Posted: 06 Aug 2011 15:09
I'm currently working on an improved version of the HTTP interface for VLC. One of the things I wanted to include in this interface, is the possibility to move playlist items to another position.
Although http://wiki.videolan.org/Documentation: ... _Interface provides me with the possibility of using playlist_move function, I get the following error when using it:
"oldhttp error: moving using indexes is obsolete. We need to update this function"
Is there any workaround, or solution to this problem? The only workaround I could think of, is to empty the playlist completely and insert the tracks in their new order. Of course, this won't be pretty (playback will stop etc.), so a better solution is more than welcome.
Anybody?
Although http://wiki.videolan.org/Documentation: ... _Interface provides me with the possibility of using playlist_move function, I get the following error when using it:
"oldhttp error: moving using indexes is obsolete. We need to update this function"
Is there any workaround, or solution to this problem? The only workaround I could think of, is to empty the playlist completely and insert the tracks in their new order. Of course, this won't be pretty (playback will stop etc.), so a better solution is more than welcome.
Anybody?