Kodi Community Forum
HTTP API - AddToPlayList suggestion. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: HTTP API - AddToPlayList suggestion. (/showthread.php?tid=60350)



HTTP API - AddToPlayList suggestion. - Kabooga - 2009-10-26

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])