wilcal wrote:MCC -> Software Management -> Install & Remove Software -> mythtv
on a 64-bit system presents over 50 packages to be installed. Just installing a basic system what should be initially installed and how should that be set up to get a DTV USB tuner to work?
You need to install mythtv-backend and mythtv-frontend and their dependencies.
You also need the mariadb database server. If you are using the Plasma DE, I think it will already be installed.
An initial database must be set up for mythtv. This should be as simple as executing:
- Code: Select all
mysql /usr/share/mythtv/initialdb/mc.sql
Unfortunately here, you run into an open issue:
https://bugs.mageia.org/show_bug.cgi?id=19127Fortunately Bit Twister has provided work-arounds
Next you need to run MythTV Setup from the Sound & Video sub-menu (or mythtv-setup from a konsole prompt)
There are lots of settings, but default values will work for most and a description for the field the cursor is in is displayed at the bottom of the screen.
The MythTV wiki also has a comprehensive description of configuration settings:
https://www.mythtv.org/wiki/Configuring_MythTVand a HowTo (for an earlier version, but should still be useful):
https://www.mythtv.org/wiki/MythTV-HOWTO_-_0.27To control and watch recordings and live TV, you start MythTV from the Sound & Video sub-menu (or mythfrontend from a konsole prompt).
MythTV is full screen by default, but can also be started in a window by adding command line options. The front-end may also be started standalone from the Display Manager.