-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
This prerequisite guide assumes a modern version of Ubuntu (>= 18.04).
If you are running 18.04, you will need to install version 3.8 or newer of python.
I may add backwards compatability later, but for now, I reccomend installing Pyenv.
Once you have Python set up, run the following commands in a BASH terminal:
sudo apt install libmariadbclient-dev
pip3 install future
pip3 install mysqlclient
pip3 install matrix-nio
Now we need to get the Mythtv source code:
git clone https://github.com/MythTV/mythtv
...Go to the directory where the API's we need are located:
cd ./mythtv/bindings/python/
...And install the python API:
python3 setup.py install
Clone (or download) the sMythbot repo. Make sure the prerequisites are installed. Execute smythbot-main.py on the same subnet as your Myth Tv.
See the setup page for more information.
Not built yet