Has anyone got Player.Seek working with Player.Position.Percentage because i just want to restart the video from the start but cant find any example and am unable to modify the examples i can find to work (ie smallforward to percentage). I know this is possible from the wiki (http://kodi.wiki/view/JSON-RPC_API/v6#Player.Seek)
( {“jsonrpc”:”2.0″,”method”:”Player.Seek”,”params”:{ “playerid”:1,”value”:”smallforward”},”id”:1} )
This is what i have tried but i really dont know what im doing
{“jsonrpc”: “2.0”, “method”: “Player.Seek”, “params”: { “playerid”: 1, “value”: ” Player.Position.Percentage”:0 }, “id”: 1}
{“jsonrpc”: “2.0”, “method”: “Player.Seek”, “params”: {“playerid”:1,”value”:{ “hours”:0, “minutes”:10, “seconds”:0}, “id”:1}
{“jsonrpc”: “2.0”, “method”: “Player.Seek”, “params”: {“properties”: [“Player.Position.Percentage”]}, “id”: 1}
{“jsonrpc”: “2.0”, “method”: “Player.Seek”, “params”:{“playerid”:1,”percentage”:0, “id”:1}
Any help would be great thanks