-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] Custom JSON API calls #263
Comments
basically you can do that, even though it would not all be contained in the broker-file and the solution would not be configuration only. But since you seem capabale: you would have to implement that custom business operation yourself and reference that in the broker-file. Alternative: Call the Kodi-API from IFTTT directly. But the "One-IFTTT-App to rule them all" goes down the drain. |
Great! thanks for all your replies. I'll have to dig around the code to see if I can figure it out. Im not a programmer, im just a hobbyist but I have gotten pretty good of at least learning to read and understand code and modify it a little. I like to self-host things as much as possible as well so the one-iftt-app to rule them all is the preferred method :) |
for anyone curious or wanting to help, i was trying to add the functionality of communicating with the great openmeta/openinfo addons. I was able to achieve a global search function of openinfo so that i can just ask google to search for any movie/tvshow and I would be able to get it. For example "Ok Google, Living room TV search for 'The Irishman'". I was successfully able to do this, although it is a bit hacky and it is almost definitely not the proper code but it does work. In helpers.js I added:
Some issues are:
|
|
Thanks for all your help! I am trying to solve point number 4, as that would also eliminate point numbers 2 and 3 as well. |
I just saw your other ticket at that 3rd-party addon. |
It would be cool to be able to define custom JSON API calls (https://kodi.wiki/view/JSON-RPC_API) in the broker config file.
PS sorry for opening so many feature requests at once.... This program is fantastic as is, and I appreciate your development!
The text was updated successfully, but these errors were encountered: