MythTV PVR: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Cfetzer
(Description for advanced settings (db_host, db_port))
(Redirected page to Add-on:MythTV PVR Client)
 
(106 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{:PVR/Contents}}
#REDIRECT [[Add-on:MythTV_PVR_Client]]
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 [http://www.mythtv.org/ official] website.
 
The released addon supports MythTV Backend version 0.24 - 0.26.
 
__TOC__
{{-}}
 
==Installing MythTV==
MythTV can be setup on a variety of Linux distributions and also on Mac OS X. The [http://www.mythtv.org/wiki/Packages 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==
{{PVR repo notice}}
#Go to {{highlight|Settings -> Add-ons -> Enabled add-ons -> PVR Clients}} and select the MythTV add-on
#Select "Configure"
 
 
<section begin="Settings" />
[[File:pvr.mythtv.cmyth_settings.jpg|500px|right]]
{|
|
; MythTV Backend Hostname or IP
: The hostname or IP address of the server where MythTV / MythBackend is installed. If backend and frontend run on the same machine then 'localhost' can be used.
; 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!
|}
{{-}}
In addition the addon supports advanced settings, that can be edited in the addon's settings file: <code>[[Userdata|userdata]]/addon_data/pvr.mythtv-cmyth/settings.xml</code>
{|
|
; MythTV Database Hostname or IP
: The default is your MythTV Backend Hostname but this will need updating if your database server runs on a different host.
:<code><setting id="db_host" value="192.168.0.1" /></code>
; MythTV Database Port
: The default is 3306 but this will need updating if you have changed it.
:<code><setting id="db_port" value="3306" /></code>
|}
<section end="Settings" />
 
{{Next|[[PVR/XBMC|Configuring XBMC]]}}
 
==Troubleshooting==
# If you're experiencing troubles with the addon, [http://forum.xbmc.org/forumdisplay.php?fid=170 MythTV section of XBMC Forum] is the correct place to ask for help.
# Always include a '''full [http://wiki.xbmc.org/index.php?title=Debug_log debug log]''' with the addon setting '''Include more debug information in the log file''' enabled. (also please make yourself familiar with [http://wiki.xbmc.org/index.php?title=Troubleshooting XBMC troubleshooting])
# 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==
* See [[PVR/Backend/MythTV/BuildFromSource|Build addon from source]] to learn how to build addon from the official or from the development repository
* This addon uses the Transifex Localization platform. You're welcome to contribute translations: https://www.transifex.com/projects/p/XBMC-Main-Frodo/resource/pvr-mythtv-cmyth/
 
==Additional guides and links==
* MythTV website - http://mythtv.org
** [http://www.mythtv.org/wiki/ Documentation]
* MythTV backend for XBMC support forum - http://forum.xbmc.org/forumdisplay.php?fid=170
* Addon's issue tracker: https://github.com/fetzerch/xbmc-pvr-addons/issues

Latest revision as of 00:47, 30 November 2020