mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
log the results of this command, part of #162
This commit is contained in:
parent
5745a20d33
commit
3bceb19e01
@ -17,6 +17,7 @@ class GuiSettingsManager:
|
||||
|
||||
def run(self):
|
||||
#get a list of all the settings we can manipulate via json
|
||||
utils.log(xbmc.executeJSONRPC('{"jsonrpc":"2.0", "id":1, "method":"Settings.GetSettings","params":{"level":"advanced"}}'))
|
||||
json_response = json.loads(utils.encode(xbmc.executeJSONRPC('{"jsonrpc":"2.0", "id":1, "method":"Settings.GetSettings","params":{"level":"advanced"}}')))
|
||||
|
||||
settings = json_response['result']['settings']
|
||||
|
Loading…
Reference in New Issue
Block a user