2018-07-22, 20:56
Hello,
ZA WARUDO! is an app launcher that allows you to control apps other than Kodi using Kodi remote controls. It was tested with Kore, Kodi's Android remote app.
It works by remapping Kodi button-codes/actions to X11 events using python-Xlib and the X11 XTEST extension. Therefore, it can only be used on OSs that use X11 for the GUI, like Linux, FreeBSD, or LibreELEC.
As an example for the button remapping, the default parameters start the chromium browser in kiosk mode and navigate to YouTube TV. Using the current bundled mapping, you can use the navigation buttons in Kore to navigate the YouTube TV website as if you're using a keyboard.
It's currently in beta. All functions are tested on my machines and working.
I'm still figuring out details here and there, including the name and icon. So, please test it and tell me if you have any suggestions or face problems.
Installation:
I'll make a Kodi repo for the addon, and also try to get it into the official repo, but for now, you'll have to install it using Git manually.
On Debian, with Kodi 17.6 installed from Debian repos, the addon can be installed like this:
- cd ~/.kodi/addons/
- git clone https://gitlab.com/ar2000jp/plugin.program.zawarudo
- Launch Kodi and go to Add-ons > My add-ons > Program add-ons > ZA WARUDO! and click Enable
The following is optional, but it enables the psutil launcher, which has better control over launched apps. On Debian, do:
- sudo apt-get install python-psutil
By default, it's configured to open YouTube TV in the chromium browser. To install the chromium browser on Debian, do:
- sudo apt-get install chromium
Updating:
If the addon was installed using Git, do the following:
- cd ~/.kodi/addons/plugin.program.zawarudo
- git pull
- Restart Kodi
Change log:
Please check the Git repo's commit log for the list of changes.
Git repo: https://gitlab.com/ar2000jp/plugin.program.zawarudo
Enjoy!
ZA WARUDO! is an app launcher that allows you to control apps other than Kodi using Kodi remote controls. It was tested with Kore, Kodi's Android remote app.
It works by remapping Kodi button-codes/actions to X11 events using python-Xlib and the X11 XTEST extension. Therefore, it can only be used on OSs that use X11 for the GUI, like Linux, FreeBSD, or LibreELEC.
As an example for the button remapping, the default parameters start the chromium browser in kiosk mode and navigate to YouTube TV. Using the current bundled mapping, you can use the navigation buttons in Kore to navigate the YouTube TV website as if you're using a keyboard.
It's currently in beta. All functions are tested on my machines and working.
I'm still figuring out details here and there, including the name and icon. So, please test it and tell me if you have any suggestions or face problems.
Installation:
I'll make a Kodi repo for the addon, and also try to get it into the official repo, but for now, you'll have to install it using Git manually.
On Debian, with Kodi 17.6 installed from Debian repos, the addon can be installed like this:
- cd ~/.kodi/addons/
- git clone https://gitlab.com/ar2000jp/plugin.program.zawarudo
- Launch Kodi and go to Add-ons > My add-ons > Program add-ons > ZA WARUDO! and click Enable
The following is optional, but it enables the psutil launcher, which has better control over launched apps. On Debian, do:
- sudo apt-get install python-psutil
By default, it's configured to open YouTube TV in the chromium browser. To install the chromium browser on Debian, do:
- sudo apt-get install chromium
Updating:
If the addon was installed using Git, do the following:
- cd ~/.kodi/addons/plugin.program.zawarudo
- git pull
- Restart Kodi
Change log:
Please check the Git repo's commit log for the list of changes.
Git repo: https://gitlab.com/ar2000jp/plugin.program.zawarudo
Enjoy!