Kodi Community Forum

Full Version: HTTP API - AddToPlayList suggestion.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could an index into the playlist option be added to the AddToPlayList HTTP API?

Currently any additions are added to the end of the playlist. The addition of inserting items into the playlist (at the index) would be very helpful.

This would also help for reordering playlists using the HTTP API.

Suggested API:
AddToPlayList(media;[playlist];[mask];[recursive];[index])