Posts: 21
Joined: Jun 2015
Reputation:
0
andmc
Junior Member
Posts: 21
Can anyone help with the json command to bring up the delete dialog
many thanks
Posts: 21
Joined: Jun 2015
Reputation:
0
andmc
Junior Member
Posts: 21
Ok I found what I needed
{"jsonrpc": "2.0", "method": "Input.ExecuteAction", "params": {"action":"togglefullscreen"}}
This will open the delete from library box
Posts: 21
Joined: Jun 2015
Reputation:
0
andmc
Junior Member
Posts: 21
Sorry posted wrong command
This is the full screen window toggle
The delete one is
{"jsonrpc": "2.0", "method": "Input.ExecuteAction", "params": {"action":"delete"}}