Kodi Community Forum

Full Version: Json http request play and stop partymode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone

I search in the forum and i did not find the solution about json http request in order to play and stop partymode
I'm beginner in json request and i don't understand the different parameters

I have few questions about json :
To start partymode i just use this request line:
Http://192.168.1.12:8092/jsonrpc?request={"jsonrpc":"2.0", "id":1, "method": "Player.Open", "params":{"item":"partymode","music"}}

But it doesn't works

And i just try to make à request to stop the music but i don't have any solution

I read that a json partymode request toggle exist but i don't know use this request

If anybody can help me to write the correct request, it will be very helpful

Thx for next answers