You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I added the functionality to enable all JSON-RPC calls from the kodi api because I need those for a gesture controll project I am doing. (json-commands are received under the topic kodi/command/api) Maybe this can be useful for others too.
I am not a native speaker so please excuse my English. fyi I am new to github and also to python.
I'm still not quite used to the GitHub workflow - but i think i already did create a fork https://github.com/rubikscuber/kodi2mqtt/tree/patch-1
I do not have a lot of time now; but if someone reminds me in two months or so I probably will test this with a new installation of Kodi and see if it still works + update the readme for the RPC calls. (and fix bugs if necessary)
I hope this helps until then.
@rubikscuber
Are you planning to maintain this repo? Would you allow issues on your fork?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I added the functionality to enable all JSON-RPC calls from the kodi api because I need those for a gesture controll project I am doing. (json-commands are received under the topic kodi/command/api) Maybe this can be useful for others too.
I am not a native speaker so please excuse my English. fyi I am new to github and also to python.