Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrubbing/Timeskip no longer working? #181

Open
bzarky opened this issue May 26, 2021 · 1 comment
Open

Scrubbing/Timeskip no longer working? #181

bzarky opened this issue May 26, 2021 · 1 comment

Comments

@bzarky
Copy link

bzarky commented May 26, 2021

I can no longer scrub videos or time skip using the plugin. It just does nothing.
I also have had the issue of playing a video while another is playing simply just stopping playback that others have been having.

Kodi version 19.0 on Ubuntu 21.04
Extension for Chrome on Win10

@JuanCanham
Copy link

I Have the same problems, code looks simple, I'm away for a couple of weeks, but once I'm home I'll give it a shot if nobody has fixed it by then.

var playerseek = '{"jsonrpc":"2.0", "method":"Player.Seek", "params":{"playerid":' + playerid + ', "value":{"hours":' + hours + ', "minutes":' + minutes + ', "seconds":' + seconds + '}},"id":1}';

Doesn't match

https://kodi.wiki/view/JSON-RPC_API/v12#Player.Seek (previously https://kodi.wiki/view/JSON-RPC_API/v10#Player.Seek)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants