2017-12-02, 23:40
In response to this post in thread Install addons from command line I decided to start a dedicated thread on how to configure KODI using Ansible.
I am currently figuring out possible methods to configure KODI using ansible to get my personal setup up and running. My setup at the moment focuses on using KODI for watching DVB-T2 live TV.
The following parts of KODI I have configured using Ansible:
I am using the following techniques:
My current work is rather unstable work in progress. Once I reach a minimal stable state, I will provide more details and also can share my achievements via github or the like. Contributions of others of course will be welcome!
I am currently figuring out possible methods to configure KODI using ansible to get my personal setup up and running. My setup at the moment focuses on using KODI for watching DVB-T2 live TV.
The following parts of KODI I have configured using Ansible:
- Install plugins (via a more or less hackish solution, see below )
- Configure tvheadend server
- Configure Live TV client
I am using the following techniques:
- Edit XML-Files with Lineinfile, Blockinfile and Template Modules
- Modify internal KODI-Databases using sqlite3 command line frontend with queries generated by Ansible (and the shell or command modules)
- Generate a so called meta-addon, which just will pull a number of dependencies. This is my hackish way to have a one-step-solution for installing all my required addons. It still requires me to install that generated addon-package manually.
My current work is rather unstable work in progress. Once I reach a minimal stable state, I will provide more details and also can share my achievements via github or the like. Contributions of others of course will be welcome!