

VLC's default suite of features might be enough for everyday use. Add Features With VLC Add-Ons and VLC Extensions

Please, consider asking a separate question with the detailed use case description.9. The operations #2 and #2 may be used to implement the playlist items import functionality.The operation #1 may be used to implement the playlist items export functionality.To enqueue an item into the playlist ( GET /requests/status.xml?command=in_enqueue&input=).To clear the playlist ( GET /requests/status.xml?command=pl_empty).To get the playlist and its items ( GET /requests/playlist.xml).It might be a case that a workaround for your particular use case may be implemented.įor example, it seems to be possible to perform the following operations by using the HTTP interface: Please, note that it does not matter which type of user interface is used (for example, graphical user interface or HTTP interface). Automatically saved/restored playlist (#4505).Restore playlist state when re-opening app - The VideoLAN Forums.Playlist autosave - The VideoLAN Forums.This feature has been requested many times, but it has not been implemented yet: Autosave playlist upon application exit: Absent feature It has worked correctly: the order of the playlist items has been changed appropriately.

I have run a quick check: performed an HTTP GET request to sort items in a random order: GET /requests/status.xml?command=pl_sort&id=0&val=random The valid val parameter values may be found in the vlc_sort_key_from_string() function: vlc/playlist.c at f32f289264fd4a08c8b5f04d8395ea78f358f291 Please, note that the vlc_sort_key_from_string() function validates the provided val parameter value.

Return luaL_error( L, "Invalid search key." ) Int i_mode = vlc_sort_key_from_string( luaL_checkstring( L, 1 ) )
