1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

Json help on Shield

Any issues that are Android specific
Post Reply
mpg732
Posts: 8
Joined: 04 Aug 2019, 20:52

Json help on Shield

Post by mpg732 »

Running the latest on every thing on a shield pro, working on an interface for control, this command

{"jsonrpc":"2.0", "method":"Player.Seek", "params": { "playerid":1, "value":{ "seconds": 60 } }, "id":1}

will jump 60 seconds forward, but this command willnot but instead jump to 30 seconds into the video,

{"jsonrpc":"2.0", "method":"Player.Seek", "params": { "playerid":1, "value":{ "seconds": 30 } }, "id":1}

but this command will work jumping 30 seconds back,

{"jsonrpc":"2.0", "method":"Player.Seek", "params": { "playerid":1, "value":{ "seconds": -30 } }, "id":1}

any idea why?
Thanks
Mike
Post Reply