Home
Name Modified Size InfoDownloads / Week
ubuntu 18.04 2019-03-15
ubuntu 14.10 2019-02-23
xmltv_config 2018-01-28
ubuntu 16.04 2017-01-04
mythtv-controller-0.42.0.tgz 2024-06-24 511.8 MB
mythtv-controller_0.41-0_amd64.deb 2024-03-29 261.6 MB
mythtv-controller-0.41.0.tgz 2024-03-29 516.7 MB
mythtv-controller_0.40.9_amd64.deb 2023-12-29 210.6 MB
mythtv-controller-0.40.9.tgz 2023-12-29 515.7 MB
mythtv-controller_0.40.8_amd64.deb 2023-11-02 210.6 MB
mythtv-controller-0.40.8.tgz 2023-11-02 515.8 MB
mythtv-controller_0.40.7_amd64.deb 2023-10-07 210.2 MB
mythtv-controller-0.40.7.tgz 2023-10-07 429.3 MB
mythtv-controller-0.40.5.tgz 2023-08-17 428.0 MB
mythtv-controller-0.40.6.tgz 2023-08-17 428.0 MB
mythtv-controller-0.40.4.tgz 2023-07-21 8.4 MB
readme.txt 2017-02-02 2.5 kB
asoundrc.hdmi 2011-09-12 6.8 kB
mythtv-controller.lirc 2011-03-16 5.3 kB
Totals: 19 Items   4.2 GB 1
# mythtv-controller 
# packs to install to compile on Ubuntu 10.xx/12.xx
# Updated 01/11/2014
#

Version.

mythtv-controller ver 0.36.1

uv music meter fixed after fmod upgrade

mythtv-controller ver 0.36.0

New xbmc/kodi loader,faster tread loader on all types

mythtv-controller ver 0.32.6

Now 32/64B version

mythtv-controller ver 0.31.6

Howto install.

The ease way is to download the deb version by dubble click on it.

The source version install is like this. 

This packets need to be installed on Ubuntu.

Ver 12.xx

g++ make libdevil-dev libcurl-ocaml-dev libsdl1.2-dev glutg3-dev 
libmysqlclient-dev libsdl-image1.2-dev lirc-modules-source dialog 
imagemagick liblircclient-dev xmltv libglc-dev libical-dev unzip 
libical-dev unzip libical-dev lirc

Do command to install packets.

sudo sh apt-get_12.10.sh

Ver 10.04

g++ make libcurl-ocaml-dev libdevil-dev libsdl1.2-dev glutg3-dev
libmysqlclient-dev libsdl-image1.2-dev lirc-modules-source dialog
imagemagick liblircclient-dev xmltv libglc-dev libical-dev unzip libical-dev
unzip libical-dev lirc

Do command to install packets.

sudo sh apt-get.sh



You can install them by 'sudo sh apt-get.sh' when you have downloaded and
untar the install file.

mkdir mythtv-controller
cd mythtv-controller
tar -zxf mythtv-controller-0.33.6.tar.gz

Now you have to create a database, called mythtvcontroller
use mysql to create the database. Rember to check the password in the
config file. 'createdb.sql' textfelt 'PASSWORD HERE' BEFORE run.

mysql -u root -p < createdb.sql


Now it is time to install mythtv-controller by doing.

Possible targets:
'sudo sh apt-get.sh'       - Install software required by mythtv-controller
'sudo make installsound'   - Install FMOD sound system
'make compile'             - Compile mythtv-controller
'sudo make install'        - Install mythtv-controller in /usr/share/mythtv-controller

You can uninstall by.

'sudo make uninstall'      - Uninstall mythtv-controller FMOD/irrKlang/ libraries and headers


# First start is slow, if your mythtv is setup right. The program have to
# convert some gfx/cdcover/dvdcover file to internal format.
#
# After start. First jump to F1 menu for setup. 
# Check the database setup for connect to mythtv backend.
# After setup is okay.. restart the program to load the data from the mythtv
# system the radio stations will be installed by the mythtv-controller
# program.
#
# Se install.txt for arch linux install.
#
# Programmed by Hans-Henrik Grüner-Pedersen
# release under GPL
# hanshenrik32@gmail.com
#

Source: readme.txt, updated 2017-02-02