Skip to content

Installation

shsorbom edited this page Jul 16, 2020 · 4 revisions

Manual Installation Prerequisites.

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

sMythbot Manual 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.

sMythbot Snap package install

Not built yet

Clone this wiki locally