I'm searching for the command to move a song in the playlist via a custom web interface that I am building.
In the github repo I found the file with all the commands but not the command to move a song in a playlist
https://github.com/videolan/vlc/tree/ma ... sts#readme
I found in a vlc doc by verghost: https://verghost.com/vlc-lua-docs/m/playlist/
That explain a command to move a song in a playlist.
You have to specify an id for the item identifier and a target for the target position, so I try the command below:
http://localhost:8080/requests/playlist ... &target=14
But it does not work.
How can I do this.