I use the webinterface to control VLC Media Player 0.8.6c. Normally, a long playlist with MP3 files plays with shuffle-play turned on. Is it possible to enqueue playlist-items by their leaf-id while playing in shuffle-play mode? So something like this:
Code: Select all
http://url:port/requests/status.xml?command=enqueue&input=[leaf_id]
The current function in_enqueue() only supports new files to be added to the playlist, and I want that function also for files currently in the playlist.
I like this feature, because sometimes I want to hear a specific song from my playlist, without interrupting the current playing song. I use the VLC webinterface, because it is a dedicated music-computer.