Json - Open/Show Recent Tv Show and Recent Movies Screen
#1
Hi, i would like to show/open on my tv recent movies or recent tv shows screen with json command, i reasearched but dont found correct json syntax to make that.. Thanks

I was able to make it works:
http://192.168.1.158:8080/jsonrpc?request={"jsonrpc":"2.0","method":"GUI.ActivateWindow","params":{"window":"videos"},"id":1}

Should be something like that.. But "videos" string isnt used for movies or tv shows.. I coundnt find correct word syntax..
Reply
#2
Researching i was able to solve it..

http://192.168.1.158:8080/jsonrpc?request={"jsonrpc":"2.0","method":"GUI.ActivateWindow","params":{"window":"videos","parameters":["RecentlyAddedMovies"]},"id":1}


http://192.168.1.158:8080/jsonrpc?request={"jsonrpc":"2.0","method":"GUI.ActivateWindow","params":{"window":"videos","parameters":["recentlyaddedepisodes"]},"id":1}
Reply

Logout Mark Read Team Forum Stats Members Help
Json - Open/Show Recent Tv Show and Recent Movies Screen0