MythTV PVR

From Official Kodi Wiki
Revision as of 04:59, 18 February 2013 by >Tankzx (→‎Connecting XBMC to MythTV)
Jump to navigation Jump to search

PVR/Contents MythTV is a Free Open Source software digital video recorder (DVR) project that is designed to run on Linux, although other operating system packages are available. With MythTV you can watch live TV, schedule recordings, view episode guide information, and many other features you'd expect from a DVR type device. MythTV can also be setup with multiple backends (master/slave) and multiple frontends to spread out the workload of recording, scheduling, and post processing jobs. More information on MythTV can be found on their official website.

The released addon supports MythTV Backend version 0.24 - 0.26.


Installing MythTV

MythTV can be setup on a variety of Linux distributions and also on Mac OS X. The MythTV Wiki page has several pages of detailed instruction sets for various distros and tuner types.

MythTV quick start guide

If your tuner hardware is not detected or is having issues, check http://linuxtv.org for driver support.

Connecting XBMC to MythTV

Template:PVR repo notice

  1. Go to Settings -> Add-ons -> Enabled add-ons -> PVR Clients and select the MythTV add-on
  2. Select "Configure"


Pvr.mythtv.cmyth settings.jpg
MythTV Backend Hostname or IP
The hostname or IP address of the server where MythTV / MythBackend is installed. If on the same machine then 'localhost' can be used.
(The mythtv addon does not currently support having the MySQL database on a separate host to the MythBackend, a fix has been developed for this but is currently only available in the source repository.)
MythTV Backend Port
The default is 6543 but this will need updating if you have changed it in the MythTV settings.
MythTV Database Username
The default is 'mythtv' but this will need updating if you have changed it for the MythTV database.
MythTV Database Password
The default is 'mythtv' but this will need updating if you have changed it for the MythTV database.
MythTV Database Databasename
The default is 'mythconverg' but this will need updating if you have changed it in the MythTV settings.
Include more debug information in the log file
If turned on, additional debugging information is written to the log file. This should be turned on if you want to debug or report problems. It should be off for normal usage.
Enable Live TV
This enables Live TV. Switch it off if you do want to use MythTV only for watching recordings.
Allow Live TV to move scheduled shows
This allows MythBackend to move scheduled recordings to another tuner if the scheduled tuner is blocked by an active Live TV playback. If turned off, you might miss recordings!



Next step: Configuring XBMC


Troubleshooting

  1. If you're experiencing troubles with the addon, MythTV section of XBMC Forum is the correct place to ask for help.
  2. Always include a full debug log with the addon setting Include more debug information in the log file enabled. (also please make yourself familiar with XBMC troubleshooting)
  3. Issues that are only related to this addon (not to XBMC itself or XBMC's general PVR code) should be reported here: https://github.com/fetzerch/xbmc-pvr-addons/issues (if unsure, ask in the forum first!)

Development

Additional guides and links