Add a resume function to the Kodi JSON-RPC API
#1
I've been trying to make some voice activated commands leveraging texturecache.py, but my favorite one - where you can tell Kodi to play a specific movie through a voice command, will only start a movie at the beginning.

Here's what I have so far:

https://www.reddit.com/r/shortcuts/comme...i_control/

According to MilhouseVH, an addition to the JSON-RPC API would have to be made to allow a resume function. Would this be possible to implement?
Reply
#2
Player.Open is the method that texturecache.py is using to play a video file, and this method doesn't appear to support resuming (either from the stored resume point, or an arbitrary timecode) - it always starts the video from the beginning.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply

Logout Mark Read Team Forum Stats Members Help
Add a resume function to the Kodi JSON-RPC API0