Difference between revisions of "Configuring Frontend"

From MythTV Official Wiki
Jump to: navigation, search
(MythGallery Settings (General))
(Localization)
 
(51 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Navigate|User Manual:Detailed configuration Backend|User Manual:Index|User Manual:Daily Use}}
+
{{User Manual TOC}}
  
This page is up-to-date to MythTV version 0.23, the current release is {{CurrentRelease}}
+
{{UpToDate 29}}
  
{{Note box|Most of the video menus have been included in this guide, but many of the others have not.}}
+
==Introduction==
  
The [[frontend]] process is responsible for anything that requires interaction such as Watching Recorded Programs or Watching TV. It provides the GUI you use on your TV or monitor as well as the LIRC, keyboard, or other input handling for Frontend Navigation.
+
Once the software has been installed and the backend is running, you can continue the setup by configuring the frontend. The backend setup need not be complete, all that is necessary is that the backend is running and the database is accessible.
  
You may also find it useful to read about [[MFD/MFE]] the Myth Frontend Daemon
+
The following sections describe the detailed configuration through the frontend setup screens.
  
The frontend can be configured by going to the 'Utilities and Setup' menu of the frontend. The following sections describe the available configuration options.
+
==Starting the Frontend==
  
==Music Tools==
+
If your frontend has previously been used with another MythTV backend, please remove or rename the ~/.mythtv directory.
  
==Edit Keys==
+
Start by launching the frontend, either using the launch icon in the desktop menu or by running mythfrontend. This can be run on the same system as the backend or on another machine that has a network connection to the backend (remote frontend). As long as the backend is running the frontend will find it.
 +
 
 +
If you see a screen which asks for your Country and Language, then the frontend has failed to find the backend. This could be because your backend is not running, or the backend is on a separate network from the frontend. Also there could be a firewall preventing communication.
 +
 
 +
If these are correct, you can select your country and language, then proceed to the next screen where you set up database details, after which the frontend will be able to connect to the database and find the backend.
 +
 
 +
If you see a message that the master backend is not running (but you know it is running), then it is likely that the backend setup has the wrong master backend ip address specified in the General section of setup. If you are using remote frontends, the ip address and master ip address must not be specified as 127.0.0.1, but as the actual external ip address.
 +
 
 +
Alternatively, if your frontend is not on the same system as the backend, then the mysql database on the backend may not be listening for incoming requests from the network.  You will need to change the bind-address.  For *buntu 20.04 this is in /etc/mysql/conf.d/mythtv.cnf.  Check that you have the lines:
 +
[mysqld]
 +
bind-address=::
 +
Then reboot or restart mysql.  If the file is missing then search through the files in the include directories in /etc/mysql/mysql.cnf to find the bind address.
 +
 
 +
==Setup Wizard==
 +
'''Perform basic configuration tasks'''<br>
 +
(Setup->Setup Wizard)
 +
 
 +
===MythTV Configuration Wizard===
 +
(Setup->Setup Wizard)
  
==Setup==
+
Use the buttons to submit your hardware profile to MythTV. This provides the developers with statistics on the types of hardware being used, and guides future development towards the most popular platforms.
  
===General===
+
===Audio Configuration===
 +
(Setup->Setup Wizard)
  
<font color="#FFFFFF">
+
This page is an alternative to using [[#Audio|Audio]] to set up the audio device.
====Database Configuration 1/2====
+
{| class="wikitable" style="width: 100%;"
<font color="#000000">
 
(Setup->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Database Configuration 1/2''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Hostname
+
|Audio Device
| align="center" |127.0.0.1
+
| align="center" |ALSA:default
|The hostname or IP address of the machine hosting the database. This information is required.
+
|Select from one of the audio devices detected on your system. When satisfied, you can test audio before moving on. If you fail to configure audio, video playback may fail as well.
|If you are running a single combined backend and frontend, then leave this at its default value of 127.0.0.1. This is often referred to as the local loopback IP address. If you have multiple frontends connecting to this backend then you will need to set this address to the same address as the real IP address eg 192.168.2.11 as it appears on your network. If you have a DNS Server running on your network you can just put the hostname eg "MythBackend". Your DNS Server will translate this to its real IP address.
+
|There could be a great number of options available, depending on the type of audio devices available.
 
|-
 
|-
|Database
+
|My Audio subsystem supports Dolby Digital
| align="center" |mythconverg
+
| align="center" |unchecked
|The name of the database. This information is required.
+
|Select this checkbox if your receiver is capable of playing AC-3 (Dolby Digital).
|This is the name of the database the MythTV backend uses to store information. Normally you should not need to change this. However, you may choose to have different databases for different reasons, for example, a test database so you can check out configurations, and then put this back to mythconverg later, or a different database depending on user so each user can set an independent look and feel.
+
|This is only enabled if an Audio device that could support it is selected above.
 +
|-bind-address= 0.0.0.0
 +
|My Audio subsystem supports DTS
 +
| align="center" |unchecked
 +
|Select this checkbox if your receiver is capable of playing DTS.
 +
|This is only enabled if an Audio device that could support it is selected above.
 
|-
 
|-
|User
+
|My Audio subsystem supports E-AC-3
| align="center" |mythtv
+
| align="center" |unchecked
|The user name to use while connecting to the database. This information is required.
+
|Select this checkbox if your receiver is capable of playing E-AC-3 (Dolby Digital Plus).
|You should not have to change this from its default.
+
|This is only enabled if an Audio device that could support it is selected above.
 
|-
 
|-
|Password
+
|My Audio subsystem supports TrueHD
| align="center" |mythtv
+
| align="center" |unchecked
|The password to use while connecting to the database. This information is required.
+
|Select this checkbox if your receiver is capable of playing TrueHD.
|Change this to suit your system.
+
|This is only enabled if an Audio device that could support it is selected above.
 
|-
 
|-
|Database type
+
|My Audio subsystem supports DTS-HD
| align="center" |MySql
+
| align="center" |unchecked
|The database implementation used for your server.
+
|Select this checkbox if your receiver is capable of playing DTS-HD.
|MySql is an Opensource database used by MythTV to hold all of its internal information.
+
|This is only enabled if an Audio device that could support it is selected above.
 +
|-
 +
|Number of Speakers
 +
| align="center" |Stereo
 +
|Select the number of speakers you have.
 +
|Options are Stereo, 5.1 Channel, 7.1 Channel
 +
|-
 +
|Test Speakers
 +
| align="center" |Pushbutton
 +
|Test your audio settings by playing noise through each speaker.
 
|}
 
|}
  
<font color="#FFFFFF">
+
===Video Configuration===
 +
(Setup->Setup Wizard)
  
====Database Configuration 2/2====
+
This page is an alternative to using [[#Playback Profiles (3/8)|Playback Profiles]] to set up the playback profile.
<font color="#000000">
+
{| class="wikitable" style="width: 100%;"
(Setup->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Database Configuration 2/2''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Custom Identifier for Frontend Preference
+
|Video Playback Profile
| align="center" |Unchecked
+
| align="center" |Normal
|If this frontend's hostname changes often, check this box and provide a network-unique name to identify it. If unchecked, the frontend machine's local hostname will be used to save preferences in the database.
+
|Select from one of the preconfigured playback profiles.  When satisfied, you can test Standard Definition and High Definition playback with the selected profile before moving on.
|This is the meat of the subject
+
|You can further customize the playback profile using [[#Playback Profiles (3/8)|Playback Profiles]]
 
|-
 
|-
|Enable Database Server Wakeup
+
|Test Standard Definition
| align="center"|Unchecked
+
| align="center" |Pushbutton
|If checked, the frontend will use database wakeup parameters to reconnect to the database server (Mythbackend)
+
|Test your playback settings with Standard Definition content. (480p)
|Database Server Wakeup is an ACPI option that allows your machine to power up based on activity on the network. You need to make sure that your machine supports ACPI correctly for this to work. You can use this to remotely activate your machine (for instance when you are at work).<br>
+
|This will download a clip and play it.
 
(The following additional options are only displayed if this option is checked.)
 
 
 
 
|-
 
|-
|Reconnect time
+
|Test High Definition
| align="center"|0
+
| align="center" |Pushbutton
|The time in seconds to wait for the server to wake up.
+
|Test your playback settings with High Definition content (1080p).
|
+
|This will download a clip and play it.
 +
|}
 +
At the end of this, when you click "Finish", your audio settings and playback profile will be saved.
  
|-
+
==General==
|Retry attempts
+
'''Core MythTV behavior and system settings'''<br>
| align="center"|1
+
(Setup->General)
|The number of retries to wake the server before the frontend gives up.
 
|
 
  
|-
+
Most settings are contained within a database. The first 2 tables (below) configure where that database is located and how to access it.
|Wake command
+
Hence these settings are stored in a separate configuration file (config.xml) - refer to [[Config.xml]] for further details.
| align="center"|(blank)
+
This selection also appears if MythWelcome or MythFrontend are unable to communicate with the database.
|The command executed on this frontend to wake up the database server (eg. sudo /etc/init.d/mysql restart)
+
===Database Configuration 1/2===
|
+
(Setup->General)
  
|}
+
This page will automatically be set up the first time you start the frontend. See the description above [[#Starting the Frontend]]. In the event that this does not work you may have to manually enter the information here.
  
<font color="#FFFFFF">
+
The information entered here is stored in [[Config.xml]].
 
+
{| class="wikitable" style="width: 100%;"
====Settings Access====
+
|-
<font color="#000000">
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
(Setup->General)
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Settings Access''' </font>
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Hostname
 +
| align="center" |localhost
 +
|The hostname or IP address of the machine hosting the database. This information is required.
 +
|In most cases the system will populate this automatically the first time the backend starts. If you are running a single combined backend and frontend, then leave this at its default value of localhost. If you have multiple frontends connecting to this backend enter the ip address or host name of the database server. If you enter a host name it must be resolved using DNS or the hosts file.
 +
|-
 +
|Ping test server?
 +
| align="center" |Checked
 +
|Test basic host connectivity using the ping command. Turn off if your host or network don&apos;t support ping (ICMP ECHO) packets
 +
|Leave this checked in all except unusual circumstances.
 +
|-
 +
|Port
 +
| align="center" |3306
 +
|The port number the database is running on. Leave blank if using the default port (3306).
 +
|Leave the default in all except unusual circumstances.
 
|-
 
|-
! |Setting
+
|Database
! |Default Value
+
| align="center" |mythconverg
! |Settings Page's Description
+
|The name of the database. This information is required.
! |Additional Comments
+
|In most cases the system will populate this automatically the first time the backend starts. This is the name of the database the MythTV backend uses to store information. Normally you should not need to change this. However, you may choose to have different databases for different reasons, for example, a test database so you can check out configurations, and then put this back to mythconverg later, or a different database depending on user so each user can set an independent look and feel.
 
|-
 
|-
|Require Setup PIN
+
|User
| align="center" |Unchecked
+
| align="center" |mythtv
|If set, you will not be able to return to this screen and reset the Setup PIN without first entering the current PIN.
+
|The user name to use while connecting to the database. This information is required.
|MythTV setup can be locked so that you don't have tampering fingers change things while you are out. This tells the system that a PIN will be required to access the configuration screen.
+
|In most cases the system will populate this automatically the first time the backend starts. You should not have to change this from its default.
 
|-
 
|-
|Setup Pin Code
+
|Password
| align="center"|blank
+
| align="center" |mythtv
|This PIN is used to control access to the setup menus. If you want to use this feature, then setting the value to all numbers will make your life much easier. Set it to blank to disable.
+
|The password to use while connecting to the database. This information is required.
|Tell the system what the security PIN is here. Don't forget to write it down somewhere so you don't forget. Or back up your database before you set the PIN so you can restore in case you forget.
+
|In most cases the system will populate this automatically the first time the backend starts. Change this to suit your system.
 
|}
 
|}
 +
===Database Configuration 2/2===
 +
(Setup->General)
  
<font color="#FFFFFF">
+
The information entered here is stored in [[Config.xml]].
 
+
{| class="wikitable" style="width: 100%;"
====Audio System====
 
<font color="#000000">
 
(Setup->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Audio System''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Audio output device
+
|Use custom identifier for frontend preference
| align="center" |ALSA:default
+
| align="center" |Not Checked
|Blank
+
|If this frontend's hostname changes often, check this box and provide a network-unique name to identify it. If unchecked, the frontend machine's local hostname will be used to save preferences in the database.
|This is the sound card that you want to use.
+
|The frontend preferences are stored in the database under this name. If you want those preferences to move to another machine or you change your machine hostname, Check this and enter the old hostname below.  
To specify an <b>ALSA</b> device, use the format <tt>ALSA:<i>device</i></tt> (where <tt><i>device</i></tt> is a valid ALSA device such as spdif; iec958; default; hw::0,0; plughw:0,0; etc.).  For example, <tt>ALSA:spdif</tt>.
 
<br>You can find out which ALSA devices you have available, with the command
 
::<code>aplay -L</code>
 
 
 
To enable <b>JACK</b> output, use the format <tt>JACK:</tt>
 
 
 
 
|-
 
|-
|Speakers configuraion
+
|Custom identifier
| align="center" |Stereo
+
| align="center" |my-unique-identifier-goes-here
|Set your audio configuration: Stereo or Surround.
+
|An identifier to use while saving the settings for this frontend.
|
+
|If you selected the above check box, enter a unique name or your old host name here.
 
|-
 
|-
 
+
|Enable Database Server Wakeup
 +
| align="center"|Not Checked
 +
|If checked, the frontend will use database wakeup parameters to reconnect to the database server (Mythbackend)
 +
|If checked, the front end will use ACPI to wake the database server if the database server is not running at that time. This way you can save power by not having your database server running all the time. You need to enable ACPI wakeup on the database server for this to work.
 
|-
 
|-
|Advanced Audio Configuration<br>(checkbox)
+
| colspan="4" align="left" | The following additional options are only displayed if the previous option is checked.
| align="center" |unchecked
 
|Enable extra audio settings.
 
|The following additional options are only displayed if this option is checked.
 
 
 
 
|-
 
|-
|Override SRC quality<br>(checkbox)
+
|Reconnect time
| align="center"|unchecked
+
| align="center"|0
|Override audio sample rate conversion quality.
+
|The time in seconds to wait for the server to wake up.
|
+
|Enter a reasonable value for number of seconds to wait between wake up attempts.
 
 
 
|-
 
|-
|Aggressive Sound card Buffering<br>(checkbox)
+
|Retry attempts
| align="center"|unchecked
+
| align="center"|5
|If enabled, MythTV will pretend to have a smaller sound card buffer than is really present. Should be unchecked in most cases. Enable only if you have playback issues.
+
|The number of retries to wake the server before the frontend gives up.
|
+
|Number of wake up attempts.
 
 
 
|-
 
|-
 +
|Wake command
 +
| align="center"|echo 'WOLsqlServerCommand not set'
 +
|The command executed on this frontend to wake up the database server (eg. sudo /etc/init.d/mysql restart).
 +
|You can use this command:
 +
<code>wakeonlan xx:xx:xx:xx:xx:xx</code><br>
 +
where xx:xx:xx:xx:xx:xx is the MAC address of the database server.
 
|}
 
|}
 
+
===Settings Access===
<font color="#FFFFFF">
 
 
 
====Audio Mixer====
 
<font color="#000000">
 
 
(Setup->General)
 
(Setup->General)
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
{| class="wikitable" style="width: 100%;"
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Audio Mixer''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Use Internal Volume Controls
+
|Setup Pin Code
| align="center" |On
+
| align="center"|blank
|MythTV can control the PCM and master mixer volume. If you prefer to control the volume externally (like your amplifier) or use an external mixer program, disable this option.
+
|This PIN is used to control access to the setup menus. If you want to use this feature, then setting the value to all numbers will make your life much easier. Set it to blank to disable. If enabled, you will not be able to return to this screen and reset the Setup PIN without first entering the current PIN.
|Disabling this option may lighten the CPU load if the sound device has no hardware mixer. You may also want to disable this if you are using AC3 output as volume control will be done by your surround amplifier or receiver.
+
|Tell the system what the security PIN is here. Don't forget to write it down somewhere so you don't forget. Or back up your database before you set the PIN so you can restore in case you forget.
 
+
|}
 +
===General===
 +
(Setup->General)
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|Mixer Device
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center" |/dev/mixer
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|Setting the mixer device to "software" lets MythTV control the volume of all audio at the expense of a slight quality loss.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|Your system will have a Mixer device that combines multiple channels of audio input and controls the volume independently on each of these. There will also be a master volume that controls the output of all the inputs at the same time.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
If you choose an <b>ALSA</b> device for output, you <b>must</b> also specify an alsa mixer name, for example <tt>ALSA:default</tt>.
+
|-
 
+
|Use line edit virtual keyboards
 +
| align="center"|Checked
 +
|If enabled, you can use a virtual keyboard in MythTV&apos;s line edit boxes. To use, hit SELECT (Enter or Space) while a line edit is in focus.
 +
|Leave this checked to allow typing of names with a remote control device.
 
|-
 
|-
|Mixer Controls
+
|Screen shot path
| align="center" |PCM
+
| align="center"|/tmp/
|Changing the volume adjusts the selected mixer.
+
|Path to screenshot storage location. Should be writable by the frontend
|Options are: PCM, Master, or any other named mixer control.
+
|Change this if you want to take screen shots from TV shows and store in a different location.
 
 
 
|-
 
|-
|Master mixer volume 0-100 (selects volume level)
+
|Remove Prefixes when Sorting
| align="center" |70
+
| align="center"|Checked
|Initial volume for the Master Mixer. This affects all sound created by the sound card. Note: Do not set this too low.
+
|If enabled, all sorting will remove the common prefixes (The, A, An) from a string prior to sorting.
|This will control the overall sound level output from your sound card.
+
|For example, this would sort the titles "Earth 2", "The Flash", and "Kings" in that order. If disabled, they would sort as "Earth 2", "Kings" and "The Flash".
 +
|}
  
 +
===Media Monitor===
 +
(Setup->General)
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|PCM mixer volume 0-100 (selects volume level)
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center" |70
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|Initial volume for PCM output.  Using the volume keys in MythTV will adjust this parameter.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|The Pulse Code Modulation (PCM) input is where MythTV will send the audio from your TV Card. This sets the initial volume level for this.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Independent muting of left and right audio channels
+
|Ignore devices
| align="center" |Off
+
| align="center"|Blank
|Enable muting of just the left or right channel. Useful if your broadcaster puts the original language on one channel, and a dubbed version of the program on the other one. This modifies the behavior of the Mute key.
+
|If there are any devices that you do not want to be monitored, list them here with commas in-between. The plugins will ignore them. Requires restart.
|Broadcasters in Europe often will use the left and right channels to send simultaneous language audio on the same transmission. You will often see this on Eurosport for instance, where German and English are sent at the same time. Muting one or the other channel will select the language you want to hear.
+
|If you have multiple DVD drives you could cause some to be ignored this way.
 
|}
 
|}
  
<font color="#FFFFFF">
+
===Shutdown/Reboot Settings===
 
 
====General (page 6)====
 
<font color="#000000">
 
 
(Setup->General)
 
(Setup->General)
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
{| class="wikitable" style="width: 100%;"
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General (page 6)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Use Arrow Key Accelerators
+
|Customize exit menu options
| align="center"|On
+
| align="center"|Default
|If enabled, Arrow key accelerators will be used with LEFT performing an exit action and RIGHT selecting the current item.
+
|By default, only remote frontends are shown the shutdown option on the exit menu. Here you can force specific shutdown and reboot options to be displayed.
|An intuitive way of navigating through the MythTV menus. Right is considered enter while left is considered exit or back. Much like navigating through a menu tree.  
+
|Options are: Default, Show quit, Show quit and shutdown, Show quit, reboot and shutdown, Show shutdown, Show reboot, Show reboot and shutdown
 
+
|-
 +
|Confirm before suspending/shutting down
 +
| align="center"|Checked
 +
|If enabled (the default) then the user will always be asked to confirm before the system is shutdown, suspended or rebooted.
 +
|
 
|-
 
|-
|Screen Shot Path
+
|Halt command
| align="center"|/tmp/
+
| align="center"|Blank
|Path to screenshot storage location. Should be writable by the frontend.
+
|Optional. Script to run if you select the shutdown option from the exit menu, if the option is displayed. You must configure an exit key to display the exit menu.
 +
|
 +
|-
 +
|Reboot command
 +
| align="center"|Blank
 +
|Optional. Script to run if you select the reboot option from the exit menu, if the option is displayed. You must configure an exit key to display the exit menu.
 
|
 
|
 
+
|-
 +
|Suspend command
 +
| align="center"|Blank
 +
|Optional. Script to run if you select the suspend option from the exit menu, if the option is displayed.
 +
|It is possible that a system supports suspend without using this setting.
 +
|-
 +
|Idle time before entering standby mode (minutes)
 +
| align="center"|90
 +
|Number of minutes to wait when the frontend is idle before entering standby mode. Standby mode allows the backend to power down if configured to do so.
 +
| Any remote or mouse input will cause the countdown to start again and/or exit idle mode. Video playback suspends the countdown. A value of zero prevents the frontend automatically entering standby.
 
|}
 
|}
  
<font color="#FFFFFF">
+
===Remote Control===
 
 
====Media Monitor====
 
<font color="#000000">
 
 
(Setup->General)
 
(Setup->General)
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
{| class="wikitable" style="width: 100%;"
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Media Monitor''' </font>
+
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
! |Setting
+
|LIRC daemon socket
! |Default Value
+
| align="center"|/var/run/lirc/lircd
! |Settings Page's Description
+
|UNIX socket or IP <nowiki>address[:port]</nowiki> to connect in order to communicate with the LIRC Daemon.
! |Additional Comments
+
|See [[LIRC]] for more information.
 
 
 
|-
 
|-
|Monitor CD/DVD<br>(checkbox)
+
|Enable Network Remote Control interface
| align="center" |Unchecked
+
| align="center"|Not Checked
|This enables support for monitoring your CD/DVD drives for new disks and launching the proper plugin to handle them.
+
|This enables support for controlling MythFrontend over the network.
|You can set the system up to auto launch DVD or CD playback on insertion. Many new distributions as of 2006 will have this feature.<br>
+
|Using this you can use, for example, the android phone app mythmote as a remote control while watching TV.
 
(The following options are only displayed when this option is checked.)
 
 
 
 
|-
 
|-
|Use new media<br>(checkbox)
+
|Network Remote Control Port
| align="center"|Unchecked
+
| align="center"|6546
|This will cause MythTV to jump, to an appropriate plugin, when new media is inserted.
+
|This specifies what port the Network Remote Control interface will listen on for new connections.
 
|
 
|
 
 
|-
 
|-
|Ignore Devices
+
|UDP notify port
| align="center"|(blank)
+
| align="center"|6948
|If there are any devices that you do not want to be monitored, list them here with commas in-between. The plugins will ignore them.
+
|MythTV will listen for connections from the &quot;mythutil&quot; program on this port.
 
|
 
|
 +
|-
 +
|Enable CEC Control Interface
 +
| align="center"|Checked
 +
|This enables controlling mythfrontend from a TV remote or powering the TV on and off from a MythTV remote if you have compatible hardware.
 +
|A Raspberry PI does have this built-in but an NVIDIA card does not. There are devices that can be connected between the HDMI output of the video card and the TV that can handle CEC commands via an additional USB interface.
 
|}
 
|}
  
<font color="#FFFFFF">
+
===Airplay Settings===
 +
 
 +
Note that changes in iOS software have rendered inoperable the hack that MythTV formerly used.  Myth can no longer receive connections from iOS devices via AirPlay after iOS 9.
  
====Program Exit====
 
<font color="#000000">
 
 
(Setup->General)
 
(Setup->General)
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
{| class="wikitable" style="width: 100%;"
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Program Exit''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|System Exit Key
+
|Enable AirPlay
| align="center"|ESC (Escape)
+
| align="center"|Checked
|MythTV is designed to run continuously.  If you wish, you may use the ESC key or the ESC key + a modifier to exit MythTV.  Do not choose a key combination that will be intercepted by your window manager.
+
|AirPlay lets you wirelessly view content on your TV from your iPhone, iPad, iPod Touch, or iTunes on your computer.
|Possible values are:
+
|See [[AirTunes/AirPlay]] for details.
*ESC
 
*No exit key
 
*Control-ESC
 
*Meta-ESC
 
*Alt-ESC
 
 
|-
 
|-
|Confirm Exit (Checkbox)
+
|AirPlay full screen playback
| align="center"|On
+
| align="center"|Not Checked
|When enabled, MythTV will prompt for confirmation when you press the System Exit key.
+
|During music playback, displays album cover and various media information in full screen mode
|If enabled, MythTV will ask you whether you really want to exit the frontend if you press the system exit key at the main menu.
+
|See [[AirTunes/AirPlay]] for details.
 
+
|-
 +
|Only support AirTunes (no video)
 +
| align="center"|Not Checked
 +
|Only stream audio from your iPhone, iPad, iPod Touch, or iTunes on your computer
 +
|See [[AirTunes/AirPlay]] for details.
 
|-
 
|-
|Customise exit menu options
+
|Require password
| align="center"|Autodetect
+
| align="center"|Not Checked 0000
|By default, only remote frontends are shown the shutdown option on the exit menu. Here you can force specific shutdown and reboot options to be displayed.
+
|Require a password to use AirPlay. Your iPhone, iPad, iPod Touch, or iTunes on your computer will prompt you when required
|Choices are:
+
|See [[AirTunes/AirPlay]] for details.
*Autodetect
 
*Show Quit
 
*Show quit and shutdown
 
*Show quit, reboot and shutdown
 
*Show shutdown
 
*Show reboot
 
*Show reboot and shutdown
 
 
|}
 
|}
  
<font color="#FFFFFF">
+
==Appearance==
 +
'''Pick the menu layout, font, size, and locale'''<br>
 +
(Setup->Appearance)
  
====Remote Control====
+
===Theme / Screen Settings===
<font color="#000000">
+
(Setup->Appearance)
(Setup->General)
+
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
{| class="wikitable" style="width: 100%;"
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Remote Control''' </font>
+
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Menu Theme
 +
| align="center" |Default
 +
|You can choose between different menu layouts. Options are ''Classic'', ''Default'', ''DVR'', ''Media Center Menu Theme'' and ''MythAeonNox''.
 +
|You can also create your own customized menu theme. See [[Menu theme development guide]].
 
|-
 
|-
! |Setting
+
|Use full range RGB output
! |Default Value
+
| align="center" |Checked
! |Settings Page's Description
+
|Enable (recommended) to supply full range RGB output to your display device. Disable to supply limited range RGB output. This setting appies to both the GUI and media playback.
! |Additional Comments
+
|Ideally the value of this setting should match a similar setting on your TV or monitor.
 
 
 
|-
 
|-
|LIRC Daemon Socket
+
|Display On Screen
| align="center"|/dev/lircd
 
|UNIX socket or IP address[:port] to connect in order to communicate with the LIRC Daemon.
 
 
|
 
|
 
+
|Run on the specified screen or spanning all screens.
 +
|If there is only one screen then that is the default and only choice.
 +
|-
 +
|Screen aspect ratio
 +
| align="center" |Auto
 +
|Most modern displays have square pixels and the aspect ratio of the screen can be computed from the resolution (default). The aspect ratio can also be automatically detected from the connected display, although this may be slightly less accurate. If automatic detection fails, the correct aspect ratio can be specified here.
 +
|Some values (e.g 32:10) are primarily intended for multiscreen setups.
 
|-
 
|-
|LIRC Keypress Application
+
|Force Full Screen for GUI and TV playback
| align="center"|blank
+
| align="center" |Auto
|External application or script to run when a keypress is received by LIRC.
+
|Use Full Screen for GUI and TV playback independent of the settings for the GUI dimensions. This does not change the values of the GUI dimensions so it is easy to switch from window mode to full screen and back.
|
+
|Available since version 34.
 
 
 
|-
 
|-
|Enable Network Remote Control interface
+
| colspan="4" align="left" |GUI Dimensions<br>
| align="center"|Off
+
The GUI width/height/X-offset/Y-offset can be modified when this item is selected. The current values are displayed at the right.
|This enables support for controlling mythfrontend over the network.
 
|
 
 
 
 
|-
 
|-
|Network Remote Control Port
+
|GUI width (pixels)
| align="center"|6546
+
| align="center" |0
|This specifies what port the Network Remote Control interface will listen on for new connections.
+
|The width of the GUI. Do not make the GUI wider than your actual screen resolution. Set to 0 to automatically scale to fullscreen.
|
+
| rowspan="4" | If you are watching on a TV screen you may see the edges of the GUI display are missing. If it is a modern digital TV there may be a setting in the TV itself to fix this (i.e. eliminate overscan). If the TV setting cannot fix it or if you are using an analog TV you can adjust the size of the GUI here so that you can see all of it. The best way is by trial and error. Start by putting your screen resolution in the width and height. Arrow down to "Next", and press enter until it shows "Finish" and once more. You will see the result of your adjustment. Go into Setup->Appearance again and make further adjustments.
 
+
|-
|}
+
|GUI height (pixels)
 
+
| align="center" |0
 
+
|The height of the GUI. Do not make the GUI taller than your actual screen resolution. Set to 0 to automatically scale to fullscreen.
===Appearance===
+
|-
 
+
|GUI X offset
<font color="#FFFFFF">
+
| align="center" |0
====Theme====
+
|The horizontal offset where the GUI will be displayed. May only work if run in a window.
<font color="#000000">
+
|-
(Setup->Appearance)
+
|GUI Y offset
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
| align="center" |0
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Theme''' </font>
+
|The vertical offset where the GUI will be displayed.
 
|-
 
|-
! |Setting
+
|Use GUI size for TV playback
! |Default Value
+
| align="center" |Checked
! |Settings Page's Description
+
|If enabled, use the above size for TV, otherwise use full screen.
! |Additional Comments
+
|If you have set GUI sizes or offsets above, this will shrink the playback picture as well as the GUI.
 
|-
 
|-
|UI Theme
+
|Hide Mouse Cursor in MythTV
| align="center" |Terra
+
| align="center" |Not Checked
|(none)
+
|Toggles mouse cursor visibility for touchscreens. By default MythTV will auto-hide the cursor if the mouse doesn&apos;t move for a period, this setting disables the cursor entirely.
|You can find more about themes on this page: [http://www.mythtv.org/wiki/index.php/Category:Themes Category:Themes]
+
|
 
 
 
|-
 
|-
|Theme cache size:
+
|Use window border
| align="center"|1
+
| align="center" |Not Checked
|Maximum number of prescaled themes to cache.
+
|Toggles between windowed and borderless operation.
 
|
 
|
 
 
|-
 
|-
|Paint Engine
+
|Use fixed window size
| align="center"|Qt
+
| align="center"|Checked
|This selects what Myth uses to draw. If you have decent hardware, select OpenGL.
+
|If disabled, the video playback window can be resized
|The frontend interface can be drawn using OpenGL if you have a powerful enough video card. This allows for additional visual effects. Do not change this if you have integrated video or are using PVR-350 S-video out.  
+
|This feature is '''not''' present anymore in version 32.
 
 
 
|-
 
|-
|Menu theme
+
|Always On Top
| align="center" |Default
+
| align="center"|Not Checked
|(none)
+
|If enabled, MythTV will always be on top
|This gives you two choices on how the menus are laid out in the MythTV user interface. The content of the two choices is the same, but the terminology (ex. "Optical Disks" vs. "DVD") and organization of the menus is different. 
+
|
 
+
|-
This document is based on the "Default" setting.
+
|Smooth Transitions
 +
| align="center"|Checked
 +
|Enable smooth transitions with fade-in and fade-out of menu pages and enable GUI animations. Disabling this can make the GUI respond faster especially on low-powered machines.
 +
|Since version 34.
 +
|-
 +
|Startup Screen Delay
 +
| align="center"|2
 +
|The Startup Screen will show the progress of starting the frontend if frontend startup takes longer than this number of seconds.
 +
|Selecting a value of 0 seconds can have unexpected results on some screens. A value of at least 1 second is recommended.
 +
|-
 +
|GUI Text Zoom Percentage
 +
| align="center"|100
 +
|Adjust the font size defined by the theme by this percentage. Restart mythfrontend for this to take effect.
 +
|
 +
|-
 +
|AirPlay full screen playback
 +
| align="center"|Not Checked
 +
|During music playback, displays album cover and various media information in full screen mode
 +
|This is the same setting that can be set using [[#Airplay Settings]] above.
 
|}
 
|}
  
<font color="#FFFFFF">
+
===Localization===
 
 
====Screen settings====
 
<font color="#000000">
 
 
(Setup->Appearance)
 
(Setup->Appearance)
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Screen Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
|-
 
|GUI width (px)
 
| align="center" |0
 
|The width of the GUI.  DO not make the GUI wider than your actual screen resolution.  Set to 0 to automatically scale to fullscreen.
 
|Width in pixels of window that myth uses.
 
 
A normal TV (without MythTV) has a 5%-10% overscan.  In other words, 5%-10% of the image is past the visible edges of the screen.  If you adjust your MythTV box's output to overscan your display device, and uncheck "Use GUI size for TV playback" (below), you can use this and the following 3 GUI size and position settings to shrink the GUI so that the GUI is not overscanned (and you can see all of it).
 
  
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|GUI height (px)
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center" |0
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|The height of the GUI.  DO not make the GUI taller than your actual screen resolution.  Set to 0 to automatically scale to fullscreen.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|<i>see Gui width(px)</i>
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|GUI X offset
+
|Language
| align="center"|0
+
| align="center"|English (United States)
|The horizontal offset the GUI will be displayed at. May only work if run in a window.
+
|Select the language for the user interface.<br>
|<i>see Gui width(px)</i>
+
The translation of MythTV for the language of your choice might be incomplete; each string is individually translated
 
+
and if there is no translation available then the original English string is shown.<br>
 +
In MythTV version 34 and earlier this selection is also used for the audio stream when there are audio streams for different languages available;
 +
in later versions there is a separate selection for the default audio stream language.
 +
|A list of languages available for the user interface:
 +
* Български
 +
* català; valencià
 +
* čeština
 +
* Dansk
 +
* Deutsch
 +
* Ελληνικά, Σύγχρονα
 +
* English (Canada)
 +
* English (United Kingdom)
 +
* English (United States)
 +
* Español; Castellano (España)
 +
* Español; Castellano
 +
* Eesti
 +
* suomi
 +
* Français
 +
* עברית
 +
* Hrvatski
 +
* magyar
 +
* Íslenska
 +
* Italiano
 +
* 日本語
 +
* Norsk, bokmål
 +
* Nederlands
 +
* polski
 +
* Português (Brasil)
 +
* Português
 +
* русский
 +
* slovenščina
 +
* Svenska
 +
* Türkçe
 +
* 漢語 (中國)
 +
* 漢語 (Hong Kong, 香港)
 
|-
 
|-
|GUI Y offset
+
|Audio Language
| align="center" |0
+
| align="center"|Setting for Language
|The vertical offset the GUI will be displayed at.
+
|Select the preferred language for the audio stream.<br>
||<i>see Gui width(px)</i>
+
This is used to select the audio stream when there are audio streams for different languages available.
 
+
The default value is the language selected for the user interface.<br>
 +
|The list of languages is the same as for the user interface.<br>
 +
This selection is available since MythTV version 35.
 
|-
 
|-
|Use GUI size for TV playback<br>(checkbox)
+
|Guide Language #1
| align="center" |Checked
+
| align="center"|English
|If enabled, use the above size for TV, otherwise use full screen.
+
|Your #1 preferred language for Program Guide Data and captions.
|<i>see Gui width(px)</i>
+
|This is a larger list than above. The applicability depends on how the guide and captions are provided.
 
+
|-
 +
|Guide Language #2
 +
| align="center"|English
 +
|Your #2 preferred language for Program Guide Data and captions.
 +
|This is a larger list than above. The applicability depends on how the guide and captions are provided.
 
|-
 
|-
|Hide Mouse Cursor in MythTV<br>(checkbox)
+
|Date format
| align="center" |Checked
+
| align="center" |Tue Aug 18 2015
|Toggles mouse cursor visibility.  Most of the Myth GUI does not respond to mouse clicks. Use this option to avoid "losing" your mouse cursor.
+
|Your preferred date format. Samples are shown using today&apos;s date.
|
+
|There is a large range of choices, all displayed by formatting today's date in various ways
 
 
 
|-
 
|-
|Use window border<br>(checkbox)
+
|Short Date format
| align="center" |Unchecked
+
| align="center" |8/18
|Toggles between windowed and border-less operation.
+
|Your preferred short date format. Samples are shown using today&apos;s date.
|
+
|There is a large range of choices, all displayed by formatting today's date in various ways
 
 
 
|-
 
|-
|Use fixed window size<br>(checkbox)
+
|Time format
| align="center"|Checked
+
| align="center" |6:56 AM
|When disabled the video playback window can be resized.
+
|Your preferred time format. You must choose a format with "AM" or "PM" in it, otherwise your time display will be 24-hour or "military" time.
|
+
|There is a large range of choices, all displayed by formatting current time in various ways
 
 
 
|}
 
|}
  
<font color="#FFFFFF">
+
===LCD device display===
====Video Mode Settings====
 
<font color="#000000">
 
 
(Setup->Appearance)
 
(Setup->Appearance)
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Video Mode Settings''' </font>
+
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Separate video modes for GUI and TV playback<br>(checkbox)
+
|Enable LCD device
| align="center"|Unchecked
+
| align="center"|Not Checked
|Switch X Window video modes for TV. Requires "xrandr" support.
+
|Use an LCD display to view MythTV status information.
|The following additional options are only displayed if this box is checked.
+
|See [[LCD]] for information on setting up LCD devices for MythTV.
 
 
 
|-
 
|-
|GUI
+
|Display Time
| align="center"|640x480
+
| align="center" |Checked
|Resolution of screen when not watching a video.
+
|Display current time on idle LCD display.
|
+
|Need to restart mythfrontend to (de)activate it.
 
 
 
|-
 
|-
|Video Output
+
|Display Menus
| align="center"|640x480
+
| align="center" |Checked
|Default screen resolution when watching a video.
+
|Display selected menu on LCD display.
|
+
|Need to restart mythfrontend to (de)activate it.
 
 
 
|-
 
|-
|Rate
+
|Display Music Artist and Title
| align="center"|Any
+
| align="center" |Checked
|Default refresh rate when watching a video. Leave at "Any" to automatically use the best available.
+
|Display playing artist and song title in [[MythMusic]].
|
+
|Need to restart mythfrontend to (de)activate it.
 
 
 
|-
 
|-
|Aspect
+
|Items
| align="center"|Default
+
| align="center"|Artist - Title
|Aspect ratio when watching a video. Leave at "Default" to use ratio reported by the monitor. Set to 16:9 or 4:3 to forca a specific aspect ratio.
+
|Which items to show when playing music.
|
+
|Available items:<br>
 
+
*Artist - Title<br>
 +
*Artist [Album] Title
 +
|-
 +
|Display Channel Information
 +
| align="center" |Checked
 +
|Display tuned channel information.
 +
|Need to restart mythfrontend to (de)activate it.
 
|-
 
|-
|In X
+
|Display Recording Status
| align="center"|0
+
| align="center"|Not Checked
|Horizontal resolution of video which needs a special output resolution.
+
|Display current recordings information on LCD display.
 
|
 
|
 
 
|-
 
|-
|In Y
+
|Display Volume Information
| align="center"|0
+
| align="center" |Checked
|Vertical resolution of video which needs a special output resolution.
+
|Display volume level information.
|
+
|Need to restart mythfrontend to (de)activate it.
 
 
 
|-
 
|-
|Output
+
|Display Generic Information
| align="center"|640x480
+
| align="center" |Checked
|Screen resolution when watching a video at a specific resolution.
+
|Display generic information.
 +
|Need to restart mythfrontend to (de)activate it.
 +
|-
 +
|Backlight Always On
 +
| align="center" |Checked
 +
|Turn on backlight permanently.
 +
|Need to restart mythfrontend to (de)activate it.
 +
|-
 +
|Heartbeat Always On
 +
| align="center"|Not Checked
 +
|Turn on the LCD heartbeat.
 +
|
 +
|-
 +
|Display Large Clock
 +
| align="center"|Not Checked
 +
|On multiline displays try and display the time as large as possible.
 
|
 
|
 
 
|-
 
|-
|Rate
+
|LCD Key order
| align="center"|Any
+
| align="center"|ABCDEF
|Refresh rate when watching a video at a specific resolution. Leave at "Any" to automatically use the best available.
+
|Enter the 6 Keypad Return Codes for your LCD keypad in the order in which you want the functions up/down/left/right/yes/no to operate. (See lcdproc/server/drivers/hd44780.c/keyMapMatrix[] or the matrix for your display)
 
|
 
|
 
 
|-
 
|-
|Aspect
+
|Menu Pop-up Time
| align="center"|Default
+
| align="center" |5
|Aspect ratio when watching a video at a specific resolution. Leave at "Default" to use ratio reported by the monitor. Set to 16:9 or 4:3 to forca a specific aspect ratio.
+
|How many seconds the menu will remain visible after navigation.
 
|
 
|
 
 
|}
 
|}
<font color="#000000">
 
  
 +
===Video Mode Settings===
 +
(Setup->Appearance)<br>
 +
These settings are not present anymore in MythTV version 32.
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
====Localization====
 
<font color="#000000">
 
(Setup->Appearance)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Localization''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Language
+
|Separate video modes for GUI and TV playback
| align="center" |English
+
| align="center"|Not Checked
|Your preferred language.
+
|Switch X Window video modes for TV. Requires "xrandr" support.
|Choices include:
+
|The following additional options are only displayed if this box is checked.
*English
+
|-
*Italiano
+
|GUI
*Catala
+
| align="center"|640x480
*Espanol
+
|Resolution of screen when not watching a video.
*Nederlands
+
|
*Francais
 
*Deutsch
 
*Dansk
 
*Svenska
 
*Portugues
 
*Nihongo
 
*Slovenski
 
*Suomi
 
*Hanzi (Traditional)
 
 
|-
 
|-
|Guide Language #1
+
|Video Output
| align="center"|English
+
| align="center"|640x480
|Your #1 preferred language for Program Guide Data and captions.
+
|Default screen resolution when watching a video.
 
|
 
|
 
|-
 
|-
|Guide Language #2
+
|Rate
| align="center"|English
+
| align="center"|Any
|Your #2 preferred language for Program Guide Data and captions.
+
|Default refresh rate when watching a video. Leave at "Any" to automatically use the best available.
 
|
 
|
 
|-
 
|-
|Date format
+
|Aspect
| align="center" |Sat Jan 31
+
| align="center"|Default
|Your preferred date format.
+
|Aspect ratio when watching a video. Leave at "Default" to use ratio reported by the monitor. Set to 16:9 or 4:3 to force a specific aspect ratio.
|Choices are:
+
|
*Sat Jan 31
 
*Sat January 31
 
*Jan 31
 
*01/31
 
*01.31
 
*Sat 31 Jan
 
*31.01.2004
 
*2004-01-31
 
 
|-
 
|-
|Short Date format
+
| colspan="4" align="left" | '''Overrides for Specific Video Sizes'''<br>
| align="center" |1/31
+
Following are repeated three times for up to 3 overrides.
|Your preferred short date format.
 
|Choices are:
 
*1/31
 
*31/1
 
*01/31
 
*31/01
 
*01.31
 
*31.1.
 
*31.01.
 
*01-31
 
*Sat 31
 
*31 Sat
 
*Sat 1/31
 
*1/31 Sat
 
 
|-
 
|-
|Time format
+
|In X
| align="center" |6:56 AM
+
| align="center"|0
|Your preferred time format.  You must choose a format with "AM" or "PM" in it, otherwise your time display will be 24-hour or "military" time.
+
|Horizontal resolution of video which needs a special output resolution.
|Choices are:
 
*6:56 AM
 
*6:56 am
 
*06:56 AM
 
*06:56 am
 
*6:56
 
*06:56
 
|}
 
 
 
<font color="#FFFFFF">
 
 
 
====QT====
 
<font color="#000000">
 
(Setup->Appearance)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''QT''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
|-
 
|"Small" font
 
| align="center" |12
 
|Default size is 12.
 
|
 
|-
 
|"Medium" font
 
| align="center" |16
 
|Default size is 16
 
 
|
 
|
 
|-
 
|-
|"Big" font
+
|In Y
| align="center" |25
+
| align="center"|0
|Default size is 25.
+
|Vertical resolution of video which needs a special output resolution.
 
|
 
|
 
 
|-
 
|-
|Fine tune font size (%)
+
|Output
| align="center"|0
+
| align="center"|640x480
|Fine tune all font sizes by this percentage. Font sizes should be the correct relative size if the X11 DPI (dots per inch) is set to 100.
+
|Screen resolution when watching a video at a specific resolution.
 
|
 
|
 
 
|-
 
|-
|Use Transparent Boxes<br>(checkbox)
+
|Rate
| align="center" |Checked
+
| align="center"|Any
|If enabled, the Watch Recording and Delete Recording screens will use transparency.  Disable if selecting the recordings is slow due to high CPU usage.
+
|Refresh rate when watching a video at a specific resolution. Leave at "Any" to automatically use the best available.
 
|
 
|
 
|-
 
|-
|Popup Background Shading Method
+
|Aspect
| align="center" |Fill
+
| align="center"|Default
|"Fill" is the quickest shading method.  <br>"Image" is somewhat slow, but has a higher visual quality. <br> No shading will be the fastest.
+
|Aspect ratio when watching a video at a specific resolution. Leave at "Default" to use ratio reported by the monitor. Set to 16:9 or 4:3 to forca a specific aspect ratio.
|
 
|-
 
|Use line edit virtual keyboards
 
| align="center"|Checked
 
|Allows you to use a virtual keyboard in Myth line edit boxes. To use, hit OK/Select while a line edit is in focus. (This only works if your OK/Select is set to send a Return rather than a space)
 
|This feature allows you to use your remote with an on screen keyboard to fill out text boxes. This allows you to operate MythTV without a keyboard.  
 
 
|}
 
|}
  
<font color="#FFFFFF">
+
==Theme Chooser==
 +
'''Choose a local theme or download new ones'''<br>
 +
(Setup->Theme Chooser)
  
====LCD device display ====
+
The look and feel of the MythTV GUI is controlled by the theme that is currently active. This page displays a list of downloadable themes from which to choose. The default theme is ''Terra'' and that will be active if you do not select anything here. This is an optional setting, you can ignore it and continue to use the ''Terra'' theme. Note that the theme is stored in your local home directory under the ~/.mythtv directory. For some examples of themes see [[Theme]].
<font color="#000000">
+
 
(Setup->Appearance)
+
If the downloadable themes do not show, or to refresh the list of downloadable themes, press M and select the option to refresh downloadable themes.
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''LCD device display''' </font>
+
==Audio==
 +
'''Configure audio playback'''<br>
 +
(Setup->Audio)
 +
 
 +
===Audio System===
 +
(Setup->Audio)
 +
 
 +
{| class="wikitable" style="width: 100%;"
 +
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Audio output device
 +
| align="center"|ALSA:default
 +
|(Displays a description of the device selected from the list, as well as how many channels are supported by it.)
 +
|Here you can choose between things like digital output to a surround sound system, digital output via HDMI to a TV or analog output to speakers attached you a sound card. You may find some devices listed multiple times. The best way to get the right setting is by trying different selections and using the ''Test'' button below. You can also type a value into here if you know the correct syntax.
 +
|-
 +
|Rescan
 +
| align="center"|(button)
 +
|Rescan for available audio devices. Current entry will be checked and capability entries populated.
 +
|If you have added an audio device on the fly, or plugged in an HDMI cable, etc. this can detect the changes.
 
|-
 
|-
! |Setting
+
| colspan="4" align="left" | '''Digital Audio Capabilities'''<br>
! |Default Value
+
This only displays if a Digital output device has been selected.
! |Settings Page's Description
 
! |Additional Comments
 
 
|-
 
|-
|Enable LCD device<br>(checkbox)
+
|Dolby Digital
| align="center" |Unchecked
+
| align="center"|Not Checked
|Use an LCD display to view MythTV status information.  Need to restart mythfrontend to (de)activate it.
+
|Enable if your amplifier or sound decoder supports AC-3/Dolby Digital. You must use a digital connection. Uncheck if using an analog connection.
|The following additional configuration items appear only when this box is checked.
+
|Check the capabilities of your TV or Surround sound system.
 
|-
 
|-
|Display Time<br>(checkbox)
+
|DTS
| align="center" |Checked
+
| align="center"|Not Checked
|Display current time on idle LCD display.
+
|Enable if your amplifier or sound decoder supports DTS. You must use a digital connection. Uncheck if using an analog connection<
|Need to restart mythfrontend to (de)activate it.
+
|Check the capabilities of your TV or Surround sound system.
 
|-
 
|-
|Display Menus<br>(checkbox)
+
|E-AC-3
| align="center" |Checked
+
| align="center"|Not Checked
|Display selected menu on LCD display.
+
|Enable if your amplifier or sound decoder supports E-AC-3 (DD+). You must use a HDMI connection.
|Need to restart mythfrontend to (de)activate it.
+
|Check the capabilities of your TV or Surround sound system.
 
|-
 
|-
|Display Music Artist and Title<br>(checkbox)
+
|TrueHD
| align="center" |Checked
+
| align="center"|Not Checked
|Display playing artist and song title in [[MythMusic]].
+
|Enable if your amplifier or sound decoder supports Dolby TrueHD. You must use a HDMI connection.
|Need to restart mythfrontend to (de)activate it.
+
|Check the capabilities of your TV or Surround sound system.
 
 
 
|-
 
|-
|Items
+
|DTS-HD
| align="center"|Artist - Title
+
| align="center"|Not Checked
|Which items to show when playing music.
+
|Enable if your amplifier or sound decoder supports DTS-HD. You must use a HDMI connection.
|Available items:<br>
+
|Check the capabilities of your TV or Surround sound system.
*Artist - Title<br>
 
*Artist [Album] Title
 
 
 
 
|-
 
|-
|Display Channel Information<br>(checkbox)
+
|Speaker configuration
| align="center" |Checked
+
| align="center"|Stereo
|Display tuned channel information.
+
|Select the maximum number of audio channels supported by your receiver and speakers.  
|Need to restart mythfrontend to (de)activate it.
+
|Options are Stereo, 5.1 or 7.1. Only shows the options that are available to the selected device.
 
 
 
|-
 
|-
|Display Recording Status<br>(checkbox)
+
|Upconvert stereo to 5.1 surround
 
| align="center"|Checked
 
| align="center"|Checked
|Display current recordings information on LCD display.
+
|If enabled, MythTV will upconvert stereo to 5.1 audio. You can enable or disable the upconversion during playback at any time.
|
+
|Uncheck this if your surround sound system supports Dolby Pro Logic.
 
 
 
|-
 
|-
|Display Volume Information<br>(checkbox)
+
|Upmix Quality
| align="center" |Checked
+
| align="center"|Best
|Display volume level information.
+
|Set the audio surround-upconversion quality.
|Need to restart mythfrontend to (de)activate it.
+
|Options are Passive, Hall, Good, Best.
 
|-
 
|-
|Display Generic Information<br>(checkbox)
+
|Test
| align="center" |Checked
+
| align="center"|(button)
|Display generic information.
+
|Will play a test pattern on all configured speakers
|Need to restart mythfrontend to (de)activate it.
+
|This opens the '''Audio Configuration Testing''' Page (see below).
 
|-
 
|-
|Backlight Always On<br>(checkbox)
+
|Advanced Audio Settings
| align="center" |Checked
+
| align="center"|(button)
|Turn on backlight permanently.
+
|Enable extra audio settings. Under most usage all options should be left alone
|Need to restart mythfrontend to (de)activate it.
+
|This opens a page with advanced settings (see below).
 +
|}
 +
 
 +
===Audio Configuration Testing===
 +
(Setup->Audio->Test)
  
 +
{| class="wikitable" style="width: 100%;"
 +
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|HeartBeat Always On<br>(checkbox)
+
|(Channel Buttons)
| align="center"|Unchecked
+
| align="center"|(button)
|Turn on the LCD heartbeat.
 
 
|
 
|
 
+
|Buttons are displayed according to the number of channels selected. Buttons include Front Left, Center, Front Right, Surround Left, LFE, Surround Right, Rear Left, Rear Right. Click each button to hear a test sound.
 
|-
 
|-
|Display Large Clock<br>(checkbox)
+
|Test All
| align="center"|Unchecked
+
| align="center"|(button)
|On multiline displays try and display the time as large as possible.
+
|Start all channels test
 +
|Will play a sound through each channel shown, in sequence.
 +
|-
 +
|use Highest Quality Mode
 +
| align="center"|(button)
 +
|Use the highest audio quality settings supported by your audio card. This will be a good place to start troubleshooting potential errors
 +
|Recommend leaving this unchecked. The test sound will be a hiss noise, which will serve to tell you if a signal is getting to your speakers.
 +
|}
 +
 
 +
===Advanced Audio Settings===
 +
(Setup->Audio->Advanced Audio Settings)
 +
 
 +
{| class="wikitable" style="width: 100%;"
 +
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Override SRC quality
 +
| align="center"|Not Checked
 +
|Enable to override audio sample rate conversion quality.
 +
|
 +
|-
 +
|Sample rate conversion
 +
| align="center"|Good
 +
|Set the quality of audio sample-rate conversion. &quot;Good&quot; (default) provides the best compromise between CPU usage and quality. &quot;Disabled&quot; lets the audio device handle sample-rate conversion.
 +
|Options: Disabled, Fastest, Good, Best
 +
|-
 +
|Force audio device output to 48kHz
 +
| align="center"|Not Checked
 +
|Force audio sample rate to 48kHz. Some audio devices will report various rates, but they ultimately crash
 
|
 
|
 
 
|-
 
|-
|LCD Key order
+
|SPDIF 48kHz rate override
| align="center"|ABCDEF
+
| align="center"|Not Checked
|Enter the 6 Keypad Return Codes for your LCD keypad in the order in which you want the functions up/down/left/right/yes/no to operate.
+
|ALSA only. By default, let ALSA determine the passthrough sampling rate. If checked set the sampling rate to 48kHz for passthrough. (default is not checked)
 
|
 
|
 
 
|-
 
|-
|Menu Pop-up Time
+
|Separate digital output device
| align="center" |5
+
| align="center"|Not Checked
|The time (in seconds) that the menu will remain visible after navigation.
+
|Use a distinct digital output device from default. (default is not checked)
 
|
 
|
 
|-
 
|-
 
+
|Digital output device
 +
| align="center"|Default
 +
|Audio output device to use for digital audio. This value is currently only used with ALSA and DirectX sound output.
 +
|List contains ALSA digital output devices
 +
|-
 +
|HBR passthrough support
 +
| align="center"| Checked
 +
|HBR support is required for TrueHD and DTS-HD passthrough. If unchecked, Myth will limit the passthrough bitrate to 6.144Mbit/s. This will disable True-HD passthrough, however will allow DTS-HD content to be sent as DTS-HD Hi-Res. (default is checked)
 +
|
 
|}
 
|}
 +
===Audio Mixer===
 +
(Setup->Audio)
  
 
+
{| class="wikitable" style="width: 100%;"
===Screen Setup Wizards===
 
(Setup->Screen Setup Wizards)
 
 
 
<font color="#000000">
 
*Follow the on screen directions to adjust the size and position of your GUI display.
 
 
 
 
 
===TV Settings===
 
(Setup->TV Settings)
 
====General====
 
<font color="#FFFFFF">
 
=====General (Basic)=====
 
<font color="#000000">
 
(Setup->TV Settings->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General (Basic)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Use internal volume controls
 +
| align="center"| Checked
 +
|If enabled, MythTV will control the PCM and master mixer volume. Disable this option if you prefer to control the volume externally (for example, using your amplifier) or if you use an external mixer program.
 +
|This allows controlling the volume using the MythTV keystrokes, by default <nowiki>[ and ]</nowiki>.
 +
Note that digital output volume can only be controlled by the volume control on your TV or sound system, or by setting up a special configuration in your Linux box.
 +
 
 +
The following options are only displayed if the above option is checked. If you do not see them, turn off the above setting and turn it on again.
 +
|-
 +
|Mixer Device
 +
| align="center" |ALSA:default
 +
|Setting the mixer device to "software" lets MythTV control the volume of all audio at the expense of a slight quality loss.
 +
|Options are ''ALSA:default'' and ''software''. Do not use ''software'' when using digital output.
 +
|-
 +
|Mixer Controls
 +
| align="center" |PCM
 +
|Changing the volume adjusts the selected mixer.
 +
|Options are ''PCM'' and ''Master''.
 +
|-
 +
|Master mixer volume
 +
| align="center" |70
 +
|Initial volume for the Master mixer. This affects all sound created by the audio device. Note: Do not set this too low.
 +
|
 +
|-
 +
|PCM mixer volume
 +
| align="center" |70
 +
|Initial volume for PCM output. Using the volume keys in MythTV will adjust this parameter.
 +
|
 +
|}
 +
==Video==
 +
'''Configure video recording and playback'''<br>
 +
(Setup->Video)
 +
 
 +
This section has a number of sub-menus for configuring TV and Video recording and playback.
 +
 
 +
===General===
 +
'''General video and recording preferences'''<br>
 +
(Setup->Video->General)
 +
 
 +
====General (Basic)====
 +
(Setup->Video->General)
 +
 
 +
{| class="wikitable" style="width: 100%;"
 +
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
 
|Channel Ordering
 
|Channel Ordering
 
| align="center" |channel number
 
| align="center" |channel number
|(blank)
+
|channel number
 
|Possible values are:
 
|Possible values are:
 
*channel number
 
*channel number
Line 831: Line 949:
 
*number callsign
 
*number callsign
 
*number name
 
*number name
 +
|}
 +
====General (Auto-Expire)====
 +
(Setup->Video->General)
 +
 +
Settings on this page affect the backend and therefore affect all frontends.
 +
 +
For information on storage usage and auto expire, see [[Setup Storage Directories#Storage Usage]] and [[User Manual:Daily Use#Storage Usage]].
 +
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|Change channels immediately without select<br>(checkbox)
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center" |Unchecked
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|When a complete channel number is entered MythTV will switch to that channel immediately without requiring you to hit the select button.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
|-
 
|Avoid conflicts between live TV and scheduled shows<br>(checkbox)
 
| align="center" |Unchecked
 
|If enabled, live TV will choose a tuner card that is less likely to have scheduled recordings rather than the best card available.
 
|
 
 
 
 
|-
 
|-
|Allow live TV to move scheduled shows<br>(checkbox)
+
|Auto-Expire Method
| align="center"|Unchecked
+
| align="center" |Lowest priority first
|If enabled, scheduled recordings will be moved to the other cards (where possible), so that live TV will not be interrupted.
+
|Method used to determine which recorded shows to delete first. Live TV recordings will always expire before normal recordings.
|
 
|-
 
|}
 
 
 
<font color="#FFFFFF">
 
=====General (AutoExpire)=====
 
<font color="#000000">
 
(Setup->TV Settings->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General (AutoExpire)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
|-
 
|Auto Expire Method
 
| align="center" |Oldest Show First
 
|Method used to determine which recorded shows to delete first. LiveTV recordings will always expire before normal recordings.
 
 
|Possible values:
 
|Possible values:
 
*Lowest Priority First
 
*Lowest Priority First
Line 870: Line 972:
 
*Oldest Show First
 
*Oldest Show First
 
|-
 
|-
|Auto-Expire Default<br>(checkbox)
+
|Re-record Watched
| align="center" |Checked
+
| align="center" |Not Checked
|When enabled, any new recording schedules will be marked as eligible for Auto-Expiration.  Existing schedules will keep their current value.
+
|If enabled, programs that have been marked as watched and are Auto-Expired will be re-recorded if they are shown again.
|
 
|-
 
|Re-record Watched<br>(checkbox)
 
| align="center" |Checked
 
|If set, programs that have been marked as watched and are auto-expired will be re-recorded if they are shown again.
 
 
|
 
|
 
 
|-
 
|-
|Watched before UNwatched<br>(checkbox)
+
|Watched before unwatched
| align="center"|Unchecked
+
| align="center"|Not Checked
|If set, programs that have been marked as watched will be expired before programs that have not been watched.
+
|If enabled, programs that have been marked as watched will be expired before programs that have not been watched.
 
|
 
|
 
 
|-
 
|-
|LiveTV Max Age
+
|Live TV max age (days)
 
| align="center"|1
 
| align="center"|1
|Auto-Expire will force expiration of LiveTV recordings when they are this many days old. LiveTV recordings may also be expired early if necessary to free up disk space.
+
|Auto-Expire will force expiration of Live TV recordings when they are this many days old. Live TV recordings may also be expired early if necessary to free up disk space.
 
|
 
|
 
 
|-
 
|-
|Priority Weight
+
|Priority weight
 
| align="center"|3
 
| align="center"|3
|The number of days bonus a program gets for each priority point. This is only used when the Weighted Time/Priority Auto-Expire Method is selected.
+
|The number of days bonus a program gets for each priority point. This is only used when the Weighted time/priority Auto-Expire Method is selected.
 
|
 
|
 
 
|-
 
|-
|Extra Disk Space
+
|Extra disk space (GB)
 
| align="center"|1
 
| align="center"|1
|Extra disk space (in Gigabytes) that you want to keep free on the recording file systems beyond what MythTV requires.
+
|Extra disk space (in gigabytes) beyond what MythTV requires that you want to keep free on the recording file systems.
|
+
|You should set this equal to enough space to record 15 minutes with all tuners running at once. For example set it as 4 GB if you have 2 HD tuners (8 GB per hour times 2 divided by 4).
 
 
 
|-
 
|-
|Auto Expire Instead of Delete Recording<br>(checkbox)
+
|Time to retain deleted recordings (days)
| align="center"|Unchecked
 
|Instead of deleting a recording, move recording to the "Deleted" recgroup and turn on autoexpire.
 
|(The following items are only displayed if this box is checked.)
 
 
 
|-
 
|Expire in deleted order<br>(checkbox)
 
| align="center"|Unchecked
 
|Expire Deleted recordings in the order which they were originally deleted.
 
|
 
 
 
|-
 
|Deleted Max Age
 
 
| align="center"|0
 
| align="center"|0
|When set to a number greater than zero, AutoExpire will force expiration of Deleted recordings when they are this many days old.
+
|Determines the maximum number of days before undeleting a recording will become impossible. A value of zero means the recording will be permanently deleted between 5 and 20 minutes later. A value of minus one means recordings will be retained until space is required. A deleted recording will always be removed before this time if the space is needed for a new recording.
 
|
 
|
 
|}
 
|}
  
<font color="#FFFFFF">
+
====General (Jobs)====
 +
(Setup->Video->General)
  
=====General (Jobs)=====
+
Settings on this page affect the backend and therefor affect all front ends.
<font color="#000000">
+
{| class="wikitable" style="width: 100%;"
(Setup->TV Settings->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General (Jobs)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Commercial Flagging Method
+
|Commercial Detection Method
 
| align="center" |All Available Methods
 
| align="center" |All Available Methods
 
|This determines the method used by MythTV to detect when commercials start and end.
 
|This determines the method used by MythTV to detect when commercials start and end.
Line 948: Line 1,026:
 
*Pre & Post Roll: Blank Frame + Scene Change
 
*Pre & Post Roll: Blank Frame + Scene Change
 
|-
 
|-
|Strict Commercial Detection<br>(checkbox)
+
|Enable experimental speedup of commercial detection
| align="center" |Checked
+
| align="center" |Not Checked
|Enable stricter Commercial Detection code.  Disable if some commercials are not being detected.
+
|If enabled, experimental commercial detection speedups will be enabled.
 
|
 
|
 
 
|-
 
|-
|Default Transcoder
+
|Strict Commercial Detection
| align="center"|Autodetect
 
|This is the default value used for the transcoder setting when a new scheduled recording is created.
 
|Possible values are:
 
*Autodetect
 
*High Quality
 
*Medium Quality
 
*Low Quality
 
 
 
|-
 
|Deferral days for Auto-Transcode jobs
 
| align="center"|0
 
|If non-zero, Auto-Transcode jobs will be scheduled to run this many days after a recording completes instead of immediately afterwards.
 
|
 
 
 
|-
 
|Run commercial flagger<br>(checkbox)
 
 
| align="center" |Checked
 
| align="center" |Checked
|This is the default value used for the Auto-Commercial Flagging setting when a new scheduled recording is created.
+
|Enable stricter commercial detection code. Disable if some commercials are not being detected.
|
 
 
 
|-
 
|Run transcoder<br>(checkbox)
 
| align="center"|Unchecked
 
|This is the default value used for the Auto-Transcode setting when a new scheduled recording is created.
 
 
|
 
|
 
|-
 
|-
|Run User Job #1<br>(checkbox)
+
|Deferral days for auto transcode jobs
| align="center" |Unchecked
+
| align="center"|0
|This is the default value used for the 'Run User Job#1' setting when a new scheduled recording is created.
+
|If non-zero, automatic transcode jobs will be scheduled to run this many days after a recording completes instead of immediately afterwards.
|
 
|-
 
|Run User Job #2<br>(checkbox)
 
| align="center" |Unchecked
 
|This is the default value used for the 'Run User Job#2' setting when a new scheduled recording is created.
 
|
 
|-
 
|Run User Job #3<br>(checkbox)
 
| align="center" |Unchecked
 
|This is the default value used for the 'Run User Job#3' setting when a new scheduled recording is created.
 
|
 
|-
 
|Run User Job #4<br>(checkbox)
 
| align="center" |Unchecked
 
|This is the default value used for the 'Run User Job#4' setting when a new scheduled recording is created.
 
 
|
 
|
 
|}
 
|}
 +
====General (Advanced)====
 +
(Setup->Video->General)
  
<font color="#FFFFFF">
+
Settings on this page affect the backend and therefor affect all front ends.
 
+
{| class="wikitable" style="width: 100%;"
=====General (Advanced)=====
 
<font color="#000000">
 
(Setup->TV Settings->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General (Advanced)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Time to record before start of show (in seconds)
+
|Time to record before start of show (secs)
 
| align="center" |0
 
| align="center" |0
|This global setting allows the recorder to start before the scheduled start time. It does not affect the scheduler. It is ignored when two shows have been scheduled without enough time in between.
+
|This global setting allows the recorder to start before the scheduled start time. It does not affect the scheduler. It is ignored when two shows have been scheduled without enough time in between.
 
|
 
|
 
|-
 
|-
|Time to record after end of show (in seconds)
+
|Time to record past end of show (secs)
 
| align="center" |0
 
| align="center" |0
|This global setting allows the recorder to record beyond the scheduled end time. It does not affect the scheduler. It is ignored when two shows have been scheduled without enough time in between.
+
|This global setting allows the recorder to record beyond the scheduled end time. It does not affect the scheduler. It is ignored when two shows have been scheduled without enough time in-between.
 
|
 
|
 
+
|-
 +
| colspan="4" align="left" | '''Category record over-time'''
 
|-
 
|-
 
|Category of shows to be extended
 
|Category of shows to be extended
Line 1,030: Line 1,068:
 
|For a special category (e.g. "Sports event"), request that shows be autoextended. Only works if a show's category can be determined.
 
|For a special category (e.g. "Sports event"), request that shows be autoextended. Only works if a show's category can be determined.
 
|
 
|
 
 
|-
 
|-
|Record past end of show (in minutes)
+
|Record past end of show (mins)
 
| align="center"|30
 
| align="center"|30
|For the specified category, an attempt will be made to extend the recording by the specified time. It is ignored when two shows have been scheduled without enough time in between.
+
|For the specified category, an attempt will be made to extend the recording by the specified time. It is ignored when two shows have been scheduled without enough time in-between.
|
+
|You can alternatively set extra recording time in schedules for particular shows.
 
|}
 
|}
 +
====General (Channel Groups)====
 +
(Setup->Video->General)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
 
 
=====General (Channel Groups)=====
 
<font color="#000000">
 
(Setup->TV Settings->General)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General (Channel Groups)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Remember last channel group<br>(checkbox)
+
|Remember last channel group
| align="center"|Unchecked
+
| align="center"|Not Checked
 
|If enabled, the EPG will initially display only the channels from the last channel group selected. Pressing "4" will toggle channel group.
 
|If enabled, the EPG will initially display only the channels from the last channel group selected. Pressing "4" will toggle channel group.
 
|
 
|
 
 
|-
 
|-
 
|Default channel group
 
|Default channel group
Line 1,064: Line 1,095:
 
*All Channels
 
*All Channels
 
*Favorites
 
*Favorites
 
|-
 
|Browse/Change channels from Channel Group<br>(checkbox)
 
| align="center"|Unchecked
 
|If enabled, LiveTV will browse or change channels from the selected channel group. "All Channels" channel group may be selected to browse all channels.
 
|
 
|}
 
 
<font color="#FFFFFF">
 
 
<font color="#000000">
 
 
====Program Guide====
 
 
<font color="#FFFFFF">
 
=====Program Guide 1/2=====
 
<font color="#000000">
 
(Setup->TV Settings->Program Guide)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Program Guide 1/2''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
|-
 
|Display Genre Colors<br>(checkox)
 
| align="center" |Checked
 
|Colorize program guide using genre colors. (Not available for all grabbers.)
 
|
 
|-
 
|Display the channel icons<br>(checkbox)
 
| align="center" |Checked
 
|Display the icons/logos for the channels in the guide. See section 9.5 of the Installation Guide for how to grab icons.
 
|
 
 
|-
 
|-
|Show the program guide when starting Live TV<br>(checkbox)
+
|Browse/Change channels from Channel Group
| align="center" |Unchecked
+
| align="center"|Not Checked
|This starts the program guide immediately upon starting to watch Live TV.
+
|If enabled, Live TV will browse or change channels from the selected channel group. "All Channels" channel group may be selected to browse all channels.
 
|
 
|
|-
 
 
|}
 
|}
 +
===Program Guide===
 +
'''Guide appearance and behavior'''<br>
 +
(Setup->Video->Program Guide)
  
<font color="#FFFFFF">
+
====Program Guide 1/2====
 +
(Setup->Video->Program Guide)
  
=====Program Guide 2/2=====
+
{| class="wikitable" style="width: 100%;"
<font color="#000000">
 
(Setup->TV Settings->Program Guide)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Program Guide 2/2''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
|-
 
|What to call 'unknown' programs
 
| align="center" |Unknown
 
|(none)
 
|
 
|-
 
|What category to give 'unknown' programs
 
| align="center" |Unknown
 
|(none)
 
|
 
 
|-
 
|-
 
|Guide starts at channel
 
|Guide starts at channel
 
| align="center" |3
 
| align="center" |3
|The program guide starts on this channel if it is started from outside of Live TV mode.
+
|The program guide starts on this channel if it is run from outside of Live TV mode. Leave blank to enable Live TV automatic start channel.
 
|
 
|
 
|-
 
|-
 
|Record Threshold
 
|Record Threshold
 
| align="center" |16
 
| align="center" |16
|Pressing Select on a show that is at least this many minutes into the future will schedule a recording.
+
|Pressing SELECT on a show that is at least this many minutes into the future will schedule a recording.
|
+
|Otherwise it will open Live TV on that channel.
|-
 
|Allow channel jumping in guide<br>(checkbox)
 
| align="center" |Unchecked
 
|If enabled, you will be able to press numbers and jump the selection to whatever channel you enter.
 
|Removed in 0.24, this is now the default behaviour and can be overridden by remapping the number keys to the preferred actions.
 
|-
 
 
|}
 
|}
 +
===Playback===
 +
'''Settings for viewing and playing video content'''<br>
 +
(Setup->Video->Playback)
  
====Playback====
+
====General Playback====
 +
(Setup->Video->Playback)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
=====General Playback (1/8)=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Playback (1/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Enable realtime priority threads<br>(checkbox)
+
|Enable realtime priority threads
 
| align="center" |Checked
 
| align="center" |Checked
|When running mythfrontend with root privileges, some threads can be given enhanced priority. Disable this if mythfrontend freezes during video playback.
+
|When running mythfrontend with root privileges, some threads can be given enhanced priority. Disable this if mythfrontend freezes during video playback.
|Realtime requires special privileges - either running as root, suid binary, permissions from limits.conf, or the realtime kernel module.  (suid binary seems broken in 0.20).  See the [http://www.mythtv.org/docs/mythtv-HOWTO-5.html#ss5.4 realtime thread] information in the HOWTO for more details.
+
|Realtime requires special privileges. Without the special privileges, checked or unchecked will make no difference.
 
|-
 
|-
|Extra audio buffering<br>(checkbox)
+
|Extra audio buffering
 
| align="center" |Checked
 
| align="center" |Checked
|Enable this setting if MythTV is playing "crackly" audio and you are using hardware encoding. This setting affects digital tuners (QAM/DVB/ATSC) and hardware encoders. It will have no effect on [[MPEG-4]] or [[RTjpeg]] video. MythTV will keep extra audio data in its internal buffers to work around this bug.
+
|Enable this setting if MythTV is playing "crackly" audio and you are using hardware encoding. This setting affects digital tuners (QAM/DVB/ATSC) and hardware encoders. It will have no effect on [[MPEG-4]] or [[RTjpeg]] video. MythTV will keep extra audio data in its internal buffers to work around this bug.
 
|
 
|
 
 
|-
 
|-
|Jump to Program OSD<br>(checkbox)
+
|Jump to Program OSD
 
| align="center"|Checked
 
| align="center"|Checked
 
|Set the choice between viewing the current recording group in the OSD, or showing the "Watch Recording" screen when "Jump to Program" is activated. If set, the recordings are shown in the OSD.
 
|Set the choice between viewing the current recording group in the OSD, or showing the "Watch Recording" screen when "Jump to Program" is activated. If set, the recordings are shown in the OSD.
 
|
 
|
 
 
|-
 
|-
|Clear bookmark on playback<br>(checkbox)
+
|Clear bookmark on playback
 
| align="center"|Checked
 
| align="center"|Checked
 
|Automatically clear the bookmark on a recording when the recording is played back. If disabled, you can mark the beginning with rewind then save position.
 
|Automatically clear the bookmark on a recording when the recording is played back. If disabled, you can mark the beginning with rewind then save position.
 
|
 
|
 
 
|-
 
|-
|Alternate clear and save bookmark<br>(checkbox)
+
|Alternate clear and save bookmark
 
| align="center"|Checked
 
| align="center"|Checked
 
|During playback the Select key (Enter or Space) will alternate between "Bookmark Saved" and "Bookmark Cleared". If disabled, the Select key will save the current position for each keypress.
 
|During playback the Select key (Enter or Space) will alternate between "Bookmark Saved" and "Bookmark Cleared". If disabled, the Select key will save the current position for each keypress.
 
|
 
|
 
 
|-
 
|-
|Automatically mark a recording<br>(checkbox)
+
|Automatically mark a recording as watched
| align="center"|Unchecked
+
| align="center"|Not Checked
 
|If set, when you exit near the end of a recording it will be marked as watched. The automatic detection is not foolproof, so do not enable this setting if you don't want an unwatched recording to be marked for expiration.
 
|If set, when you exit near the end of a recording it will be marked as watched. The automatic detection is not foolproof, so do not enable this setting if you don't want an unwatched recording to be marked for expiration.
 
|
 
|
 
 
|-
 
|-
|Continue Playback When Embedded<br>(checkbox)
+
|Continue Playback When Embedded
| align="center"|Unchecked
+
| align="center"|Not Checked
 
|This option continues TV playback when the TV window is embedded in the upcoming program list or recorded list. The default is to pause the recorded show when embedded.
 
|This option continues TV playback when the TV window is embedded in the upcoming program list or recorded list. The default is to pause the recorded show when embedded.
 
|
 
|
 
 
|-
 
|-
 
|Live TV idle timeout
 
|Live TV idle timeout
 
| align="center"|0
 
| align="center"|0
 
|Exit LiveTV automatically if left idle for the specified number of minutes. 0 disables the timeout.
 
|Exit LiveTV automatically if left idle for the specified number of minutes. 0 disables the timeout.
|
+
|This is useful if people walk away and leave the TV running or turn off the TV and leave MythTV running. Eventually it will stop and then can shut down if you have an idle timeout also set.
 
 
|-
 
|Always stream recordings from the backend<br>(checkbox)
 
| align="center"|Unchecked
 
|Enable this setting if you want MythTV to always stream files from a remote backend instead of directly reading a recording file if it is accessible locally.
 
|
 
 
 
|-
 
|Enable OpenGL vertical sync for timing<br>(checkbox)
 
| align="center"|Unchecked
 
|If it is supported by your hardware/drivers, MythTV will use OpenGL vertical syncing for video timing, reducing frame jitter.
 
|
 
 
 
|-
 
|Enable picture controls<br>(checkbox)
 
| align="center"|Unchecked
 
|If enabled, MythTV attempts to initialize picture controls (brightness, contrast, etc.) that are applied during playback.
 
|
 
 
 
|-
 
|}
 
 
 
<font color="#FFFFFF">
 
=====General Playback (2/8)=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Playback (2/8)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
 
|-
 
|-
 
|Vertical scaling
 
|Vertical scaling
Line 1,245: Line 1,183:
 
|Adjust this if the image does not fill your screen vertically. Range -100% to 100%.
 
|Adjust this if the image does not fill your screen vertically. Range -100% to 100%.
 
|
 
|
 
 
|-
 
|-
|Scan displacement (y)
+
|Scan displacement (Y)
 
| align="center"|0
 
| align="center"|0
 
|Adjust this to move the image vertically.
 
|Adjust this to move the image vertically.
 
|
 
|
 
 
|-
 
|-
 
|Horizontal scaling
 
|Horizontal scaling
Line 1,257: Line 1,193:
 
|Adjust this if the image does not fill your screen horizontally. Range -100% to 100%.
 
|Adjust this if the image does not fill your screen horizontally. Range -100% to 100%.
 
|
 
|
 
 
|-
 
|-
|Scan displacement (x)
+
|Scan displacement (X)
 
| align="center"|0
 
| align="center"|0
 
|Adjust this to move the image horizontally.
 
|Adjust this to move the image horizontally.
 
|
 
|
 
 
|-
 
|-
 
|Video Aspect Override
 
|Video Aspect Override
Line 1,274: Line 1,208:
 
*14:9
 
*14:9
 
*2.35:1
 
*2.35:1
 
 
|-
 
|-
 
|Zoom
 
|Zoom
| align="center"|Auto Detect (Default )
+
| align="center"|Off
 
|When enabled, these will apply a predefined zoom to all video playback in MythTV.
 
|When enabled, these will apply a predefined zoom to all video playback in MythTV.
 
|Possible values are:
 
|Possible values are:
Line 1,285: Line 1,218:
 
*H.Stretch
 
*H.Stretch
 
*V.Stretch
 
*V.Stretch
*Auto Detect (Default C)
+
*H.Fill
*Auto Detect (Default Horizontal)
+
*V.Fill
 
+
*Auto Detect (Default Off)
 +
*Auto Detect (Default Half)
 
|-
 
|-
 
|Letterboxing Color
 
|Letterboxing Color
Line 1,295: Line 1,229:
 
*Black
 
*Black
 
*Gray
 
*Gray
 
 
|-
 
|-
 
|PIP Video Location
 
|PIP Video Location
Line 1,306: Line 1,239:
 
*Top Right
 
*Top Right
 
*Bottom Right
 
*Bottom Right
 
 
|-
 
|-
 
|Action on playback exit
 
|Action on playback exit
 
| align="center"|Just exit
 
| align="center"|Just exit
|If set to prompt, a menu will be displayed when you exit playback mode. The options available will allow you to save your position, delete the recording, or continue watching.
+
|If set to prompt, a menu will be displayed when you exit playback mode. The options available will allow you to save your position, delete the recording, or continue watching.
 
|Possible values are:
 
|Possible values are:
 
*Just exit
 
*Just exit
 
*Save position and exit
 
*Save position and exit
*Always prompt
+
*Always prompt (excluding Live TV)
 
+
*Always prompt (including Live TV)
 +
*Prompt for Live TV only
 
|-
 
|-
|Prompt at end of recording<br>(checkbox)
+
|Prompt at end of recording
| align="center" |Unchecked
+
| align="center" |Not Checked
 
|If set, a menu will be displayed allowing you to delete the recording when it has finished playing.
 
|If set, a menu will be displayed allowing you to delete the recording when it has finished playing.
 
|
 
|
|-
 
 
|}
 
|}
 +
====Current Video Playback Profile====
 +
(Setup->Video->Playback)
  
<font color="#FFFFFF">
+
This page allows you to customize how video is rendered. It is recommended to use the best setting available for your hardware. MythTV does not automatically determine compatibility. It will accept what you select and try to use it. If it is not supported you will not see any video played, or it will select a default that is not optimal.
=====Playback Profiles (3/8)=====
+
 
<font color="#000000">
+
{| class="wikitable" style="width: 100%;"
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Playback Profiles (3/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
 
|Current Video Playback Profile
 
|Current Video Playback Profile
| align="center"|CPU+
+
| align="center"|Normal
 
|(none)
 
|(none)
|Selection of any of the possible profiles, will display a list of the rules associated with that profile.<br>
+
|Selection of any of the possible profiles, will display a list of the rules associated with that profile. Once one is selected, press right arrow to edit it. See details below.
  
 
Possible values are:
 
Possible values are:
*CPU+
 
*CPU++
 
*CPU--
 
 
*High Quality
 
*High Quality
 
*Normal
 
*Normal
 
*Slim
 
*Slim
 +
*VDA High Quality
 +
*VDA Normal
 +
*VDA Slim
 +
*OpenGL High Quality
 +
*OpenGL Normal
 +
*OpenGL Slim
 +
*OpenMAX Normal
 +
*VAAPI Normal
 
*VDPAU High Quality
 
*VDPAU High Quality
 
*VDPAU Normal
 
*VDPAU Normal
 
*VDPAU Slim
 
*VDPAU Slim
 +
*Any other profiles that you may have added using the ''Add New'' button.
 +
VDA methods only apply to Apple Hardware with Mac OS.
  
 +
VDPAU requires compatible NVIDIA display hardware and drivers. VAAPI and OpenGL require compatible display hardware and drivers.
 
|-
 
|-
|Add New
+
|Add a new Playback Profile
| align="center"|
+
| align="center"|(button)
|(none)
+
|
 
|Add a new profile to the list.
 
|Add a new profile to the list.
 
|-
 
|Delete
 
| align="center"|
 
|(none)
 
|Delete the current profile from the list
 
 
|-
 
|Add New Entry
 
| align="center"|
 
|(none)
 
|Create a new rule for the current profile.
 
 
 
|}
 
|}
 +
=====Edit Current Video Playback Profile=====
 +
(Setup->Video->Playback->Current Video Playback Profile->(right arrow))
  
 +
Within a Playback Profile are any number of entries. Based on criteria you supply here, a method for playing video will be selected. You can chooses different methods for different types of video. When starting playback, the system scans the list from top to bottom and selects the first entry that matches the video being played. All criteria specified must match for an entry to be selected. For a sensible setup, place more specific entries first and a generic catch-all last. You can have entries with no conditions that will be always selected. Such an entry should be last because anything after it would not be used.
  
<font color="#FFFFFF">
+
If no entry matches the video, or the selected methods fail because of lack of support (for example if a hardware acceleration is selected but your system does not have the correct hardware), the system will select a playback method. It may not select the best option, so one should always choose entries that will match.
  
=====View Recordings (4/8)=====
+
{| class="wikitable" style="width: 100%;"
<font color="#000000">
 
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''View Recordings (4/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Episode sort orderings
+
|Mark for deletion
| align="center"|Sort all sub-titles/multi-titles Descending
+
| align="center"|(checkbox)
|Selects how to sort show episodes. Sub-titles refers to the episodes listed under a specific show title. Multi-title refers to sections (e.g. "All Programs") which list multiple titles.
 
|Possible values are:
 
*Sort all sub-titles/multi-titles Descending
 
*Sort sub-titles Descending, multi-titles Ascending
 
*Sort sub-titles Ascending, multi-titles Descending
 
*Sort all sub-titles/multi-titles Ascending
 
 
 
|-
 
|Sort Episodes
 
| align="center" |Record date
 
|Selects how to sort a shows episodes.
 
 
|
 
|
*Record date
+
|Delete the selected profile from the list. Note that you can delete one of the predefined profiles. The deletion will only apply to that frontend. Other frontends can still see it. If you delete all profiles for a particular category (for example all VDPAU profiles), they will be added back with default values the next time you invoke Setup->Video->Playback. This can be useful if you have made changes and you want to restore the default vales for a Playback Profile.
*Original Air date
 
*Program ID
 
 
|-
 
|-
|Generate preview image remotely<br>(checkbox)
+
|Add New Entry
| align="center" |Unchecked
+
| align="center"|(button)
|If you have a very slow frontend you can enable this to always have a backend server generate preview images.
 
 
|
 
|
 +
|Create a new rule for the current profile.
 
|-
 
|-
|Time offset for thumbnail preview images
+
|if rez >= (cols) (rows) formats framerate -> aaaa & bbbb
| align="center" |64
 
|MythTV will use this offset to make a thumbnail image this many seconds from the beginning of the recording, unless this offset happens to be between cutpoints or inside a flagged advertisement.
 
 
|
 
|
|-
 
|Display live preview of recordings<br>(checkbox)
 
| align="center"|Checked
 
|When enabled, a preview of the recording will play in a small window on the "Watch a Recording" menu.
 
 
|
 
|
 +
|There could be multiple of these entries, depending on the profile selected. This allows the selected profile to apply different settings to different resolution videos, different video formats and frame rates. Higher resolutions requires more CPU power so you may need to set lower quality options for them.
  
|-
+
You can right arrow to edit a profile entry.
|Use HW Acceleration for live recording preview
+
 
| align="center"|Unchecked
+
Rather than changing one of the default profile, you may want to create a new profile if you want to use different settings, so that the defaults are still available unchanged.
|Use HW acceleration for the live recording preview. Video renderer used is determined by the CPU profiles. Disable if playback is sluggish or causes high CPU
+
 
|
+
You can delete an entry by pressing D or pressing M (menu) and selecting Delete.
 +
 
 +
You can re-order entries by selecting M (menu) and moving them up or down. Order is important. When deciding which rule to use, the rules are scanned from top to bottom and the first one that matches the video is used.
 +
|}
 +
=====Edit Playback Profile Entry=====
 +
(Setup->Video->Playback->Current Video Playback Profile->entry)
  
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|Start in group list
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Match criteria
 +
| align="center"|
 +
|Optional setting to restrict this profile to a selected picture size range. If both match criteria are used then both must be satisfied for the entry to be selected.
 +
|Here you set up the video resolution that will drive one method of playback. You can select a boolean condition (<,<=,==,>=,>) and give a screen width and height. There are two conditions available. Typically you may specify, for example, > 640x480 in the first line and <= 1280x720 in the second line to create a condition to match 720p content.<br>
 +
If the condition is ">" then it will be considered matched if either height or width exceeds the given values. For all other conditions, both height and width must satisfy the condition for a match.
 +
|-
 +
|Video Formats
 +
| align="center"|
 +
|Optional setting to restrict this profile to a video format or formats. You can also type in a format or several formats separated by space. To find the format for a video use ffprobe and look at the word after "Video:". Also you can get a complete list of available formats with ffmpeg -codecs.
 +
|If anything is selected or filled in here, this entry will only be used if the video format matches one of the selected values.
 +
|-
 +
|Frame Rate Range
 +
| align="center"|
 +
|Optional setting to restrict this profile to a range of frame rates. Valid formats for the setting are  [nn.nnn - nn.nnn], [> nn.nnn], [>= nn.nnn], [< nn.nnn], [<= nn.nnn]. Also [nn.nnn] for an exact match.
 +
|If anything is selected or filled in here, this entry will only be used if the video frame rate is in the selected range.
 +
|-
 +
|Decoder
 +
| align="center"|Standard
 +
|Processing method used to decode video.<br>
 +
(explanation of selected entry)
 +
|Each entry has a corresponding explanation. Possible values with their explanations are:
 +
*Standard - Standard will use ffmpeg library.
 +
*NVidia VDPAU acceleration - VDPAU will attempt to use the graphics hardware to accelerate video decoding and playback.
 +
*Mac hardware acceleration - Mac hardware will try to use the graphics processor - this may hang or crash your Mac!
 +
*VAAPI acceleration - VAAPI will attempt to use the graphics hardware to accelerate video decoding. REQUIRES OPENGL PAINTER.
 +
*Windows hardware acceleration - DXVA2 will use the graphics hardware to accelerate video decoding and playback (requires Windows Vista or later).
 +
*Mac VDA hardware acceleration - VDA will attempt to use the graphics hardware to accelerate video decoding. (H264 only, requires Mac OS 10.6.3)
 +
*crystalhd
 +
Standard will always work but will use high amounts of CPU. The others require special hardware or software but will give better results, especially on low powered equipment.
 +
|-
 +
|Max CPUs
 +
| align="center"|1
 +
|Maximum number of CPU cores used for video decoding and filtering.
 +
|When using "Standard" decoder, increasing this to match the number of CPU cores in your system will improve playback if you have an underpowered CPU.
 +
|-
 +
|Deblocking filter
 
| align="center"|Checked
 
| align="center"|Checked
|If enables, the focus will start on the group list, otherwise the focus will default to the recordings.
+
|When unchecked the deblocking loopfilter will be disabled<br>
 +
Disabling will significantly reduce the load on the CPU when watching HD H.264 but may significantly reduce video quality.
 
|
 
|
 +
|-
 +
|Video Renderer
 +
| align="center"|vdpau
 +
|(explanation of selected entry)
 +
|Each entry has a corresponding explanation. Possible values with their explanations are:
 +
*vdpau - This is the only video renderer for NVidia VDPAU decoding.
 +
*openglvaapi - This video renderer uses VAAPI for video decoding and OpenGL for scaling and color conversion.
 +
*xlib - Use X11 pixel copy to render video. This is not recommended if any other option is available. The video will not be scaled to fit the screen. This will work with all X11 servers, local and remote.
 +
*xshm - Use X11 shared memory pixel transfer to render video. This is only recommended over the X11 pixel copy renderer. The video will not be scaled to fit the screen. This works with most local X11 servers.
 +
*xv-blit - This is the standard video renderer for X11 systems. It uses XVideo hardware assist for scaling, color conversion. If the hardware offers picture controls the renderer supports them.
 +
*opengl - This video renderer uses OpenGL for scaling and color conversion with full picture controls. The GPU can be used for deinterlacing. This requires a faster GPU than XVideo.
 +
*opengl-lite - This video renderer uses OpenGL for scaling and color conversion. It uses faster OpenGL functionality when available but at the expense of picture controls and GPU based deinterlacing.
 +
xv-blit will work in most cases but will use high amounts of CPU. The others require special hardware or software but will give better results, especially on low powered equipment.
 +
|-
 +
|OSD Renderer
 +
| align="center"|(Depends on selected Video Renderer)
 +
|(explanation of selected entry)
 +
|This selects how the On-Screen Display messages are displayed over the video picture. Each entry has a corresponding explanation. In almost every case the setting is dictated by the selected Video renderer, giving no choice here.
 +
|-
 +
|OSD fade
 +
| align="center"|Checked
 +
|When unchecked the OSD will not fade away but instead will disappear abruptly.<br>
 +
Uncheck this if the video stutters while the OSD is fading away.
 +
|If the On Screen Display messages are causing problems try unchecking this. Unchecking this may reduce CPU usage in same cases.
 +
|-
 +
|Primary deinterlacer
 +
| align="center"|None
 +
|Main deinterlacing method. (explanation of selected entry)
 +
|The Deinterlacing options depend on the video renderer selected on the prior screen.
  
 +
See [[Deinterlacing]] for information on the deinterlacers.
 +
 +
Options common to all renderers:
 +
*None - Perform no deinterlacing. Use this with an interlaced display whose resolution exactly matches the video size. This is incompatible with MythTV zoom modes.
 +
VDPAU Options:
 +
*One Field (1x, HW) - Shows only one of the two fields in the frame. This looks good when displaying a high motion 1080i video on a 720p display.
 +
*Bob (2x, HW) - Shows one field of the frame followed by the other field displaced vertically. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
 +
*Temporal (1x, HW) - This deinterlacer uses several fields to reduce motion blur. (Hardware Accelerated)
 +
*Advanced (1x, HW) - This deinterlacer uses multiple fields to reduce motion blur and smooth edges. (Hardware Accelerated)
 +
*Temporal (2x, HW) - This deinterlacer uses several fields to reduce motion blur. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
 +
*Advanced (2x, HW) - This deinterlacer uses multiple fields to reduce motion blur and smooth edges. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
 +
xlib, xshm, xv-blit, opengl, opengl-lite Options:
 +
*One field - Shows only one of the two fields in the frame. This looks good when displaying a high motion 1080i video on a 720p display.
 +
*Linear blend - Blends the odd and even fields linearly into one frame.
 +
*Kernel - This filter disables deinterlacing when the two fields are similar, and performs linear deinterlacing otherwise.
 +
*Kernel (2x) - This filter disables deinterlacing when the two fields are similar, and performs linear deinterlacing otherwise. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
 +
*Greedy HighMotion - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements.
 +
*Greedy HighMotion (2x) - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
 +
*Yadif - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements.
 +
*Yadif (2x) - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
 +
*Interlaced (2x) - This deinterlacer attempts to synchronize with interlaced displays whose size and refresh rate exactly match the video source. It has low CPU requirements. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
 +
openglvaapi Options
 +
*One Field (1x, HW) - Shows only one of the two fields in the frame. This looks good when displaying a high motion 1080i video on a 720p display.
 +
*Bob (2x, HW) - Shows one field of the frame followed by the other field displaced vertically. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
 +
|-
 +
|Fallback deinterlacer
 +
| align="center"|None
 +
|Fallback deinterlacing method. (explanation of selected entry)
 +
|The Fallback deinterlacer is used if you selected one of the (2x) deinterlacers above and it turns out that your display is not capable of refresh at twice the frame rate. The available options are as listed above under ''Primary deinterlacer'', with the exception of the 2X methods that are not available here.
 +
|-
 +
|Custom filters
 +
| align="center"|Blank
 +
|Example custom filter list: &apos;ivtc,denoise3d&apos;
 +
|For details on Playback Filters see [[Using playback filters]]. VDPAU specific filters are described in [[Vdpau#Filters]].
 
|}
 
|}
  
<font color="#FFFFFF">
+
====View Recordings====
 +
(Setup->Video->Playback)
  
=====Recording Groups (5/8)=====
+
This page determines how your list of recordings is displayed
<font color="#000000">
+
 
(Setup->TV Settings->Playback)
+
{| class="wikitable" style="width: 100%;"
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Recording Groups(5/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Password required to view all recordings
+
|Episode sort orderings
| align="center" |(empty)
+
| align="center"|Sort all sub-titles/multi-titles Descending
|If given, a password must be entered to view the complete list of all recordings.
+
|Selects how to sort show episodes. Sub-titles refers to the episodes listed under a specific show title. Multi-title refers to sections (e.g. &quot;All Programs&quot;) which list multiple titles. Sections in parentheses are not affected.s to sections (e.g. "All Programs") which list multiple titles.
|
+
|Possible values are:
|-
+
*Sort all sub-titles/multi-titles Descending
|Default group filter to apply
+
*Sort sub-titles Descending, multi-titles Ascending
| align="center" |All Programs
+
*Sort sub-titles Ascending, multi-titles Descending
 +
*Sort all sub-titles/multi-titles Ascending
 +
|-
 +
|Sort Episodes
 +
| align="center" |Record date
 +
|Selects how to sort a shows episodes.
 +
|Available Options:
 +
*Record date
 +
*Season/Episode
 +
*Original Air date
 +
*Program ID
 +
|-
 +
|Start in group list
 +
| align="center"|Checked
 +
|If enables, the focus will start on the group list, otherwise the focus will default to the recordings.
 +
|
 +
|}
 +
====Recording Groups====
 +
(Setup->Video->Playback)
 +
 
 +
{| class="wikitable" style="width: 100%;"
 +
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 +
|-
 +
|Default group filter to apply
 +
| align="center" |All Programs
 
|Default group filter to apply on the View Recordings screen.
 
|Default group filter to apply on the View Recordings screen.
 
|Possible values are:
 
|Possible values are:
 
*All Programs
 
*All Programs
 
*Default
 
*Default
*House/garden
+
*Any other recording groups you may have set up
 
 
 
|-
 
|-
|Always prompt for initial group filter<br>(checkbox)
+
|Always prompt for initial group filter
| align="center"|Unchecked
+
| align="center"|Not Checked
|Always prompt the user for the initial filter to apply when entering the Watch Recordings screen.
+
|If enabled, always prompt the user for the initial filter to apply when entering the Watch Recordings screen.
 
|
 
|
 
 
|-
 
|-
|Save current goup filter when changed<br>(checkbox)
+
|Save current group filter when changed
 
| align="center" |Checked
 
| align="center" |Checked
|Remember the last selected filter instead of displaying the default filter whenever you enter the playback screen.
+
|If enabled, remember the last selected filter instead of displaying the default filter whenever you enter the playback screen.
|
 
 
 
|-
 
|Show filter name instead of "All Programs"<br>(checkbox)
 
| align="center" |Unchecked
 
|Use the name of the display filter currently applied in place of the term "All Programs" in the playback screen.
 
|
 
|-
 
 
|}
 
|}
 +
====View Recordings====
 +
(Setup->Video->Playback)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
 
 
=====View Recordings (6/8)=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''View Recordings (6/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
 
|Sort Titles
 
|Sort Titles
Line 1,501: Line 1,528:
 
*Alphabetically
 
*Alphabetically
 
*By Recording Priority
 
*By Recording Priority
 
 
|-
 
|-
|Include the "Watch List" group<br>(checkbox)
+
|Include the "Watch List" group
 
| align="center"|Checked
 
| align="center"|Checked
 
|The "Watch List" is an abbreviated list of recordings sorted to highlight series and shows that need attention in order to keep up to date.
 
|The "Watch List" is an abbreviated list of recordings sorted to highlight series and shows that need attention in order to keep up to date.
 
|The following menu items are only displayed when this box is checked.
 
|The following menu items are only displayed when this box is checked.
 
 
|-
 
|-
|Start from the Watch List view<br>(checkbox)
+
|Start from the Watch List view
| align="center"|Unchecked
+
| align="center"|Not Checked
|If set, the "Watch List" will be the initial view each time you enter the Watch Recordings screen.
+
|If enabled, the "Watch List" will be the initial view each time you enter the Watch Recordings screen.
 
|
 
|
 
 
|-
 
|-
|Exclude recordings not set for Auto-Expire<br>(checkbox)
+
|Exclude recordings not set for Auto-Expire
| align="center"|Unchecked
+
| align="center"|Not Checked
 
|Set this if you turn off auto-expire only for recordings that you've seen and intend to keep. This option will exclude these recordings from the "Watch List".
 
|Set this if you turn off auto-expire only for recordings that you've seen and intend to keep. This option will exclude these recordings from the "Watch List".
 
|
 
|
 
 
|-
 
|-
 
|Maximum days counted in the score
 
|Maximum days counted in the score
Line 1,525: Line 1,548:
 
|The "Watch List" scores are based on 1 point equals one day since recording. This option limits the maximum score due to age and affect other weighting factors.
 
|The "Watch List" scores are based on 1 point equals one day since recording. This option limits the maximum score due to age and affect other weighting factors.
 
|
 
|
 
 
|-
 
|-
 
|Days to exclude weekly episodes after delete
 
|Days to exclude weekly episodes after delete
Line 1,532: Line 1,554:
 
|
 
|
 
|}
 
|}
 +
====Seeking====
 +
(Setup->Video->Playback)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
 
 
=====Seeking (7/8)=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Seeking (7/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|Smart Fast Forwarding<br>(checkbox)
+
|Smart Fast Forwarding
| align="center" |Unchecked
+
| align="center" |Not Checked
 
|If enabled, then immediately after rewinding, only skip forward the same amount as skipping backwards.
 
|If enabled, then immediately after rewinding, only skip forward the same amount as skipping backwards.
 
|
 
|
Line 1,553: Line 1,571:
 
|Fast forward/rewind reposition amount
 
|Fast forward/rewind reposition amount
 
| align="center" | 100
 
| align="center" | 100
|When exiting sticky keys fast forward/rewind mode, reposition before resuming normal playback. This compensates for the reaction time between seeing where to resume playback and actually exiting seeking.
+
|When exiting sticky keys fast forward/rewind mode, reposition this many 1/100th seconds before resuming normal playback. This compensates for the reaction time between seeing where to resume playback and actually exiting seeking.
 
|
 
|
 
|-
 
|-
|Reverse direction in fast forward/rewind<br>(checkbox)
+
|Reverse direction in fast forward/rewind
 
| align="center" |Checked
 
| align="center" |Checked
|If enabled, pressing the sticky rewind key in fast forward mode switches to rewind mode and vice versa. If disabled, it will decrease the current speed or switch to play mode if the speed can't be decreased further.
+
|If enabled, pressing the sticky rewind key in fast forward mode switches to rewind mode, and vice versa. If disabled, it will decrease the current speed or switch to play mode if the speed can&apos;t be decreased further.
|
 
|-
 
|Seek to exact frame<br>(checkbox)
 
| align="center" |Unchecked
 
|If enabled, seeking is frame exact, but slower.
 
 
|
 
|
|-
 
 
|}
 
|}
 +
====Commercial Skip====
 +
(Setup->Video->Playback)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
 
 
=====Commercial Skip (8/8)=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Commercial Skip (8/8)''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
 
|Automatically Skip Commercials
 
|Automatically Skip Commercials
 
| align="center" |Off
 
| align="center" |Off
|Automatically skip commercial breaks that have been flagged during Automatic Commercial Flagging or by the mythcommflag program, or just notify that a commercial has been detected.
+
|Automatically skip commercial breaks that have been flagged during automatic commercial detection or by the mythcommflag program, or just notify that a commercial has been detected.
 
|Possible values:
 
|Possible values:
 
*Off
 
*Off
Line 1,589: Line 1,597:
 
*Automatically skip
 
*Automatically skip
 
|-
 
|-
|Commercial Skip Auto-Rewind Amount
+
|Commercial skip automatic rewind amount (secs)
 
| align="center" |0
 
| align="center" |0
|If set, MythTV will automatically rewind this many seconds after performing a commercial skip
+
|MythTV will automatically rewind this many seconds after performing a commercial skip.
 
|
 
|
 
|-
 
|-
|Commercial Skip Notify Amount
+
|Commercial skip notify amount (secs)
 
| align="center" |0
 
| align="center" |0
|If set, MythTV will act like a commercial begins this many seconds early. This can be useful when commercial notification is used in place of automatic skipping.
+
|MythTV will act like a commercial begins this many seconds early. This can be useful when commercial notification is used in place of automatic skipping.
 
|
 
|
 
 
|-
 
|-
|Maximum commercial skip (in seconds)
+
|Maximum commercial skip (secs)
 
| align="center"|3600
 
| align="center"|3600
|MythTV will discourage long manual commercial skips. Skips which are longer than this will require the user to hit the SKIP key twice. Automatic commercial skipping is not affected by this setting.
+
|MythTV will discourage long manual commercial skips. Skips which are longer than this will require the user to hit the SKIP key twice. Automatic commercial skipping is not affected by this limit.
 
|
 
|
 
 
|-
 
|-
|Merge short commercial breaks (in seconds)
+
|Merge short commercial breaks (secs)
 
| align="center"|0
 
| align="center"|0
 
|Treat consecutive commercial breaks shorter than this as one break when skipping forward. Useful if you have to skip a few times during breaks. Applies to automatic skipping as well. Set to 0 to disable.
 
|Treat consecutive commercial breaks shorter than this as one break when skipping forward. Useful if you have to skip a few times during breaks. Applies to automatic skipping as well. Set to 0 to disable.
|
 
 
|-
 
|Skip blank frames after commercials<br>(checkbox)
 
| align="center" |Checked
 
|When using Blank Frame Detection and Auto-Flagging, include blank frames following commercial breaks as part of the commercial break.
 
 
|
 
|
 
|}
 
|}
 +
===Playback OSD===
 +
'''Settings for the On Screen Display'''<br>
 +
(Setup->Video->Playback OSD)
  
<font color="#FFFFFF">
+
'''On-screen Display'''<br>
 
+
(Setup->Video->Playback OSD)
<font color="#000000">
 
  
====Playback OSD====
+
{| class="wikitable" style="width: 100%;"
<font color="#FFFFFF">
 
=====On-screen display=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback OSD)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''On-screen display''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|OSD Theme
+
|Enable interactive TV
| align="center"|BlackCurves-OSD
+
| align="center"|Not Checked
|(none)
+
|If enabled, interactive TV applications (MHEG) will be activated. This is used for teletext and logos for radio and channels that are currently off-air.
|Possible values are:
+
|
*BlackCurves-OSD
 
*Blootube
 
*Blue
 
*Gray
 
*Isthmus
 
*Iulius
 
*Metallurgy (Widescreen)
 
*Mono
 
*ProjectGrayhem
 
*Retro
 
*Titivillus
 
 
 
 
 
 
|-
 
|-
|General OSD time-out (sec)
+
|Enable network access for interactive TV
| align="center"|2
+
| align="center"|Not Checked
|Length of time an on-screen display window will be visible.
+
|If enabled, interactive TV applications (MHEG) will be able to access interactive content over the Internet. This is used for BBC iPlayer.
 
|
 
|
 
 
|-
 
|-
|Program Info OSD time-out
+
|Always use browse mode in Live TV
| align="center"|3
+
| align="center"|Checked
|Length of time the on-screen display will display program information.
+
|If enabled, browse mode will automatically be activated whenever you use channel up/down while watching Live TV.
 
|
 
|
 
 
|-
 
|-
|OSD font
+
|Browse all channels
| align="center"|FreeSans.ttf
+
| align="center"|Not Checked
|(none)
+
|If enabled, browse mode will show channels on all available recording devices, instead of showing channels on just the current recorder.
|Possible values are:
 
*FreeSans.ttf
 
*FreeMono.ttf
 
 
 
|-
 
|Font size
 
| align="center"|default
 
|default: TV, small: monitor, big:
 
|Possible values are:
 
*default
 
*small
 
*big
 
 
 
|-
 
|Enable Interactive TV<br>(checkbox)
 
| align="center"|Unchecked
 
|If enables, interactive TV applications (MHEG) will be activated. This is used for teletext and logos for radio and channels that are currently off-air.
 
 
|
 
|
 
 
|-
 
|-
|Always use Browse mode in LiveTV<br>(checkbox)
+
|Always display closed captioning or subtitles
| align="center"|Checked
+
| align="center"|Not Checked
|If enabled, Browse mode will automatically be activated whenever you use Channel UP/DOWN while watching Live TV.
+
|If enabled, captions will be displayed when playing back recordings or watching Live TV. Closed Captioning can be turned on or off by pressing "T" during playback.
 
|
 
|
 
 
|-
 
|-
|Browse all channels<br>(checkbox)
+
|Subtitle Codec
| align="center"|Unchecked
+
| align="center"|UTF-8
|If enabled, browse mode will show channels on all available recording devices, instead of showing channels on just the current recorder.
 
 
|
 
|
 
+
|Lists all text encodings available on the current system. Select the character encoding used in external subtitles (.srt files).
 
|}
 
|}
 +
===Playback Groups===
 +
'''Adjust settings for different playback styles'''<br>
 +
(Setup->Video->Playback Groups)
  
<font color="#FFFFFF">
+
You can create playback groups and set a playback group on recording rules or existing recorded programs. This way you can have different settings for playback of different programs. Changes you make here are global across all front ends.
=====UDP OSD Notifications=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback OSD)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''UDP OSD Notifications''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
  
|-
+
There is always a Default group that is used if no other group is specified.
|UDP Notify OSD time-out
 
| align="center"|5
 
|How many seconds an on-screen display will be active for UDP Notify events.
 
|
 
  
|-
+
*Select the appropriate playback group (usually Default) to see the following menu.
|UDP Notify Port
+
*Select the (Create new group) to generate a new group.
| align="center" |6948
+
*Press "D" when over an existing group to bring up the "Delete Menu".
|During playback, MythTV will listen for connections from the "mythtvosd" or "mythudprelay" programs on this port. See the README in contrib/mythnotify/ for additional information.
 
|This can be used to display various information (ex. Caller ID, email notification, etc.) on screen during playback.  There's related information on the [[Setting_up_MythNotify]] page.
 
  
|}
+
'''(group name) Group'''<br>
 +
(Setup->Video->Playback Groups)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
=====Analog Closed Captions=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback OSD)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Analog Closed Captions''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|CC font
+
|Title match (regex)
| align="center"|FreeMono.ttf
+
| align="center"|(blank)
|Closed Caption font.
+
|Automatically set new recording rules to use this group if the title matches this regular expression. For example, "(News&brvbar;CNN)" would match any title in which "News" or "CNN" appears.
|Possible values are:
 
*FreeMono.ttf
 
*FreeSans.ttf
 
 
 
|-
 
|Black background for closed captioning<br>(checkbox)
 
| align="center"|Unchecked
 
|If enabled, captions will be displayed as white text over a black background for better contrast.
 
 
|
 
|
 
 
|-
 
|-
|Always display closed captioning or subtitles<br>(checkbox)
+
|Skip ahead (seconds)
| align="center"|Unchecked
+
| align="center" |30
|If enabled, captions will be displayed when playing back recordings or watching live TV. Closed Captioning can be turned on or off by pressing "T" during playback.
+
|How many seconds to skip forward on a fast forward.
|
+
|Press the "Right" key to cause this action.
 
 
 
|-
 
|-
|Prefer EIA-708 over EIA-608<br>(checkbox)
+
|Skip back (seconds)
| align="center"|Checked
+
| align="center" | 5
|When enabled the new EIA-708 captions will be preferred over the old EIA-608 captions in ATSC streams.
+
|How many seconds to skip backward on a rewind.
|
+
|Press the "Left" key to cause this action.
 
 
|}
 
 
 
<font color="#FFFFFF">
 
=====ATSC Caption Settings=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback OSD)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''ATSC Caption Settings''' </font>
 
 
|-
 
|-
! |Setting
+
|Jump amount (in minutes)
! |Default Value
+
| align="center" |(default)
! |Settings Page's Description
+
|How many minutes to jump forward or backward when the jump keys are pressed. The "default" value is usually 10 minutes.
! |Additional Comments
+
|Press "Down" to jump forward, and "Up" to jump backward.
 
 
 
|-
 
|-
|Text zoom percentage
+
|Time stretch (speed x 100)
 
| align="center"|100
 
| align="center"|100
|Use this to enlarge or shrink captions.
+
|Initial playback speed with adjusted audio. Use 100 for normal speed, 50 for half speed and 200 for double speed.
 
|
 
|
 
|-
 
|Default Caption Font Type
 
| align="center"|Monospaced serif
 
|This allows you to set which font type to use when the broadcaster does not specify a font.
 
|Possible values are:
 
*Monospaced serif
 
*Proportional serif
 
*Monospaced sans serif
 
*Proportional sans serif
 
*Casual
 
*Cursive
 
*Capitals
 
 
 
|}
 
|}
 +
===Channel Groups===
 +
'''Group your favorite channels together'''<br>
 +
(Setup->Video->Channel Groups)
  
 +
To create a special grouping of channels, select "(Create new group)", name the new group and continue. The initial page for this group may be blank, so exit back to the "TV Settings" menu, then re-enter the Channel Groups menu. Enter into your new group, and select the channels that you want to use.
  
<font color="#FFFFFF">
+
Press "D" when over an existing group to bring up the "Delete Menu".
=====ATSC Caption Fonts=====
 
<font color="#000000">
 
(Setup->TV Settings->Playback OSD)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''ATSC Caption Fonts''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
  
|-
+
There is by default a Favorites group.
|Monospaced Serif
 
| align="center"|FreeMono.ttf
 
|ATSC Monospaced Serif closed caption font.
 
|Alternate option: FreeSans.ttf
 
  
|-
+
If you select a group for editing you will see a list of your channels with check boxes next to each channel. Select the channels you want included in that group.
|Proportional Serif
+
===Recording Priorities===
| align="center"|FreeMono.ttf
+
'''Global recording priority and scheduling'''<br>
|ATSC Proportional Serif closed caption font.
+
(Setup->Video->Recording Priorities)
|Alternate option: FreeSans.ttf
 
  
|-
+
This is an optional, advanced feature. There are several screens of settings here that can be used to change recording priorities globally across the system. Recording priorities are only relevant if you are set to record a show, and that episode is showing more than one time or on more than one channel withing the range of days for which you have listings. The system will try to record the instance of an episode that has the highest priority. If a showing of an episode is on the schedule for tonight and again next week, and the next week showing is a higher priority it will record the next week showing. The selection of which showing to record also takes into account the number of tuners you have and whether other shows that are scheduled will be using the tuners. If they are it will choose the show with the highest priority to record first.
|Monospaced Sans Serif
 
| align="center"|FreeMono.ttf
 
|ATSC Monospaced Sans Serif closed caption font.
 
|Alternate option: FreeSans.ttf
 
  
|-
+
====Set Recording Priorities====
|Proportional Sans Serif
+
'''Settings to prioritize some shows over others'''<br>
| align="center"|FreeMono.ttf
+
(Setup->Video->Recording Priorities->Set Recording Priorities)
|ATSC Proportional Sans Serif closed caption font.
 
|Alternate option: FreeSans.ttf
 
  
 +
====Scheduler Options====
 +
(Setup->Video->Recording Priorities->Set Recording Priorities)
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|Casual
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center"|FreeMono.ttf
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|ATSC Casual closed caption font.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|Alternate option: FreeSans.ttf
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Cursive
+
|Avoid back to back recordings
| align="center"|FreeMono.ttf
+
| align="center"|Never
|ATSC Cursive closed caption font.
+
|Selects the situations where the scheduler will avoid assigning shows to the same card if their end time and start time match. This will be allowed when necessary in order to resolve conflicts.
|Alternate option: FreeSans.ttf
+
|Available Options:
 
+
*Never
 +
*Different Channels
 +
*Always
 
|-
 
|-
|Capitals
+
|Preferred Input Priority
| align="center"|FreeMono.ttf
+
| align="center"|2
|ATSC Capitals closed caption font.
+
|Additional priority when a showing matches the preferred input selected in the 'Scheduling Options' section of the recording rule.
|Alternate option: FreeSans.ttf
+
|
 
+
|-
 
+
|HDTV Recording Priority
 +
| align="center"|0
 +
|Additional priority when a showing is marked as an HDTV broadcast in the TV listings.
 +
|
 +
|-
 +
|Widescreen Recording Priority
 +
| align="center"|0
 +
|Additional priority when a showing is marked as widescreen in the TV listings.
 +
|
 
|}
 
|}
 
+
====Accessibility Options====
<font color="#FFFFFF">
+
(Setup->Video->Recording Priorities->Set Recording Priorities)
=====External Subtitle Settings=====
+
{| class="wikitable" style="width: 100%;"
<font color="#000000">
+
|-
(Setup->TV Settings->Playback OSD)
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''External Subtitle Settings''' </font>
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
! |Setting
+
|Sign Language Recording Priority
! |Default Value
+
| align="center"|0
! |Settings Page's Description
+
|Additional priority when a showing is marked as having in-vision sign language.
! |Additional Comments
+
|
 
 
 
|-
 
|-
|Subtitle Codec
+
|In-vision Subtitles Recording Priority
| align="center"|UTF-8
+
| align="center"|0
|(none)
+
|Additional priority when a showing is marked as having in-vision subtitles.
|(many options available)
+
|
 
+
|-
|}
+
|Subtitles/CC Recording Priority
 
+
| align="center"|0
 +
|Additional priority when a showing is marked as having subtitles or closed captioning (CC) available.
 +
|
 +
|-
 +
|Hard of Hearing Priority
 +
| align="center"|0
 +
|Additional priority when a showing is marked as having support for viewers with impaired hearing.
 +
|
 +
|-
 +
|Audio Described Priority
 +
| align="center"|0
 +
|Additional priority when a showing is marked as being Audio Described.
 +
|
 +
|}
 +
====Set Channel Recording Priorities====
 +
'''Prioritize some channels over others'''<br>
 +
(Setup->Video->Recording Priorities->Set Channel Recording Priorities)
  
<font color="#000000">
+
This displays a list of all channels on all sources. By default all channels have a priority of 0. To prefer some channels over others in case the same show is on two or more channels, increase their priority.
====OSD Menu Editor====
 
(Setup->TV Settings->OSD Menu Editor)
 
  
*This page allows you to change the menu options which are displayed in the various video display modes.
+
To change the priority of a channel, scroll down to the channel using up/down arrows, then change the priority using left/right arrows.
**Live TV
 
**Recorded TV
 
**Video
 
**DVD
 
  
 +
Channel priorities can also be changed from a browser using MythWeb.
 +
====Custom Priority====
 +
'''Prioritize some recordings over others'''<br>
 +
(Setup->Video->Recording Priorities->Custom Priority)
  
====Playback Groups====
+
Here you can use SQL statements to change the priority based on attributes of the program, channel, hardware, etc. This is an advanced use and requires an understanding of SQL and the MythTV database. There are examples that you can select, but these are examples only, you will need to modify them to make them useful.
(Setup->TV Settings->Playback Groups)
 
  
*Select the appropriate playback group (usually Default) to see the following menu.
+
The mechanism of setting up a rule is as follows
*Select the (Create new group) to generate a new group.
+
#Give the rule a name.
*Press "D" when over an existing group to bring up the "Delete Menu".
+
#Specify it's Priority Change.
 +
#Add one or more clauses to actually specify the rule. The clauses must follow SQL rules and be separated by AND or OR, and can use parentheses.
 +
#Use the ''test'' button to check the SQL syntax.
 +
#Install the rule.
 +
#Go to "Upcoming Recordings" to see if your rule is doing what you expect.
  
 +
==Media Settings==
 +
'''Configure music, video, and other media plugins'''<br>
 +
(Setup->Media Settings)
  
<font color="#000000">
+
===Music Settings===
(Setup->TV Settings->Playback Groups)
+
'''Configure playback and CD ripping'''<br>
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
(Setup->Media Settings->Music Settings)
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Playback Groups''' </font>
+
 
|-
+
This is only visible if the mythmusic plugin is installed.
! |Setting
+
===Music Tools===
! |Default Value
+
'''Select, import, or play music'''<br>
! |Settings Page's Description
+
(Setup->Media Settings->Music Tools)
! |Additional Comments
+
 
 +
This is only visible if the mythmusic plugin is installed.
 +
===Videos Settings===
 +
'''Configure playback and metadata'''<br>
 +
(Setup->Media Settings->Videos Settings)
 +
 
 +
====General Settings====
 +
'''File Paths and general options'''<br>
 +
(Setup->Media Settings->Videos Settings->General Settings)
  
|-
+
=====General Settings (1/4)=====
|Title match (regex)
+
(Setup->Media Settings->Videos Settings->General Settings)
| align="center"|(blank)
 
|Automatically set new recording rules to use this group if the title matches this regular expression. For example, "(News&brvbar;CNN)" would match any title in which "News" or "CNN" appears.
 
|
 
  
|-
+
Videos can be played from the videos storage group on the backend or from local storage on the frontend. If you are storing videos on the backend you need not fill this in, you can leave the defaults.
|Skip ahead (seconds)
 
| align="center" |30
 
|How many seconds to skip forward on a fast forward.
 
|Press the "Right" key to cause this action.
 
  
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|Skip back (seconds)
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center" | 5
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|How many seconds to skip backward on a rewind.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|Press the "Left" key to cause this action.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Jump amount (in minutes)
+
|Directories that hold videos
| align="center" |(default)
+
| align="center" |(blank)
|How many minutes to jump forward or backward when the jump keys are pressed. The "default" value is usually 10 minutes.
+
|This directory must exist, and the user running the frontend needs to have read/write permission to the directory.
|Press "Down" to jump forward, and "Up" to jump backward.
+
|You can specify multiple directories separated by colons (:). The directory does not need to exist.
 
 
 
|-
 
|-
|Time stretch (speed x 100)
+
|Directory that holds movie trailers
| align="center"|100
+
| align="center"|/home/(your id)/.mythtv/Video/Trailers
|Initial playback speed with adjusted audio. Use 100 for normal speed, 50 for half speed and 200 for double speed.
+
|This directory must exist, and the user running the fontend needs to have read/write permission to the directory.
|
+
|The directory does not need to exist if you are using videos served from the backend.
 
+
|-
 +
|Directory that holds movie posters
 +
| align="center"|/home/(your id)/.mythtv/Video/CoverArt
 +
|This directory must exist, and the user running the fontend needs to have read/write permission to this directory.
 +
|The directory does not need to exist if you are using videos served from the backend.
 +
|-
 +
|Directory that holds movie screenshots
 +
| align="center"|/home/(your id)/.mythtv/Video/Screenshots
 +
|This directory must exist, and the user running the fontend needs to have read/write permission to this directory.
 +
|The directory does not need to exist if you are using videos served from the backend.
 +
|-
 +
|Directory that holds movie/TV Banners
 +
| align="center"|/home/(your id)/.mythtv/Video/Banners
 +
|This directory must exist, and the user running the fontend needs to have read/write permission to this directory.
 +
|The directory does not need to exist if you are using videos served from the backend.
 +
|-
 +
|Directory that holds movie fanart
 +
| align="center"|/home/(your id)/.mythtv/Video/Fanart
 +
|This directory must exist, and the user running the fontend needs to have read/write permission to this directory.
 +
|The directory does not need to exist if you are using videos served from the backend.
 
|}
 
|}
 +
=====General Settings (2/4)=====
 +
(Setup->Media Settings->Videos Settings->General Settings)
  
====Channel Groups====
+
{| class="wikitable" style="width: 100%;"
(Setup->TV Settings->Channel Groups)
+
|-
 
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
*To create a special grouping of channels, select "(Create new group)", name the new group and continue. The initial page for this group may be blank, so exit back to the "TV Settings" menu, then re-enter the Channel Groups menu. Enter into your new group, and select the channels that you want to use.
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
*Press "D" when over an existing group to bring up the "Delete Menu".
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
====Recording Profiles====
 
(Setup->TV Settings->Recording Profiles)
 
#Select the appropriate profile group.
 
#Select the appropriate profile to see the following menus.
 
 
 
<font color="#FFFFFF">
 
=====Profile=====
 
<font color="#000000">
 
(Setup->TV Settings->Recording Profiles)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Profiles''' </font>
 
 
|-
 
|-
! |Setting
+
|On DVD insertion
! |Default Value
+
| align="center" |Display MythDVD menu
! |Settings Page's Description
+
|Media Monitoring should be turned on to allow this feature (Setup -&gt; General -&gt; CD/DVD Monitor).
! |Additional Comments
+
|This will be on by default unless you add the device to the list in Setup->General->Media Monitor
 
+
Options are:
 +
*Display MythDVD menu
 +
*Do nothing
 +
*Play DVD
 
|-
 
|-
|Enable auto-transcode after recording<br>(checkbox)
+
|Video Tree remembers last selected position
| align="center"|Unchecked
+
| align="center" |Not Checked
|Automatically transcode when a recording is made using this profile and the recording's schedule is configured to allow transcoding.
+
|If set, the current position in the Video Tree is persistent.
 
|
 
|
 
 
|}
 
|}
 +
=====General Settings (3/4)=====
 +
(Setup->Media Settings->Videos Settings->General Settings)
  
<font color="#FFFFFF">
+
{| class="wikitable" style="width: 100%;"
=====Image Size=====
 
<font color="#000000">
 
(Setup->TV Settings->Recording Profiles)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Image Size''' </font>
 
 
|-
 
|-
! |Setting
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
! |Default Value
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
! |Settings Page's Description
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
! |Additional Comments
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
 
|-
 
|-
|Width
+
| colspan="4" align="left" | '''Parental Control Settings'''
| align="center"|720
 
|Width to use for encoding. Note: PVR-x50 cards may produce ghosting if this is not set to 720 or 768 for NTSC and PAL, respectively.
 
|
 
 
 
 
|-
 
|-
|Height
+
|Starting Parental Level
| align="center"|480
+
| align="center"|4 - Highest
|Height to use for encoding. Note: PVR-x50 cards may produce ghosting if this is not set to 480 or 576 for NTSC and PAL, respectively.
+
|This is the 'level' that MythVideo starts at. Any videos with a level at or below this will be shown in the list or while browsing by default. The Parental PIN should be set to limit changing of these control values.
 +
|Possible values are:
 +
*1 - Lowest
 +
*2
 +
*3
 +
*4 - Highest
 +
|-
 +
|Parental Level 4 PIN
 +
| align="center"|(blank)
 +
|This PIN is used to enter Parental Control Level 4 as well as the Video Manager. Setting this value to all numbers will make your life much easier.
 +
|
 +
|-
 +
|Parental Level 3 PIN
 +
| align="center"|(blank)
 +
|This PIN is used to enter Parental Control Level 3. Setting this value to all numbers will make your life much easier.
 
|
 
|
 
|}
 
 
<font color="#FFFFFF">
 
=====Codec (1)=====
 
<font color="#000000">
 
(Setup->TV Settings->Recording Profiles)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Codec (1)''' </font>
 
 
|-
 
|-
! |Setting
+
|Parental Level 2 PIN
! |Default Value
+
| align="center"|(blank)
! |Settings Page's Description
+
|This PIN is used to enter Parental Control Level 2. Setting this value to all numbers will make your life much easier.
! |Additional Comments
+
|
 
 
 
|-
 
|-
|Stream Type
+
|Aggressive Parental Control
| align="center"|(varies)
+
| align="center"|Not Checked
|Sets the type of stream generated by your PVR.
+
|If set, you will not be able to return to this screen and reset the Parental PIN without first entering the current PIN. You have been warned.
|MPEG-2 PS for PVR-x50 cards
+
|
 +
|}
 +
=====General Settings (3/4)=====
 +
(Setup->Media Settings->Videos Settings->General Settings)
  
 +
{| class="wikitable" style="width: 100%;"
 
|-
 
|-
|Aspect Ratio
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| align="center"|(varies)
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
|Set the aspect ratio of stream generated by your PVR.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
|Possible values are:
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
*4:3
 
*16:9
 
*2.21:1
 
*Square
 
 
 
 
|-
 
|-
|Avg. Bitrate
+
|Enable automatic Parental Level from rating
| align="center"|4500
+
| align="center"|Not Checked
|Average bit rate in kilobits/second. 2200Kbps is approximately 1 Gigabyte per hour.
+
|If enabled, searches will automatically set the Parental Level to the one matching the rating below.
|
+
|The following menu items only appear if this box is checked.
 
 
 
|-
 
|-
|Max. Bitrate
+
|Level 1
| align="center"|6000
+
| align="center"|G
|Maximum bit rate in kilobits/second. 2200Kbps is approximately 1 Gigabyte per hour.
+
|Ratings containing these strings (separated by :) will be assigned to Parental Level 1.
 
|
 
|
 
|}
 
 
<font color="#FFFFFF">
 
=====Codec (2)=====
 
<font color="#000000">
 
(Setup->TV Settings->Recording Profiles)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Codec (2)''' </font>
 
 
|-
 
|-
! |Setting
+
|Level 2
! |Default Value
+
| align="center"|PG
! |Settings Page's Description
+
|Ratings containing these strings (separated by :) will be assigned to Parental Level 2.
! |Additional Comments
 
 
 
|-
 
|Sampling rate
 
| align="center"|48000
 
|Sets the audio sampling rate for your DSP. Ensure that you choose a sampling rate appropriate for your device. btaudio may only allow 32000.
 
 
|
 
|
 
 
|-
 
|-
|Type
+
|Level 3
| align="center"|Layer II (preset)
+
| align="center"|PG-13
|(not changeable in this menu)
+
|Ratings containing these strings (separated by :) will be assigned to Parental Level 3.
 
|
 
|
 
 
|-
 
|-
|Bitrate
+
|Level 4
| align="center"|384 kbps
+
| align="center"|R:NC-17
|Sets the audio bitrate.
+
|Ratings containing these strings (separated by :) will be assigned to Parental Level 4.
|Possible values (in kbps) are:<br>384, 32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320
 
 
 
|-
 
|SAP/Bilingual
 
| align="center"|Main Language
 
|Chooses the language(s) to record when two languages are broadcast. Only Layer II supports the recording of two languages (Dual). Requires ivtv 0.4.0 or later.
 
|Possible values are:
 
*Main Language
 
*SAP Language
 
*Dual
 
 
 
|-
 
|Volume (%)
 
| align="center"|90
 
|Volume of the recording
 
 
|
 
|
 
 
|}
 
|}
 
+
====Player Settings====
 
+
'''Player Applications and Optical Drives'''<br>
====Recording Priorities====
+
(Setup->Media Settings->Videos Settings->Player Settings)
(Setup->TV Settings->Recording Priorities)
+
{| class="wikitable" style="width: 100%;"
<font color="#FFFFFF">
+
|-
=====Set Recording Priorities=====
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
======Scheduler Options======
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
<font color="#000000">
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
(Setup->TV Settings->Recording Priorities->Set Recording Priorities)
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Scheduler Options''' </font>
 
 
|-
 
|-
! |Setting
+
| Default Player
! |Default Value
+
| align="center"|Internal
! |Settings Page's Description
+
| This is the command that is used for any file whose extension is not specifically defined. You may also enter the name of one of the playback plugins such as 'Internal'.
! |Additional Comments
+
|Possible values:
 
+
*mplayer -fs -zoom -quiet -vo xv %s
 
|-
 
|-
|Reschedule Higher Priorities<br>(checkbox)
+
|DVD Player
| align="center"|Checked
+
| align="center"|Internal
|Move higher priority programs to other cards and showings when resolving conflicts. This can be used to record lower priority programs that would otherwise not be recorded, but risks
+
|This can be any command to launch a DVD player. Internal is the default. For other players, %d will be substituted for the DVD device (e.g. /dev/dvd).
 
|
 
|
 
 
|-
 
|-
|Avoid back to back recordings from different channels<br>(checkbox)
+
|DVD Drive
| align="center"|Unchecked
+
| align="center"|default
|If set, the scheduler will avoid assigning shows from different channels to the same card if their end time and start time match. This will be allowed when necessary in order to resolve conflicts.
+
|This device must exist, and the user playing the DVD needs to have read permission on the device. 'default' will let the MediaMonitor choose a device.
 
|
 
|
 
 
|-
 
|-
|Default 'Start Early' minutes for new recording rules
+
|Blu-ray Mount
| align="center"|0
+
| align="center"|/media/cdrom
|Set this to '0' unless you expect that the majority of your show times will not match your TV listings. This sets the initial start early or start late time when rules are created. These can then be
+
|This path is the location your operating system mounts Blu-ray discs.
 
|
 
|
 
 
|-
 
|-
|Default 'End Late' minutes for new recording rules
+
|Blu-ray Region
| align="center"|0
+
| align="center"|No Region
|Set this to '0' unless you expect that the majority of your show times will not match your TV listings. This sets the initial end late or end early time when rules are created. These can then be
+
|Some Blu-ray discs require that a player region be explicitly set. Only change the value from &apos;No Region&apos; if you encounter a disc which fails to play citing a region mismatch.
 +
|Available values:
 +
*No Region
 +
*Region A: The Americas, Southeast Asia, Japan
 +
*Region B: Europe, Middle East, Africa, Oceania
 +
*Region C: Eastern Europe, Central and South Asia
 +
|-
 +
|Enable Alternate Player
 +
| align="center"|Not Checked
 
|
 
|
 
+
|The following item only appears if this box is checked.
 
|-
 
|-
|Preferred Input Priority
+
|Alternate Player
| align="center"|2
+
| align="center"|Internal
|Additional priority when a showing matches the preferred input selected in the 'Scheduling Options' section of the recording rule.
+
|If for some reason the default player doesn't play a video, you can play it in an alternate player by selecting 'Play in Alternate Player'.
 
|
 
|
 
+
|}
 +
====Metadata Settings====
 +
'''Grabber Setup and display preferences'''<br>
 +
(Setup->Media Settings->Videos Settings->Metadata Settings)
 +
{| class="wikitable" style="width: 100%;"
 +
|-
 +
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
 +
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
|HDTV Recording Priority
+
|Perform metadata update after video scan
| align="center"|0
+
| align="center"|Checked
|Additional priority when a showing is marked as an HDTV broadcast in the TV listings.
+
|If set, every time a scan for new videos is performed, a mass metadata update of the collection will also occur.
 
|
 
|
 
 
|-
 
|-
|Widescreen Recording Priority
+
|Display unknown file types
| align="center"|0
+
| align="center"|Not Checked
|Additional priority when a showing is marked as widescreen in the TV listings.
+
|If set, all files below the MythVideo directory will be displayed unless their extension is explicitly set to be ignored.
 
|
 
|
 
 
|-
 
|-
|Automatic Priority Range (+/-)
+
|Enable metadata in file browse mode
| align="center"|0
+
| align="center"|Checked
|Up to this number of priority points may be added for titles that are usually watched soon after recording or subtracted for titles that are often watched several days or weeks later.
+
|If set along with Browse Files, this will cause the Video List to load any known video metadata from the database. Turning this off can greatly speed up how long it takes to load the Video List tree.
 
|
 
|
 
+
|-
 +
|Enable Random Trailer Playback
 +
| align="center"|Not Checked
 +
|If set, this will enable a button called &quot;Watch With Trailers&quot; which will play a user-specified number of trailers before the movie.
 +
|
 +
|-
 +
|(Unlabeled) Number of Trailers
 +
| align="center"|0
 +
|Number of trailers to play before a film.
 +
|Only displays if above checkbox is checked.
 
|}
 
|}
 
+
====File Types====
<font color="#FFFFFF">
+
'''Associate new file extensions'''<br>
======Accessibility Options======
+
(Setup->Media Settings->Videos Settings->File Types)
<font color="#000000">
+
{| class="wikitable" style="width: 100%;"
(Setup->TV Settings->Recording Priorities->Set Recording Priorities)
+
|-
{| border="1" cellspacing="0" cellpadding="5" align="center"
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Accessibility Options''' </font>
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
 +
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
|-
 
|-
! |Setting
+
|Extension
! |Default Value
+
| align="center"|
! |Settings Page's Description
+
|Select a file extension from this list to modify or delete its settings.
! |Additional Comments
+
|Currently known extensions are:<br>
 
+
3gp, asf, avi, divx, evo, f4v, flv, img, iso, log, m2ts, m4v, mkv, mov, mp4, mpeg, mpg, mxf, nut, nuv, ogg, ogm, ogv, qt, rm, swf, ts, txt, vob, wmv,
 
|-
 
|-
|Sign Language Recording Priority
+
|Command
| align="center"|0
+
| align="center"|Internal
|Additional priority when a showing is marked as having in-vision sign language.
+
|The command to use when playing this kind of file.  To use MythTV&apos;s Internal player, use &quot;Internal&quot; as the player.  For all other players, you can use %s to substitute the filename.
 
|
 
|
 
 
|-
 
|-
|In-vision Subtitles Recording Priority
+
|Use default player
| align="center"|0
+
| align="center"|(Checked for some)
|Additional priority when a showing is marked as having in-vision subtitles.
+
|When checked, this will cause the global player settings to override this one.
 
|
 
|
 
 
|-
 
|-
|Subtitles/CC Recording Priority
+
|Ignore
| align="center"|0
+
| align="center"|(Checked for some)
|Additional priority when a showing is marked as having subtitles or closed captioning (CC) available.
+
|When checked, this will cause the file extension to be ignored in scans of your library.
 
|
 
|
 
 
|-
 
|-
|Hard of Hearing Priority
+
|New
| align="center"|0
+
| align="center"|(button)
|Additional priority when a showing is marked as having support for viewers with impaired hearing.
+
|Create a new file extension.
|
+
|Create settings for a file extension not yet in the list.
 
+
|-
 +
|Delete
 +
| align="center"|(button)
 +
|Delete this file extension.
 +
|Delete settings for a file extension in the list.
 
|-
 
|-
|Audio Described Priority
+
|Done
| align="center"|0
+
| align="center"|(button)
|Additional priority when a showing is marked as being Audio Described.
+
|Save and exit this screen.
 
|
 
|
 +
|}
  
|}
 
  
<font color="#FFFFFF">
+
===Images Settings===
 +
'''Configure display of image gallery'''<br>
 +
(Setup->Media Settings->Images Settings)
  
======Recording Type Priority Settings======
+
This is only visible if the mythgallery plugin is installed.
<font color="#000000">
 
(Setup->TV Settings->Recording Priorities->Set Recording Priorities)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Recording Type Priority Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
  
|-
+
===Game Settings===
|Single Recordings Priority
+
'''Configure playback of games'''<br>
| align="center"|1
+
(Setup->Media Settings->Game Settings)
|Single Recordings will receive this additional recording priority value.
 
|
 
  
|-
+
This is only visible if the mythgame plugin is installed.
|Override Recordings Priority
 
| align="center"|0
 
|Override Recordings will receive this additional recording priority value.
 
|
 
  
|-
+
===Archive Files Settings===
|Find One Recordings Priority
+
'''Configure how to archive video to DVD'''<br>
| align="center"|-1
+
(Setup->Media Settings->Archive Files Settings)
|Find One, Find Weekly and Find Daily recording types will receive this additional recording priority value.
 
|
 
  
|-
+
This is only visible if the mytharchive plugin is installed.
|Weekslot Recordings Priority
 
| align="center"|0
 
|Weekslot Recordings will receive this additional recording priority value.
 
|
 
  
|-
+
===MythStream Settings===
|Timeslot Recordings Priority
+
''' '''<br>
| align="center"|0
+
(Setup->Media Settings->MythStream Settings)
|Timeslot Recordings will receive this additional recording priority value.
 
|
 
  
|-
+
This is only visible if the mythstream plugin is installed.
|Channel Recordings Priority
 
| align="center"|0
 
|Channel Recordings will receive this additional recording priority value.
 
|
 
  
|-
+
==System Event Handlers==
|All Recordings Priority
+
'''Configure System Event handler commands'''<br>
| align="center"|0
+
(Setup->System Event Handlers)
|The 'All' Recording type will receive this additional recording priority value.
 
|
 
 
 
|}
 
  
 +
This is the same setup page that is available in the MythTV backend setup. For a description see [[MythTV System Events]].
  
=====Set Channel Recording Priorities=====
+
==Edit Keys==
(Setup->TV Settings->Recording Priorities->Set Channel Recording Priorities)
+
'''Change MythTV key bindings'''<br>
 +
(Setup->Edit Keys)
  
*Enter this menu to alter the recording priorities of one channel over another (in case of conflicts).
+
Here you can dynamically change the key combinations used for controlling the frontend. Changes made here apply to this frontend only and are effective immediately. If you have a remote control that emulates a keyboard and some buttons do not work correctly you can reassign them here. See [[Keybindings]] for a list of keys and their default assignments.
  
 +
==Artwork and Data Sources==
 +
'''Configure sources of artwork and metadata'''<br>
 +
(Setup->Artwork and Data Sources)
  
=====Custom Priority Rules=====
+
Most of the values are are already set and cannot be changed. Only 1 check box is available for changing.
(Setup->TV Settings->Recording Priorities->Custom Priority Rules)
+
{| class="wikitable" style="width: 100%;"
 
+
|-
*Enter this menu to establish custom priority recording rules.
+
|style="width: 20%; background-color: #E6E6FF;" align="center"|'''Setting'''
#Give the rule a name.
+
|style="width: 10%; background-color: #E6E6FF;" align="center"|'''Default Value'''
#Specify it's Priority Change
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Settings Page's Description'''
#Add one or more clauses to actually specify the rule.
+
|style="width: 35%; background-color: #E6E6FF;" align="center"|'''Additional Comments'''
 
 
===Media Settings===
 
(Setup->Media Settings)
 
<font color="#000000">
 
====Music Settings====
 
(Setup->Media Settings->Music Settings)
 
=====General Settings=====
 
 
 
<font color="#FFFFFF">
 
======General Settings (1)======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Settings (1)''' </font>
 
 
|-
 
|-
! |Setting
+
|Movie Metadata Source
! |Default Value
+
| align="center" |TheMovieDB.org V3 Movie
! |Settings Page's Description
+
|Select a source to use when searching for information and artwork about movies.
! |Additional Comments
+
|There are no other selections available. You cannot change the value.
 
 
 
|-
 
|-
|Directory to hold music
+
|Television Metadata Source
| align="center"|/var/lib/mythtv/music/
+
| align="center" |TheTVDB.com
|This directory must exist, and the user running MythMusic needs to have write permission to the directory.
+
|Select a source to use when searching for information and artwork about television.
|
+
|TheTVDB.com is changing to a new API and a subscription model in March 2021. It will no longer function in MythTV. Select either "TheMovieDB.org V3 Movie" or "TVmaze.com". You can decide which suits you better by trying those sites to see which has better information on the shows you watch.
 
 
 
|-
 
|-
|Audio device
+
|Game Metadata Source
| align="center"|default
+
| align="center" |(blank)
|Audio Device used for playback. 'default' will use the device specified in MythTV.
+
|Select a source to use when searching for information and artwork about video games.
|Possible values are:
+
|There are no selections available. You cannot set a value.
*default
 
*/dev/dsp
 
*/dev/adsp
 
 
 
 
|-
 
|-
|Upconvert stereo to 5.1 surround<br>(checkbox)
+
|Perform daily updates of recording artwork
| align="center"|Unchecked
+
| align="center" |Not Checked
|MythTV can upconvert stereo tracks to 5.1 audio. Set this option to enable it by default. You can enable or disable the upconversion during playback at anytime.
+
|If set, the backend will attempt to perform artwork updates for recordings daily. When new seasons begin to record, this will attempt to provide you with fresh, relevant artwork while preserving the artwork assigned to old recordings.
 
|
 
|
 +
|}
  
|-
+
==Screen Setup Wizards==
|CD device
+
'''Compensate for TVs with overscan'''<br>
| align="center"|default
+
(Setup->Screen Setup Wizards)
|CDRom device used for ripping/playback.
 
|
 
 
 
|-
 
|Automatically lookup CDs<br>(checkbox)
 
| align="center"|Checked
 
|Automatically lookup an audio CD if it is present and show its information in the Music Selection Tree.
 
|
 
 
 
|-
 
|Automatically play CDs<br>(checkbox)
 
| align="center"|Unchecked
 
|Automatically put a new CD on the playlist and start playing the CD.
 
|
 
 
 
|-
 
|Use Keyboard/Remote Accelerated Buttons<br>(checkbox)
 
| align="center"|Checked
 
|If this is not set, you will need to use arrow keys to select and activate various functions.
 
|
 
  
|}
+
This provides a dynamic and visible way of moving and sizing the screen layout so that it is all visible. This should only be necessary for analog televisions. Digital televisions typically have a setting in the TV set to eliminate overscan if required.
  
<font color="#FFFFFF">
+
This page provides a visible method for adjusting the GUI size and offset. These can also be set in [[#Theme / Screen Settings]] under Setup->Appearance.
======General Settings (2)======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Settings (2)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
  
|-
+
This wizard does not work well, and I recommend that you use [[#Theme / Screen Settings]].
|Tree Sorting
 
| align="center"|splitartist artist album title
 
|Order in which to sort the Music Tree. Possible values are a space-separated list of genre, splitartist, splitartist1, artist, album, and title OR the keyword "directory" to indicate that the
 
|
 
 
 
|-
 
|Number of Artists Tree Groups
 
| align="center"|Few
 
|Determines how manny groups we have in the artist tree. Few gives 'A B C D' as per the old behaviour, average gives two letters per group, many gives one letter per group.
 
|
 
 
 
|-
 
|Filename Format
 
| align="center"|GENRE/ARTIST/ALBUM/TRACK_TITLE
 
|Directory and filename Format used to grab information if no ID3 information is found. Accepts GENRE, ARTIST, ALBUM, TITLE, ARTIST_TITLE and TRACK_TITLE.
 
|
 
 
 
|-
 
|Ignore ID3 Tags<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, MythMusic will skip checking ID3 tags in files and just try to determine Genre, Artist, Album, and Track number and title from the filename.
 
|
 
 
 
|-
 
|Tag Encoding
 
| align="center"|UTF-16
 
|Some mp3 players don't understand tags encoded in UTF8 or UTF16, this setting allows you to change the encoding format used. Currently applies only to ID3 tags.
 
|Possible values are:
 
*UTF-16
 
*UTF-8
 
*ASCII
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======CD Recording Settings======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''CD Recording Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Enable CD Writing<br>(checkbox)
 
| align="center"|Checked
 
|Requires a SCSI or an IDE-SCSI CD Writer.
 
|
 
 
 
|-
 
|CD-Writer Device
 
| align="center"|default
 
|Select the SCSI or IDE Device for CD Writing. 'default' will let the MediaMonitor choose a device.
 
|
 
 
 
|-
 
|Disk Size
 
| align="center"|650MB/75min
 
|Default CD Capacity.
 
|Possible values are:
 
*650MB/75min
 
*700MB/80min
 
 
 
|-
 
|Enable directories on MP3 Creation<br>(checkbox)
 
| align="center"|Checked
 
|(none)
 
|
 
 
 
|-
 
|CD Write Speed
 
| align="center"|Auto
 
|CD Writer speed. Auto will use the recommended speed.
 
|Possible values are:
 
*Auto
 
*1x
 
*2x
 
*4x
 
*8x
 
*16x
 
 
 
|-
 
|CD Blanking Type
 
| align="center"|Fast
 
|Blanking Method. Fast takes 1 minute. Complete can take up to 20 minutes.
 
|Possible values are:
 
*Fast
 
*Complete
 
 
 
|}
 
 
 
 
 
=====Player Settings=====
 
 
 
<font color="#FFFFFF">
 
======Playback Settings======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->Player Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Playback Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Play mode
 
| align="center"|Normal
 
|Starting shuffle mode for the player. Can be either normal, random, intelligent (random), or Album
 
|
 
 
 
|-
 
|Resume mode
 
| align="center"|Off
 
|Resume playback at either the beginning of the active play queue, the beginning of the last track, an exact point within the last track.
 
|Possible values are:
 
*Off
 
*Track
 
*Exact
 
 
 
|-
 
|Action on exit
 
| align="center"|Prompt
 
|Specify what action to take when exiting mythmusic plugin.
 
|Possible values are:
 
*Prompt
 
*Stop Playing
 
*Keep Playing
 
 
 
|-
 
|Maximum Search Results
 
| align="center"|300
 
|Used to limit the number of results returned when using the search feature.
 
|
 
 
 
|-
 
|Show Song Ratings<br>(checkbox)
 
| align="center"|Unchecked
 
|Show song ratings on the playback screen.
 
|
 
 
 
|-
 
|Show entire music tree<br>(checkbox)
 
| align="center"|Unchecked
 
|If selected, you can navigate your entire music tree from the playing screen. N.B. Does not work with accelerated buttons disabled.
 
|
 
 
 
|-
 
|List as Shuffled<br>(checkbox)
 
| align="center"|Unchecked
 
|List songs on the playback screen in the order they will be played.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======Playback Settings (2)======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->Player Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Playback Settings (2)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Rating Weight
 
| align="center"|35
 
|Used in "Smart" Shuffle mode. This weighting affects how much strength is given to your rating of a given track when ordering a group of songs.
 
|
 
 
 
|-
 
|Play Count Weight
 
| align="center"|25
 
|Used in "Smart" Shuffle mode. This weighting affects how much strength is given to how many times a given track has been played when ordering a group of songs.
 
|
 
 
 
|-
 
|Last Play Weight
 
| align="center"|25
 
|Used in "Smart" Shuffle mode. This weighting affects how much strength is given to how long it has been since a given track was played when ordering a group of songs.
 
|
 
 
 
|-
 
|Random Weight
 
| align="center"|15
 
|Used in "Smart" Shuffle mode. This weighting affects how much strength is given to good old (pseudo-)randomness when ordering a group of songs.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======Visualization Settings======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->Player Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Visualization Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Visualizations
 
| align="center"|(blank)
 
|List of visualizations to use during playback. Click the button below to edit this list.
 
|
 
 
 
|-
 
|Edit Visualizations<br>(button)
 
| align="center"|
 
|Edit the list of visualizations to use during playback.
 
|
 
 
 
|-
 
|Change Visualizer on each song<br>(checkbox)
 
| align="center"|Unchecked
 
|Change the visualizer when the song changes.
 
|
 
 
 
|-
 
|Show Album Art at the start of each song<br>(checkbox)
 
| align="center"|Unchecked
 
|When the song changes and the new song has an album art image, display it in the visualizer for a short period.
 
|
 
 
 
|-
 
|Randomize Visualizer order<br>(checkbox)
 
| align="center"|Unchecked
 
|On changing the visualizer pick a new one at random.
 
|
 
 
 
|-
 
|Delay before Visualizations start (seconds)
 
| align="center"|0
 
|If set to 0, visualizations will never automatically start.
 
|
 
 
 
|-
 
|Width for Visual Scaling
 
| align="center"|1
 
|If set to "2", visualizations will be scaled in half. Currently only used by the goom visualization. Reduces CPU load on slower machines.
 
|
 
 
 
|-
 
|Height for Visual Scaling
 
| align="center"|1
 
|If set to "2", visualizations will be scaled in half. Currently only used by the goom visualization. Reduces CPU load on slower machines.
 
|
 
 
 
|}
 
 
 
 
 
=====Ripper Settings=====
 
 
 
<font color="#FFFFFF">
 
======CD Ripper Settings======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->Ripper Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''CD Ripper Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Paranoia Level
 
| align="center"|Full
 
|Paranoia level of the CD ripper. Set to faster if you're not concerned about possible errors in the audio.
 
|Possible values are:
 
*Full
 
*Faster
 
 
 
|-
 
|File storage location
 
| align="center"|ARTIST/ALBUM/TRACK-TITLE
 
|Defines the location/name for new songs. Valid tokens are: GENRE, ARTIST, ALBUM, TRACK, TITLE, YEAR.
 
|
 
 
 
|-
 
|Replace ' ' with '_'<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, whitespace characters in filenames will be replaces with underscore characters.
 
|
 
 
 
|-
 
|Script Path
 
| align="center"|(blank)
 
|If present this script will be executed after a CD Rip is completed.
 
|
 
 
 
|-
 
|Automatically eject CDs after ripping<br>(checkbox)
 
| align="center"|Checked
 
|If set, the CD tray will automatically open after the CD has been ripped.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======CD Ripper Settings (part 2)======
 
<font color="#000000">
 
(Setup->Media Settings->Music Settings->Ripper Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''CD Ripper Settings (part 2)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Encoding
 
| align="center"|Ogg Vorbis
 
|Audio encoder to use for CD ripping. Note that the quality level 'Perfect' will use the FLAC encoder.
 
|Possible values are:
 
*Ogg Vorbis
 
*Lame (MP3)
 
 
 
|-
 
|Default Rip Quality
 
| align="center"|Low
 
|Default quality for new CD rips.
 
|Possible values are:
 
*Low
 
*Medium
 
*High
 
*Perfect
 
 
 
|-
 
|Use variable bitrates<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, the MP3 encoder will use variable bitrates (VBR) except for the low quality setting. The Ogg encoder will always use variable bitrates.
 
|
 
 
 
|}
 
 
 
 
 
====Videos Settings====
 
(Setup->Media Settings->Video Settings)
 
=====General Settings=====
 
<font color="#FFFFFF">
 
======General Settings (1/4)======
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Settings (1/4)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
|-
 
|Directory that holds videos
 
| align="center"|/var/lib/mythtv/videos
 
|Multiple directories can be separated ':'. Each directory must exist and be readable by the user running MythVideo. 
 
|
 
 
 
|-
 
|Directory that holds movie trailers
 
| align="center"|~/.mythtv/MythVideo/Trailers
 
|This directory must exist, and the user running MythVideo needs to have read/write permission to the directory.
 
|
 
 
 
|-
 
|Directory that holds movie posters
 
| align="center"|~/.mythtv/MythVideo/CoverArt
 
|This directory must exist, and the user running MythVideo needs to have read/write permission to this directory.
 
|
 
 
 
|-
 
|Directory that holds movie screenshots
 
| align="center"|~/.mythtv/MythVideo/Screenshots
 
|This directory must exist, and the user running MythVideo needs to have read/write permission to this directory.
 
|
 
 
 
|-
 
|Directory that holds movie/TV Banners
 
| align="center"|~/.mythtv/MythVideo/Banners
 
|This directory must exist, and the user running MythVideo needs to have read/write permission to this directory.
 
|
 
 
 
|-
 
|Directory that holds movie fanart
 
| align="center"|~/.mythtv/MythVideo/Fanart
 
|This directory must exist, and the user running MythVideo needs to have read/write permission to this directory.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======General Settings (2/4)======
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Settings (2/4)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|On DVD insertion
 
| align="center"|Display mythdvd menu
 
|Media Monitoring should be turned on to allow this feature (Setup->General->CD/DVD Monitor).
 
|Possible values are:
 
*Display mythdvd menu
 
*Do nothing
 
*Play DVD
 
*Rip DVD
 
 
 
|-
 
|DVD Drive Speed
 
| align="center"|(varies)
 
|Set DVD Drive Speed during DVD Playback. Speed is in multiples of 177KB/s. Slower speeds may reduce drive noise but in some cases it causes playback to stutter.
 
|
 
 
 
|-
 
|Enable DVD Bookmark Support<br>(checkbox)
 
| align="center"|Unchecked
 
|Enable the setting and skipping to of a bookmark in DVD playback.
 
|(The following menu items only appear if this box is checked.)
 
 
 
|-
 
|DVD Bookmark Prompt<br>(checkbox)
 
| align="center"|Unchecked
 
|Display a prompt to choose whether to play the DVD from the beginning or from the bookmark.
 
|
 
 
 
|-
 
|Remove DVD Bookmarks Older than (days)
 
| align="center"|10
 
|Delete DVD Bookmarks that are older than the number of days specified.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======General Settings (3/4)======
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Settings (3/4)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Starting Parental Level
 
| align="center"|4 - Highest
 
|This is the 'level' that MythVideo starts at. Any videos with a level at or below this will be shown in the list or while browsing by default. The Parental PIN should be set to limit changing of these control values.
 
|Possible values are:
 
*1 - Lowest
 
*2
 
*3
 
*4 - Highest
 
 
 
|-
 
|Parental Level 3 PIN
 
| align="center"|(blank)
 
|This PIN is used to enter Parental Control Level 3. Setting this value to all numbers will make your life much easier.
 
|
 
 
 
|-
 
|Parental Level 2 PIN
 
| align="center"|(blank)
 
|This PIN is used to enter Parental Control Level 2. Setting this value to all numbers will make your life much easier.
 
|
 
 
 
|-
 
|Aggressive Parental Control<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, you will not be able to return to this screen and reset the Parental PIN without first entering the current PIN. You have been warned.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======General Settings (4/4)======
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->General Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''General Settings (4/4)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Enable automatic Parental Level from rating<br>(checkbox)
 
| align="center"|Unchecked
 
|If enabled, searches will automatically set the Parental Level to the one matching the rating below.
 
|(The following menu items only appear if this box is checked.)
 
 
 
|-
 
|Level 1
 
| align="center"|G
 
|Ratings containing these strings (separated by :) will be assigned to Parental Level 1.
 
|
 
 
 
|-
 
|Level 2
 
| align="center"|PG
 
|Ratings containing these strings (separated by :) will be assigned to Parental Level 2.
 
|
 
 
 
|-
 
|Level 3
 
| align="center"|PG-13
 
|Ratings containing these strings (separated by :) will be assigned to Parental Level 3.
 
|
 
 
 
|-
 
|Level 4
 
| align="center"|R:NC-17
 
|Ratings containing these strings (separated by :) will be assigned to Parental Level 4.
 
|
 
 
 
|}
 
 
 
 
 
=====Player Settings=====
 
 
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->Player Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Player Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
|-
 
| Default Player
 
| align="center"|(blank)
 
| This is the command that is used for any file whose extension is not specifically defined. You may also enter the name of one of the playback plugins such as 'Internal'.
 
|Possible values:
 
*mplayer -fs -zoom -quiet -vo xv %s
 
 
 
|-
 
|DVD Player
 
| align="center"|Internal
 
|This can be any command to launch a DVD player. Internal is the default. For other players, %d will be substituted for the DVD device (e.g. /dev/dvd).
 
|
 
 
 
|-
 
|DVD Drive
 
| align="center"|default
 
|This device must exist, and the user playing the DVD needs to have read permission on the device. 'default' will let the MediaMonitor choose a device.
 
|
 
 
 
|-
 
|VCD Player
 
| align="center"|mplayer vcd:// -cdrom-device %d -fs -zoom -vo xv
 
|This can be any command to launch a VCD player. The Internal player will not play VCDs. %d will be substituted for the VCD device (e.g. /dev/cdrom).
 
|
 
 
 
|-
 
|VCD Drive
 
| align="center"|default
 
|This device must exist, and the user playing the VCD needs to have read permission on the device. 'default' will let the MediaMonitor choose a device.
 
|
 
 
 
|-
 
|Enable Alternate Player<br>(checkbox)
 
| align="center"|Unchecked
 
|(none)
 
|(The following menu item only appears if this box is checked.)
 
 
 
|-
 
|Alternate Player
 
| align="center"|Internal
 
|If for some reason the default player doesn't play a video, you can play it in an alternate player by selecting 'Play in Alternate Player'.
 
|
 
 
 
|}
 
 
 
 
 
=====Metadata Settings=====
 
(Setup->Media Settings->Video Settings->Metadata Settings)
 
 
 
<font color="#000000">
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''Video Metadata Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Movie Grabber
 
| align="center"|TheMovieDB APIv2 Query (vo....
 
|This is the script used to search for and download Movie Metadata.
 
|Possible values are:
 
*TheMovieDB APIv2 Query (vo....
 
*KinoX Query (v0.04) by Denys...
 
*Alpacine Query (v1.1) by Alvar...
 
*Allocine Query (v2.05) by Xavie...
 
 
 
|-
 
|TV Grabber
 
| align="center"|The TVDB.com Query (v1.0.9) b...
 
|This is the script used to search for and download Television Metadata.
 
|Possible values are:
 
*The TVDB.com Query (v1.0.9) b...
 
 
 
 
 
|-
 
|Enable Random Trailer Playback<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, this will enable a button called "Watch With Trailers" which will play a user-specified number of trailers before the movie.
 
|
 
 
 
|-
 
|Trailers to Play
 
| align="center"|0
 
|Number of trailers to play before a film.
 
|(This option is only displayed if "Enable Random Trailer Playback" is checked.)
 
 
 
|-
 
|Display unknown file types<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, all files below the Myth Video directory will be displayed unless their extension is explicitly set to be ignored.
 
|
 
 
 
|-
 
|Enable metadata in file browse mode<br>(checkbox)
 
| align="center"|Unchecked
 
|If set along with Browse Files, this will cause the Video List to load any known video metadata from the database. Turning this off can greatly speed up how long it takes to load the Video List tree.
 
|
 
 
 
|}
 
 
 
 
 
=====File Types=====
 
 
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->File Types)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythVideo File Associations''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Extension
 
| align="center"|(many)
 
|Filename extension associated with the following options.
 
|Currently know extensions are:<br>
 
3gp, asf, avi, divx, evo, flv, img, iso, log, m2ts, mkv, mov, mp4, mpeg, mpg, ogg, ogm, qt, txt, VIDEO_TS, vob, wmv,
 
 
 
|-
 
|Command
 
| align="center"|Internal
 
|Command to use when playing/displaying the indicated file type.
 
|Possible values are:
 
*(blank)
 
*Internal
 
*"Custom command"
 
 
 
|-
 
|Use default player<br>(checkbox)
 
| align="center"|Unchecked
 
|(none)
 
|Use the default player for this file type.
 
 
 
|-
 
|Ignore
 
| align="center"|Unchecked
 
|(none)
 
|Ignore this type of file. (See "Video Metadata Settings -> Display unknown file types".)
 
 
 
|}
 
 
 
 
 
=====Rip Settings=====
 
 
 
<font color="#FFFFFF">
 
======DVD Ripper Settings======
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->Rip Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''DVD Ripper Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Directory to hold temporary files
 
| align="center"|/var/lib/mythdvd/temp
 
|This directory must exist, and the user running MythDVD needs to have write permission to the directory.
 
|
 
 
 
|-
 
|Title Playing Command
 
| align="center"|mplayer dvd://%t -dvd-device %d -fs -zoom -vo xv -aid %a -channels %c
 
|This is a command used to preview a given title on a DVD. If present %t will be set to the title, %d for device, %a for audio track, %c for audio channels.
 
|
 
 
 
|-
 
|Subtitle arguments
 
| align="center"|-sid %s
 
|If you choose any subtitles for ripping, this command is added to the end of the Title Play Command to allow previewing of subtitles. If present %s will be set to the subtitle track.
 
|
 
 
 
|-
 
|Base transcode command
 
| align="center"|transcode
 
|This is the base (without arguments) command to run transcode on your system.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
======MTD Settings======
 
<font color="#000000">
 
(Setup->Media Settings->Video Settings->Rip Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MTD Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|MTD port number
 
| align="center"|2442
 
|The port number that should be used for communicating with the MTD (Myth Transcoding Daemon)
 
|
 
 
 
|-
 
|Nice level for MTD
 
| align="center"|20
 
|This determines the priority of the Myth Transcoding Daemon. Higher numbers mean lower priority (more CPU to other tasks).
 
|
 
 
 
|-
 
|Simultaneous Transcode Jobs
 
| align="center"|1
 
|This determines the  number of simultaneous transcode jobs. If set at 1 (the default), there will only be one active job at a time.
 
|
 
 
 
|-
 
|Ripped video segments
 
| align="center"|0
 
|If set to something other than 0, ripped video titles will be broken up into files of this size (in MB). Applies to both perfect quality recordings and intermediate files used for transcoding.
 
|
 
 
 
|-
 
|MTD logs to terminal window<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, the MTD (Myth Transcoding Daemon) will log to the window it is started from. Otherwise, it will write to the /var/log/mythtv/mtd.log
 
|
 
 
 
|-
 
|Transcode AC3 Audio<br>(checkbox)
 
| align="center"|Unchecked
 
|If set, the MTD (Myth Transcoding Daemon) will, by default, preserve AC3 (Dolby Digital) audio in transcoded files.
 
|
 
 
 
|-
 
|Use xvid rather than divx<br>(checkbox)
 
| align="center"|Checked
 
|If set, mythdvd will use the (open, free) xvid codes rather than divx whenever possible.
 
|
 
 
 
|-
 
|Let transcode determine frame rate<br>(checkbox)
 
| align="center"|Checked
 
|If set, transcode will determine the frame rate automatically. If not set, 23.976 is assumed.
 
|
 
 
 
|}
 
 
 
 
 
====Images Settings====
 
 
 
<font color="#FFFFFF">
 
=====MythGallery Settings (General)=====
 
<font color="#000000">
 
(Setup->Media Settings->Images Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythGallery Settings (General)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Directory that holds images
 
| align="center"|/var/lib/mythtv/pictures
 
|This directory must exist and MythGallery needs to have read permission.
 
|
 
 
 
|-
 
|Store thumbnails in image directory<br>(checkbox)
 
| align="center"|Checked
 
|If set, thumbnails are stored in '.thumbcache' directories within the above directory. If cleared, they are stored in your home directory.
 
|
 
 
 
|-
 
|Sort order when browsing
 
| align="center"|Name (A-Z alpha)
 
|This is the sort order for the displayed picture thumbnails.
 
|Possible values are:
 
*Name (A-Z alpha)
 
*Reverse Name (Z-A alpha)
 
*Mod Time (earliest first)
 
*Reverse Mod Time (most recent first)
 
 
 
|-
 
|Paths to import images from
 
| align="center"|/media/cdrom:/media/usbdisk
 
|This is a colon separated list of paths. If the path in the list is a directory, its contents will be copied. If it is an executable, it will be run.
 
|
 
 
 
|-
 
|Command to run to display movie files
 
| align="center"|Internal
 
|This command is executed whenever a movie file is selected.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
 
 
=====MythGallery Settings (Slideshow)=====
 
<font color="#000000">
 
(Setup->Media Settings->Images Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythGallery Settings (Slideshow)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Use OpenGL transitions<br>(checkbox)
 
| align="center"|Unchecked
 
|Check this to enable OpenGL based slideshow transitions.
 
|
 
 
 
|-
 
|Slideshow Delay
 
| align="center"|5
 
|This is the number of seconds to display each picture.
 
|
 
 
 
|-
 
|Recurse into directories<br>(checkbox)
 
| align="center"|Unchecked
 
|Check this to let the slideshow recurse into sub-directories.
 
|
 
 
 
|-
 
|Overlay caption
 
| align="center"|0
 
|This is the number of seconds to show a caption on top of a full size picture.
 
|
 
 
 
|-
 
|Type of transition
 
| align="center"|none
 
|This is the type of transition used between pictures in slidshow mode.
 
|Possible values are:
 
*none
 
*chess board
 
*melt down
 
*sweep
 
*noise
 
*growing
 
*incoming edges
 
*horizontal lines
 
*vertical lines
 
*circle out
 
*multicircle out
 
*spiral in
 
*blobs
 
*random
 
 
 
|-
 
|Type of background
 
| align="center"|theme
 
|This is the type of background for each picture in single view mode.
 
|Possible values are:
 
*theme
 
*black
 
*white
 
 
 
|}
 
 
 
 
 
====Archive Files Settings====
 
 
 
<font color="#FFFFFF">
 
=====MythArchive Settings=====
 
<font color="#000000">
 
(Setup->Media Settings->Archive Files Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythArchive Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Myth Archive Temp Directory
 
| align="center"|/var/lib/mytharchive/temp/
 
|Location where MythArchive should create its temporary work files. LOTS of free space required here.
 
|
 
 
 
|-
 
|Myth Archive Share Directory
 
| align="center"|/usr/share/mythtv/mytharchive/
 
|Location where MythArchive stores its scripts, intro movies and theme files.
 
|
 
 
 
|-
 
|Video format
 
| align="center"|NTSC
 
|Video format for DVD recordings, PAL or NTSC.
 
|
 
 
 
|-
 
|File Selector Filter
 
| align="center"|*.mpg *.mov *.avi *.mpeg *.nuv
 
|The file name filter to use in the file selector.
 
|
 
 
 
|-
 
|Location of DVD
 
| align="center"|/dev/dvd
 
|Which DVD drive to use when burning discs.
 
|
 
 
 
|-
 
|DVD Drive Write Speed
 
| align="center"|0
 
|This is the write speed to use when burning a DVD. Set to 0 to allow growisofs to choose the fastest available speed.
 
|
 
 
 
|-
 
|Command to play DVD
 
| align="center"|Internal
 
|Command to run when test playing a created DVD. 'Internal' will use the internal MythTV player. %f will be replaced with the path to the created DVD structure eg. 'xine -pfhq --no-splash dvd:/%f'.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
=====MythArchive Settings (2)=====
 
<font color="#000000">
 
(Setup->Media Settings->Archive Files Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythArchive Settings (2)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Always Encode to AC3<br>(checkbox)
 
| align="center"|Unchecked
 
|If set audio tracks will always be re-encoded to AC3 for better compatibility with DVD players in NTSC countries.
 
|
 
 
 
|-
 
|Copy remote files<br>(checkbox)
 
| align="center"|Unchecked
 
|If set files on remote filesystems will be copied over to the local filesystem before processing. Speeds processing and reduces bandwidth on the network.
 
|
 
 
 
|-
 
|Always Use Mythtranscode<br>(checkbox)
 
| align="center"|Checked
 
|If set mpeg2 files will always be passed through mythtranscode to clean up any errors. May help to fix some audio problems. Ignored if 'Use ProjectX' is set.
 
|
 
 
 
|-
 
|Use ProjectX<br>(checkbox)
 
| align="center"|Unchecked
 
|If set ProjectX will be used to cut commercials and split mpeg2 files instead of mythtranscode and mythreplex.
 
|
 
 
 
|-
 
|Add Subtitles<br>(checkbox)
 
| align="center"|Unchecked
 
|If available this option will add subtitles to the final DVD. Requires 'Use ProjectX' to be on.
 
|
 
 
 
|-
 
|Use FIFOs<br>(checkbox)
 
| align="center"|Checked
 
|The script will use FIFOs to pass the output of mplex into dvdauthor rather than creating intermediate files. Saves time and disk space during multiplex operations but not supported on
 
|
 
 
 
|-
 
|Default Encoder Profile
 
| align="center"|SP
 
|Default encoding profile to use if a file needs re-encoding.
 
|Possible values are:
 
*SP
 
*LP
 
*EP
 
*HQ
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
=====DVD Menu Settings=====
 
<font color="#000000">
 
(Setup->Media Settings->Archive Files Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''DVD Menu Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Main Menu Aspect Ratio
 
| align="center"|16:9
 
|Aspect ratio to use when creating the main menu.
 
|Possible values are:
 
*16:9
 
*4:3
 
 
 
|-
 
|Chapter Menu Aspect Ratio
 
| align="center"|Video
 
|Aspect ratio to use when creating the chapter menu. Video means use the same aspect ratio as the associated video.
 
|Possible values are:
 
*Video
 
*4:3
 
*16:9
 
 
 
|-
 
|Date format
 
| align="center"|Sun Jun 13
 
|Your preferred date format to use on DVD menus. Samples are shown using today's date.
 
|Possible values are:
 
*Sun Jun 13
 
*Sun June 13
 
*Jun 13
 
*06/13
 
*06.13
 
 
 
|-
 
|Time format
 
| align="center"|02:04 PM
 
|Your preferred time format to display on DVD menus. You must choose a format with "AM" or "PM" in it, otherwise your time display will be in 24-hour or "military" time.
 
|Possible values are:
 
*02:04 PM
 
*14:04
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
=====MythArchive External Commands (1)=====
 
<font color="#000000">
 
(Setup->Media Settings->Archive Files Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythArchive External Commands (1)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|ffmpeg Command
 
| align="center"|ffmpeg
 
|Command to run ffmpeg.
 
|
 
 
 
|-
 
|mplex Command
 
| align="center"|mplex
 
|Command to run mplex.
 
|
 
 
 
|-
 
|dvdauthor Command
 
| align="center"|dvdauthor
 
|Command to run dvdauthor.
 
|
 
 
 
|-
 
|spumux Command
 
| align="center"|spumux
 
|Command to run spumux. Part of dvdauthor package.
 
|
 
 
 
|-
 
|mpeg2enc Command
 
| align="center"|mpeg2enc
 
|Command to run mpeg2enc. Part of mjpegtools package.
 
|
 
 
 
|}
 
 
 
<font color="#FFFFFF">
 
=====MythArchive External Commands (2)=====
 
<font color="#000000">
 
(Setup->Media Settings->Archive Files Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythArchive External Commands (2)''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|mkisofs command
 
| align="center"|mkisofs
 
|Command to run mkisofs. (Used to create ISO images)
 
|
 
 
 
|-
 
|growisofs command
 
| align="center"|growisofs
 
|Command to run growisofs. (Used to burn DVD's)
 
|
 
 
 
|-
 
|tcrequant command
 
| align="center"|tcrequant
 
|Command to run tcrequant (Part of transcode package). Optional - leave blank if you don't have the transcode package installed.
 
|
 
 
 
|-
 
|jpeg2yuv command
 
| align="center"|jpeg2yuv
 
|Command to run jpeg2yuv. Part of mjpegtools package.
 
|
 
 
 
|-
 
|projectx command
 
| align="center"|projectx
 
|Command to run ProjectX. Will be used to cut commercials and split mpegs files instead of mythtranscode and mythreplex.
 
|
 
 
 
|}
 
 
 
 
 
===Info Center Settings===
 
(Setup->Info Center Settings)
 
====Weather Settings====
 
 
 
====Movie Time Settings====
 
<font color="#FFFFFF">
 
====MythMovies Settings====
 
<font color="#000000">
 
(Setup->Info Center Settings->Movie Time Settings)
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
| colspan="4" align="center" style="background: #efefef;" | <font size="5"> '''MythMovies Settings''' </font>
 
|-
 
! |Setting
 
! |Default Value
 
! |Settings Page's Description
 
! |Additional Comments
 
 
 
|-
 
|Zip Code
 
| align="center"|00000
 
|Enter your zip code here. MythMovies will use it to find local theaters.
 
|
 
 
 
|-
 
|Radius
 
| align="center"|20
 
|Enter the radius (in miles) to search for theaters. Numbers larger than 50 will be reduced to 50.
 
|
 
 
 
|-
 
|Grabber
 
| align="center"|/usr/bin/ignyte --zip %z --radius %r
 
|This is the path to the data grabber to use. If you are in the United States, the default grabber should be fine. If you are elsewhere, you'll need a different grabber. %z will be replaced by
 
|
 
 
 
|}
 
 
 
 
 
===System Event Handlers===
 
(Setup->System Event Handlers)
 
  
  
{{Navigate|User Manual:Detailed configuration Backend|User Manual:Index|User Manual:Daily Use}}
+
[[Category:Configuring Frontend|1000]]

Latest revision as of 23:04, 13 February 2024


Software-update-available.png This page is up-to-date as of MythTV version 29, the current release is 34.0

Contents

Introduction

Once the software has been installed and the backend is running, you can continue the setup by configuring the frontend. The backend setup need not be complete, all that is necessary is that the backend is running and the database is accessible.

The following sections describe the detailed configuration through the frontend setup screens.

Starting the Frontend

If your frontend has previously been used with another MythTV backend, please remove or rename the ~/.mythtv directory.

Start by launching the frontend, either using the launch icon in the desktop menu or by running mythfrontend. This can be run on the same system as the backend or on another machine that has a network connection to the backend (remote frontend). As long as the backend is running the frontend will find it.

If you see a screen which asks for your Country and Language, then the frontend has failed to find the backend. This could be because your backend is not running, or the backend is on a separate network from the frontend. Also there could be a firewall preventing communication.

If these are correct, you can select your country and language, then proceed to the next screen where you set up database details, after which the frontend will be able to connect to the database and find the backend.

If you see a message that the master backend is not running (but you know it is running), then it is likely that the backend setup has the wrong master backend ip address specified in the General section of setup. If you are using remote frontends, the ip address and master ip address must not be specified as 127.0.0.1, but as the actual external ip address.

Alternatively, if your frontend is not on the same system as the backend, then the mysql database on the backend may not be listening for incoming requests from the network. You will need to change the bind-address. For *buntu 20.04 this is in /etc/mysql/conf.d/mythtv.cnf. Check that you have the lines:

[mysqld]
bind-address=::

Then reboot or restart mysql. If the file is missing then search through the files in the include directories in /etc/mysql/mysql.cnf to find the bind address.

Setup Wizard

Perform basic configuration tasks
(Setup->Setup Wizard)

MythTV Configuration Wizard

(Setup->Setup Wizard)

Use the buttons to submit your hardware profile to MythTV. This provides the developers with statistics on the types of hardware being used, and guides future development towards the most popular platforms.

Audio Configuration

(Setup->Setup Wizard)

This page is an alternative to using Audio to set up the audio device.

Setting Default Value Settings Page's Description Additional Comments
Audio Device ALSA:default Select from one of the audio devices detected on your system. When satisfied, you can test audio before moving on. If you fail to configure audio, video playback may fail as well. There could be a great number of options available, depending on the type of audio devices available.
My Audio subsystem supports Dolby Digital unchecked Select this checkbox if your receiver is capable of playing AC-3 (Dolby Digital). This is only enabled if an Audio device that could support it is selected above.
My Audio subsystem supports DTS unchecked Select this checkbox if your receiver is capable of playing DTS. This is only enabled if an Audio device that could support it is selected above.
My Audio subsystem supports E-AC-3 unchecked Select this checkbox if your receiver is capable of playing E-AC-3 (Dolby Digital Plus). This is only enabled if an Audio device that could support it is selected above.
My Audio subsystem supports TrueHD unchecked Select this checkbox if your receiver is capable of playing TrueHD. This is only enabled if an Audio device that could support it is selected above.
My Audio subsystem supports DTS-HD unchecked Select this checkbox if your receiver is capable of playing DTS-HD. This is only enabled if an Audio device that could support it is selected above.
Number of Speakers Stereo Select the number of speakers you have. Options are Stereo, 5.1 Channel, 7.1 Channel
Test Speakers Pushbutton Test your audio settings by playing noise through each speaker.

Video Configuration

(Setup->Setup Wizard)

This page is an alternative to using Playback Profiles to set up the playback profile.

Setting Default Value Settings Page's Description Additional Comments
Video Playback Profile Normal Select from one of the preconfigured playback profiles. When satisfied, you can test Standard Definition and High Definition playback with the selected profile before moving on. You can further customize the playback profile using Playback Profiles
Test Standard Definition Pushbutton Test your playback settings with Standard Definition content. (480p) This will download a clip and play it.
Test High Definition Pushbutton Test your playback settings with High Definition content (1080p). This will download a clip and play it.

At the end of this, when you click "Finish", your audio settings and playback profile will be saved.

General

Core MythTV behavior and system settings
(Setup->General)

Most settings are contained within a database. The first 2 tables (below) configure where that database is located and how to access it. Hence these settings are stored in a separate configuration file (config.xml) - refer to Config.xml for further details. This selection also appears if MythWelcome or MythFrontend are unable to communicate with the database.

Database Configuration 1/2

(Setup->General)

This page will automatically be set up the first time you start the frontend. See the description above #Starting the Frontend. In the event that this does not work you may have to manually enter the information here.

The information entered here is stored in Config.xml.

Setting Default Value Settings Page's Description Additional Comments
Hostname localhost The hostname or IP address of the machine hosting the database. This information is required. In most cases the system will populate this automatically the first time the backend starts. If you are running a single combined backend and frontend, then leave this at its default value of localhost. If you have multiple frontends connecting to this backend enter the ip address or host name of the database server. If you enter a host name it must be resolved using DNS or the hosts file.
Ping test server? Checked Test basic host connectivity using the ping command. Turn off if your host or network don't support ping (ICMP ECHO) packets Leave this checked in all except unusual circumstances.
Port 3306 The port number the database is running on. Leave blank if using the default port (3306). Leave the default in all except unusual circumstances.
Database mythconverg The name of the database. This information is required. In most cases the system will populate this automatically the first time the backend starts. This is the name of the database the MythTV backend uses to store information. Normally you should not need to change this. However, you may choose to have different databases for different reasons, for example, a test database so you can check out configurations, and then put this back to mythconverg later, or a different database depending on user so each user can set an independent look and feel.
User mythtv The user name to use while connecting to the database. This information is required. In most cases the system will populate this automatically the first time the backend starts. You should not have to change this from its default.
Password mythtv The password to use while connecting to the database. This information is required. In most cases the system will populate this automatically the first time the backend starts. Change this to suit your system.

Database Configuration 2/2

(Setup->General)

The information entered here is stored in Config.xml.

Setting Default Value Settings Page's Description Additional Comments
Use custom identifier for frontend preference Not Checked If this frontend's hostname changes often, check this box and provide a network-unique name to identify it. If unchecked, the frontend machine's local hostname will be used to save preferences in the database. The frontend preferences are stored in the database under this name. If you want those preferences to move to another machine or you change your machine hostname, Check this and enter the old hostname below.
Custom identifier my-unique-identifier-goes-here An identifier to use while saving the settings for this frontend. If you selected the above check box, enter a unique name or your old host name here.
Enable Database Server Wakeup Not Checked If checked, the frontend will use database wakeup parameters to reconnect to the database server (Mythbackend) If checked, the front end will use ACPI to wake the database server if the database server is not running at that time. This way you can save power by not having your database server running all the time. You need to enable ACPI wakeup on the database server for this to work.
The following additional options are only displayed if the previous option is checked.
Reconnect time 0 The time in seconds to wait for the server to wake up. Enter a reasonable value for number of seconds to wait between wake up attempts.
Retry attempts 5 The number of retries to wake the server before the frontend gives up. Number of wake up attempts.
Wake command echo 'WOLsqlServerCommand not set' The command executed on this frontend to wake up the database server (eg. sudo /etc/init.d/mysql restart). You can use this command:

wakeonlan xx:xx:xx:xx:xx:xx
where xx:xx:xx:xx:xx:xx is the MAC address of the database server.

Settings Access

(Setup->General)

Setting Default Value Settings Page's Description Additional Comments
Setup Pin Code blank This PIN is used to control access to the setup menus. If you want to use this feature, then setting the value to all numbers will make your life much easier. Set it to blank to disable. If enabled, you will not be able to return to this screen and reset the Setup PIN without first entering the current PIN. Tell the system what the security PIN is here. Don't forget to write it down somewhere so you don't forget. Or back up your database before you set the PIN so you can restore in case you forget.

General

(Setup->General)

Setting Default Value Settings Page's Description Additional Comments
Use line edit virtual keyboards Checked If enabled, you can use a virtual keyboard in MythTV's line edit boxes. To use, hit SELECT (Enter or Space) while a line edit is in focus. Leave this checked to allow typing of names with a remote control device.
Screen shot path /tmp/ Path to screenshot storage location. Should be writable by the frontend Change this if you want to take screen shots from TV shows and store in a different location.
Remove Prefixes when Sorting Checked If enabled, all sorting will remove the common prefixes (The, A, An) from a string prior to sorting. For example, this would sort the titles "Earth 2", "The Flash", and "Kings" in that order. If disabled, they would sort as "Earth 2", "Kings" and "The Flash".

Media Monitor

(Setup->General)

Setting Default Value Settings Page's Description Additional Comments
Ignore devices Blank If there are any devices that you do not want to be monitored, list them here with commas in-between. The plugins will ignore them. Requires restart. If you have multiple DVD drives you could cause some to be ignored this way.

Shutdown/Reboot Settings

(Setup->General)

Setting Default Value Settings Page's Description Additional Comments
Customize exit menu options Default By default, only remote frontends are shown the shutdown option on the exit menu. Here you can force specific shutdown and reboot options to be displayed. Options are: Default, Show quit, Show quit and shutdown, Show quit, reboot and shutdown, Show shutdown, Show reboot, Show reboot and shutdown
Confirm before suspending/shutting down Checked If enabled (the default) then the user will always be asked to confirm before the system is shutdown, suspended or rebooted.
Halt command Blank Optional. Script to run if you select the shutdown option from the exit menu, if the option is displayed. You must configure an exit key to display the exit menu.
Reboot command Blank Optional. Script to run if you select the reboot option from the exit menu, if the option is displayed. You must configure an exit key to display the exit menu.
Suspend command Blank Optional. Script to run if you select the suspend option from the exit menu, if the option is displayed. It is possible that a system supports suspend without using this setting.
Idle time before entering standby mode (minutes) 90 Number of minutes to wait when the frontend is idle before entering standby mode. Standby mode allows the backend to power down if configured to do so. Any remote or mouse input will cause the countdown to start again and/or exit idle mode. Video playback suspends the countdown. A value of zero prevents the frontend automatically entering standby.

Remote Control

(Setup->General)

Setting Default Value Settings Page's Description Additional Comments
LIRC daemon socket /var/run/lirc/lircd UNIX socket or IP address[:port] to connect in order to communicate with the LIRC Daemon. See LIRC for more information.
Enable Network Remote Control interface Not Checked This enables support for controlling MythFrontend over the network. Using this you can use, for example, the android phone app mythmote as a remote control while watching TV.
Network Remote Control Port 6546 This specifies what port the Network Remote Control interface will listen on for new connections.
UDP notify port 6948 MythTV will listen for connections from the "mythutil" program on this port.
Enable CEC Control Interface Checked This enables controlling mythfrontend from a TV remote or powering the TV on and off from a MythTV remote if you have compatible hardware. A Raspberry PI does have this built-in but an NVIDIA card does not. There are devices that can be connected between the HDMI output of the video card and the TV that can handle CEC commands via an additional USB interface.

Airplay Settings

Note that changes in iOS software have rendered inoperable the hack that MythTV formerly used. Myth can no longer receive connections from iOS devices via AirPlay after iOS 9.

(Setup->General)

Setting Default Value Settings Page's Description Additional Comments
Enable AirPlay Checked AirPlay lets you wirelessly view content on your TV from your iPhone, iPad, iPod Touch, or iTunes on your computer. See AirTunes/AirPlay for details.
AirPlay full screen playback Not Checked During music playback, displays album cover and various media information in full screen mode See AirTunes/AirPlay for details.
Only support AirTunes (no video) Not Checked Only stream audio from your iPhone, iPad, iPod Touch, or iTunes on your computer See AirTunes/AirPlay for details.
Require password Not Checked 0000 Require a password to use AirPlay. Your iPhone, iPad, iPod Touch, or iTunes on your computer will prompt you when required See AirTunes/AirPlay for details.

Appearance

Pick the menu layout, font, size, and locale
(Setup->Appearance)

Theme / Screen Settings

(Setup->Appearance)

Setting Default Value Settings Page's Description Additional Comments
Menu Theme Default You can choose between different menu layouts. Options are Classic, Default, DVR, Media Center Menu Theme and MythAeonNox. You can also create your own customized menu theme. See Menu theme development guide.
Use full range RGB output Checked Enable (recommended) to supply full range RGB output to your display device. Disable to supply limited range RGB output. This setting appies to both the GUI and media playback. Ideally the value of this setting should match a similar setting on your TV or monitor.
Display On Screen Run on the specified screen or spanning all screens. If there is only one screen then that is the default and only choice.
Screen aspect ratio Auto Most modern displays have square pixels and the aspect ratio of the screen can be computed from the resolution (default). The aspect ratio can also be automatically detected from the connected display, although this may be slightly less accurate. If automatic detection fails, the correct aspect ratio can be specified here. Some values (e.g 32:10) are primarily intended for multiscreen setups.
Force Full Screen for GUI and TV playback Auto Use Full Screen for GUI and TV playback independent of the settings for the GUI dimensions. This does not change the values of the GUI dimensions so it is easy to switch from window mode to full screen and back. Available since version 34.
GUI Dimensions

The GUI width/height/X-offset/Y-offset can be modified when this item is selected. The current values are displayed at the right.

GUI width (pixels) 0 The width of the GUI. Do not make the GUI wider than your actual screen resolution. Set to 0 to automatically scale to fullscreen. If you are watching on a TV screen you may see the edges of the GUI display are missing. If it is a modern digital TV there may be a setting in the TV itself to fix this (i.e. eliminate overscan). If the TV setting cannot fix it or if you are using an analog TV you can adjust the size of the GUI here so that you can see all of it. The best way is by trial and error. Start by putting your screen resolution in the width and height. Arrow down to "Next", and press enter until it shows "Finish" and once more. You will see the result of your adjustment. Go into Setup->Appearance again and make further adjustments.
GUI height (pixels) 0 The height of the GUI. Do not make the GUI taller than your actual screen resolution. Set to 0 to automatically scale to fullscreen.
GUI X offset 0 The horizontal offset where the GUI will be displayed. May only work if run in a window.
GUI Y offset 0 The vertical offset where the GUI will be displayed.
Use GUI size for TV playback Checked If enabled, use the above size for TV, otherwise use full screen. If you have set GUI sizes or offsets above, this will shrink the playback picture as well as the GUI.
Hide Mouse Cursor in MythTV Not Checked Toggles mouse cursor visibility for touchscreens. By default MythTV will auto-hide the cursor if the mouse doesn't move for a period, this setting disables the cursor entirely.
Use window border Not Checked Toggles between windowed and borderless operation.
Use fixed window size Checked If disabled, the video playback window can be resized This feature is not present anymore in version 32.
Always On Top Not Checked If enabled, MythTV will always be on top
Smooth Transitions Checked Enable smooth transitions with fade-in and fade-out of menu pages and enable GUI animations. Disabling this can make the GUI respond faster especially on low-powered machines. Since version 34.
Startup Screen Delay 2 The Startup Screen will show the progress of starting the frontend if frontend startup takes longer than this number of seconds. Selecting a value of 0 seconds can have unexpected results on some screens. A value of at least 1 second is recommended.
GUI Text Zoom Percentage 100 Adjust the font size defined by the theme by this percentage. Restart mythfrontend for this to take effect.
AirPlay full screen playback Not Checked During music playback, displays album cover and various media information in full screen mode This is the same setting that can be set using #Airplay Settings above.

Localization

(Setup->Appearance)

Setting Default Value Settings Page's Description Additional Comments
Language English (United States) Select the language for the user interface.

The translation of MythTV for the language of your choice might be incomplete; each string is individually translated and if there is no translation available then the original English string is shown.
In MythTV version 34 and earlier this selection is also used for the audio stream when there are audio streams for different languages available; in later versions there is a separate selection for the default audio stream language.

A list of languages available for the user interface:
  • Български
  • català; valencià
  • čeština
  • Dansk
  • Deutsch
  • Ελληνικά, Σύγχρονα
  • English (Canada)
  • English (United Kingdom)
  • English (United States)
  • Español; Castellano (España)
  • Español; Castellano
  • Eesti
  • suomi
  • Français
  • עברית
  • Hrvatski
  • magyar
  • Íslenska
  • Italiano
  • 日本語
  • Norsk, bokmål
  • Nederlands
  • polski
  • Português (Brasil)
  • Português
  • русский
  • slovenščina
  • Svenska
  • Türkçe
  • 漢語 (中國)
  • 漢語 (Hong Kong, 香港)
Audio Language Setting for Language Select the preferred language for the audio stream.

This is used to select the audio stream when there are audio streams for different languages available. The default value is the language selected for the user interface.

The list of languages is the same as for the user interface.

This selection is available since MythTV version 35.

Guide Language #1 English Your #1 preferred language for Program Guide Data and captions. This is a larger list than above. The applicability depends on how the guide and captions are provided.
Guide Language #2 English Your #2 preferred language for Program Guide Data and captions. This is a larger list than above. The applicability depends on how the guide and captions are provided.
Date format Tue Aug 18 2015 Your preferred date format. Samples are shown using today's date. There is a large range of choices, all displayed by formatting today's date in various ways
Short Date format 8/18 Your preferred short date format. Samples are shown using today's date. There is a large range of choices, all displayed by formatting today's date in various ways
Time format 6:56 AM Your preferred time format. You must choose a format with "AM" or "PM" in it, otherwise your time display will be 24-hour or "military" time. There is a large range of choices, all displayed by formatting current time in various ways

LCD device display

(Setup->Appearance)

Setting Default Value Settings Page's Description Additional Comments
Enable LCD device Not Checked Use an LCD display to view MythTV status information. See LCD for information on setting up LCD devices for MythTV.
Display Time Checked Display current time on idle LCD display. Need to restart mythfrontend to (de)activate it.
Display Menus Checked Display selected menu on LCD display. Need to restart mythfrontend to (de)activate it.
Display Music Artist and Title Checked Display playing artist and song title in MythMusic. Need to restart mythfrontend to (de)activate it.
Items Artist - Title Which items to show when playing music. Available items:
  • Artist - Title
  • Artist [Album] Title
Display Channel Information Checked Display tuned channel information. Need to restart mythfrontend to (de)activate it.
Display Recording Status Not Checked Display current recordings information on LCD display.
Display Volume Information Checked Display volume level information. Need to restart mythfrontend to (de)activate it.
Display Generic Information Checked Display generic information. Need to restart mythfrontend to (de)activate it.
Backlight Always On Checked Turn on backlight permanently. Need to restart mythfrontend to (de)activate it.
Heartbeat Always On Not Checked Turn on the LCD heartbeat.
Display Large Clock Not Checked On multiline displays try and display the time as large as possible.
LCD Key order ABCDEF Enter the 6 Keypad Return Codes for your LCD keypad in the order in which you want the functions up/down/left/right/yes/no to operate. (See lcdproc/server/drivers/hd44780.c/keyMapMatrix[] or the matrix for your display)
Menu Pop-up Time 5 How many seconds the menu will remain visible after navigation.

Video Mode Settings

(Setup->Appearance)
These settings are not present anymore in MythTV version 32.

Setting Default Value Settings Page's Description Additional Comments
Separate video modes for GUI and TV playback Not Checked Switch X Window video modes for TV. Requires "xrandr" support. The following additional options are only displayed if this box is checked.
GUI 640x480 Resolution of screen when not watching a video.
Video Output 640x480 Default screen resolution when watching a video.
Rate Any Default refresh rate when watching a video. Leave at "Any" to automatically use the best available.
Aspect Default Aspect ratio when watching a video. Leave at "Default" to use ratio reported by the monitor. Set to 16:9 or 4:3 to force a specific aspect ratio.
Overrides for Specific Video Sizes

Following are repeated three times for up to 3 overrides.

In X 0 Horizontal resolution of video which needs a special output resolution.
In Y 0 Vertical resolution of video which needs a special output resolution.
Output 640x480 Screen resolution when watching a video at a specific resolution.
Rate Any Refresh rate when watching a video at a specific resolution. Leave at "Any" to automatically use the best available.
Aspect Default Aspect ratio when watching a video at a specific resolution. Leave at "Default" to use ratio reported by the monitor. Set to 16:9 or 4:3 to forca a specific aspect ratio.

Theme Chooser

Choose a local theme or download new ones
(Setup->Theme Chooser)

The look and feel of the MythTV GUI is controlled by the theme that is currently active. This page displays a list of downloadable themes from which to choose. The default theme is Terra and that will be active if you do not select anything here. This is an optional setting, you can ignore it and continue to use the Terra theme. Note that the theme is stored in your local home directory under the ~/.mythtv directory. For some examples of themes see Theme.

If the downloadable themes do not show, or to refresh the list of downloadable themes, press M and select the option to refresh downloadable themes.

Audio

Configure audio playback
(Setup->Audio)

Audio System

(Setup->Audio)

Setting Default Value Settings Page's Description Additional Comments
Audio output device ALSA:default (Displays a description of the device selected from the list, as well as how many channels are supported by it.) Here you can choose between things like digital output to a surround sound system, digital output via HDMI to a TV or analog output to speakers attached you a sound card. You may find some devices listed multiple times. The best way to get the right setting is by trying different selections and using the Test button below. You can also type a value into here if you know the correct syntax.
Rescan (button) Rescan for available audio devices. Current entry will be checked and capability entries populated. If you have added an audio device on the fly, or plugged in an HDMI cable, etc. this can detect the changes.
Digital Audio Capabilities

This only displays if a Digital output device has been selected.

Dolby Digital Not Checked Enable if your amplifier or sound decoder supports AC-3/Dolby Digital. You must use a digital connection. Uncheck if using an analog connection. Check the capabilities of your TV or Surround sound system.
DTS Not Checked Enable if your amplifier or sound decoder supports DTS. You must use a digital connection. Uncheck if using an analog connection< Check the capabilities of your TV or Surround sound system.
E-AC-3 Not Checked Enable if your amplifier or sound decoder supports E-AC-3 (DD+). You must use a HDMI connection. Check the capabilities of your TV or Surround sound system.
TrueHD Not Checked Enable if your amplifier or sound decoder supports Dolby TrueHD. You must use a HDMI connection. Check the capabilities of your TV or Surround sound system.
DTS-HD Not Checked Enable if your amplifier or sound decoder supports DTS-HD. You must use a HDMI connection. Check the capabilities of your TV or Surround sound system.
Speaker configuration Stereo Select the maximum number of audio channels supported by your receiver and speakers. Options are Stereo, 5.1 or 7.1. Only shows the options that are available to the selected device.
Upconvert stereo to 5.1 surround Checked If enabled, MythTV will upconvert stereo to 5.1 audio. You can enable or disable the upconversion during playback at any time. Uncheck this if your surround sound system supports Dolby Pro Logic.
Upmix Quality Best Set the audio surround-upconversion quality. Options are Passive, Hall, Good, Best.
Test (button) Will play a test pattern on all configured speakers This opens the Audio Configuration Testing Page (see below).
Advanced Audio Settings (button) Enable extra audio settings. Under most usage all options should be left alone This opens a page with advanced settings (see below).

Audio Configuration Testing

(Setup->Audio->Test)

Setting Default Value Settings Page's Description Additional Comments
(Channel Buttons) (button) Buttons are displayed according to the number of channels selected. Buttons include Front Left, Center, Front Right, Surround Left, LFE, Surround Right, Rear Left, Rear Right. Click each button to hear a test sound.
Test All (button) Start all channels test Will play a sound through each channel shown, in sequence.
use Highest Quality Mode (button) Use the highest audio quality settings supported by your audio card. This will be a good place to start troubleshooting potential errors Recommend leaving this unchecked. The test sound will be a hiss noise, which will serve to tell you if a signal is getting to your speakers.

Advanced Audio Settings

(Setup->Audio->Advanced Audio Settings)

Setting Default Value Settings Page's Description Additional Comments
Override SRC quality Not Checked Enable to override audio sample rate conversion quality.
Sample rate conversion Good Set the quality of audio sample-rate conversion. "Good" (default) provides the best compromise between CPU usage and quality. "Disabled" lets the audio device handle sample-rate conversion. Options: Disabled, Fastest, Good, Best
Force audio device output to 48kHz Not Checked Force audio sample rate to 48kHz. Some audio devices will report various rates, but they ultimately crash
SPDIF 48kHz rate override Not Checked ALSA only. By default, let ALSA determine the passthrough sampling rate. If checked set the sampling rate to 48kHz for passthrough. (default is not checked)
Separate digital output device Not Checked Use a distinct digital output device from default. (default is not checked)
Digital output device Default Audio output device to use for digital audio. This value is currently only used with ALSA and DirectX sound output. List contains ALSA digital output devices
HBR passthrough support Checked HBR support is required for TrueHD and DTS-HD passthrough. If unchecked, Myth will limit the passthrough bitrate to 6.144Mbit/s. This will disable True-HD passthrough, however will allow DTS-HD content to be sent as DTS-HD Hi-Res. (default is checked)

Audio Mixer

(Setup->Audio)

Setting Default Value Settings Page's Description Additional Comments
Use internal volume controls Checked If enabled, MythTV will control the PCM and master mixer volume. Disable this option if you prefer to control the volume externally (for example, using your amplifier) or if you use an external mixer program. This allows controlling the volume using the MythTV keystrokes, by default [ and ].

Note that digital output volume can only be controlled by the volume control on your TV or sound system, or by setting up a special configuration in your Linux box.

The following options are only displayed if the above option is checked. If you do not see them, turn off the above setting and turn it on again.

Mixer Device ALSA:default Setting the mixer device to "software" lets MythTV control the volume of all audio at the expense of a slight quality loss. Options are ALSA:default and software. Do not use software when using digital output.
Mixer Controls PCM Changing the volume adjusts the selected mixer. Options are PCM and Master.
Master mixer volume 70 Initial volume for the Master mixer. This affects all sound created by the audio device. Note: Do not set this too low.
PCM mixer volume 70 Initial volume for PCM output. Using the volume keys in MythTV will adjust this parameter.

Video

Configure video recording and playback
(Setup->Video)

This section has a number of sub-menus for configuring TV and Video recording and playback.

General

General video and recording preferences
(Setup->Video->General)

General (Basic)

(Setup->Video->General)

Setting Default Value Settings Page's Description Additional Comments
Channel Ordering channel number channel number Possible values are:
  • channel number
  • callsign
Channel Format number callsign Your preferred channel format. Possible values are:
  • number callsign
  • number name
  • callsign
  • name
  • number
Long Channel Format number name Your preferred long channel format. Possible values are:
  • number name
  • callsign
  • name
  • number
  • number callsign
  • number name

General (Auto-Expire)

(Setup->Video->General)

Settings on this page affect the backend and therefore affect all frontends.

For information on storage usage and auto expire, see Setup Storage Directories#Storage Usage and User Manual:Daily Use#Storage Usage.

Setting Default Value Settings Page's Description Additional Comments
Auto-Expire Method Lowest priority first Method used to determine which recorded shows to delete first. Live TV recordings will always expire before normal recordings. Possible values:
  • Lowest Priority First
  • Weighted Time/Priority Combination
  • Oldest Show First
Re-record Watched Not Checked If enabled, programs that have been marked as watched and are Auto-Expired will be re-recorded if they are shown again.
Watched before unwatched Not Checked If enabled, programs that have been marked as watched will be expired before programs that have not been watched.
Live TV max age (days) 1 Auto-Expire will force expiration of Live TV recordings when they are this many days old. Live TV recordings may also be expired early if necessary to free up disk space.
Priority weight 3 The number of days bonus a program gets for each priority point. This is only used when the Weighted time/priority Auto-Expire Method is selected.
Extra disk space (GB) 1 Extra disk space (in gigabytes) beyond what MythTV requires that you want to keep free on the recording file systems. You should set this equal to enough space to record 15 minutes with all tuners running at once. For example set it as 4 GB if you have 2 HD tuners (8 GB per hour times 2 divided by 4).
Time to retain deleted recordings (days) 0 Determines the maximum number of days before undeleting a recording will become impossible. A value of zero means the recording will be permanently deleted between 5 and 20 minutes later. A value of minus one means recordings will be retained until space is required. A deleted recording will always be removed before this time if the space is needed for a new recording.

General (Jobs)

(Setup->Video->General)

Settings on this page affect the backend and therefor affect all front ends.

Setting Default Value Settings Page's Description Additional Comments
Commercial Detection Method All Available Methods This determines the method used by MythTV to detect when commercials start and end. Possible values are:
  • All Available Methods
  • Blank Frame Detection
  • Blank Frame + Scene Change Detection
  • Scene Change Detection
  • Logo Detection
  • Experimental: Blank Frame + Logo Detection
  • Pre & Post Roll: Blank Frame + Scene Change
Enable experimental speedup of commercial detection Not Checked If enabled, experimental commercial detection speedups will be enabled.
Strict Commercial Detection Checked Enable stricter commercial detection code. Disable if some commercials are not being detected.
Deferral days for auto transcode jobs 0 If non-zero, automatic transcode jobs will be scheduled to run this many days after a recording completes instead of immediately afterwards.

General (Advanced)

(Setup->Video->General)

Settings on this page affect the backend and therefor affect all front ends.

Setting Default Value Settings Page's Description Additional Comments
Time to record before start of show (secs) 0 This global setting allows the recorder to start before the scheduled start time. It does not affect the scheduler. It is ignored when two shows have been scheduled without enough time in between.
Time to record past end of show (secs) 0 This global setting allows the recorder to record beyond the scheduled end time. It does not affect the scheduler. It is ignored when two shows have been scheduled without enough time in-between.
Category record over-time
Category of shows to be extended (blank) For a special category (e.g. "Sports event"), request that shows be autoextended. Only works if a show's category can be determined.
Record past end of show (mins) 30 For the specified category, an attempt will be made to extend the recording by the specified time. It is ignored when two shows have been scheduled without enough time in-between. You can alternatively set extra recording time in schedules for particular shows.

General (Channel Groups)

(Setup->Video->General)

Setting Default Value Settings Page's Description Additional Comments
Remember last channel group Not Checked If enabled, the EPG will initially display only the channels from the last channel group selected. Pressing "4" will toggle channel group.
Default channel group All Channels Default channel group to be shown in the EPG. Pressing GUIDE key will toggle channel group. Possible values are:
  • All Channels
  • Favorites
Browse/Change channels from Channel Group Not Checked If enabled, Live TV will browse or change channels from the selected channel group. "All Channels" channel group may be selected to browse all channels.

Program Guide

Guide appearance and behavior
(Setup->Video->Program Guide)

Program Guide 1/2

(Setup->Video->Program Guide)

Setting Default Value Settings Page's Description Additional Comments
Guide starts at channel 3 The program guide starts on this channel if it is run from outside of Live TV mode. Leave blank to enable Live TV automatic start channel.
Record Threshold 16 Pressing SELECT on a show that is at least this many minutes into the future will schedule a recording. Otherwise it will open Live TV on that channel.

Playback

Settings for viewing and playing video content
(Setup->Video->Playback)

General Playback

(Setup->Video->Playback)

Setting Default Value Settings Page's Description Additional Comments
Enable realtime priority threads Checked When running mythfrontend with root privileges, some threads can be given enhanced priority. Disable this if mythfrontend freezes during video playback. Realtime requires special privileges. Without the special privileges, checked or unchecked will make no difference.
Extra audio buffering Checked Enable this setting if MythTV is playing "crackly" audio and you are using hardware encoding. This setting affects digital tuners (QAM/DVB/ATSC) and hardware encoders. It will have no effect on MPEG-4 or RTjpeg video. MythTV will keep extra audio data in its internal buffers to work around this bug.
Jump to Program OSD Checked Set the choice between viewing the current recording group in the OSD, or showing the "Watch Recording" screen when "Jump to Program" is activated. If set, the recordings are shown in the OSD.
Clear bookmark on playback Checked Automatically clear the bookmark on a recording when the recording is played back. If disabled, you can mark the beginning with rewind then save position.
Alternate clear and save bookmark Checked During playback the Select key (Enter or Space) will alternate between "Bookmark Saved" and "Bookmark Cleared". If disabled, the Select key will save the current position for each keypress.
Automatically mark a recording as watched Not Checked If set, when you exit near the end of a recording it will be marked as watched. The automatic detection is not foolproof, so do not enable this setting if you don't want an unwatched recording to be marked for expiration.
Continue Playback When Embedded Not Checked This option continues TV playback when the TV window is embedded in the upcoming program list or recorded list. The default is to pause the recorded show when embedded.
Live TV idle timeout 0 Exit LiveTV automatically if left idle for the specified number of minutes. 0 disables the timeout. This is useful if people walk away and leave the TV running or turn off the TV and leave MythTV running. Eventually it will stop and then can shut down if you have an idle timeout also set.
Vertical scaling 0 Adjust this if the image does not fill your screen vertically. Range -100% to 100%.
Scan displacement (Y) 0 Adjust this to move the image vertically.
Horizontal scaling 0 Adjust this if the image does not fill your screen horizontally. Range -100% to 100%.
Scan displacement (X) 0 Adjust this to move the image horizontally.
Video Aspect Override Off When enabled, these will override the aspect ratio specified by any broadcaster for all video streams Possible values are:
  • Off
  • 4:3
  • 16:9
  • 14:9
  • 2.35:1
Zoom Off When enabled, these will apply a predefined zoom to all video playback in MythTV. Possible values are:
  • Off
  • Half
  • Full
  • H.Stretch
  • V.Stretch
  • H.Fill
  • V.Fill
  • Auto Detect (Default Off)
  • Auto Detect (Default Half)
Letterboxing Color Black By default MythTV uses black letterboxing to match broadcaster letterboxing, but those with plasma screens may prefer gray to minimize burn-in. Currently only works with XVideo video cards. Possible values are:
  • Black
  • Gray
PIP Video Location Top Left Location of PIP Video Window PIP=Picture In Picture

Possible values are:

  • Top Left
  • Bottom Left
  • Top Right
  • Bottom Right
Action on playback exit Just exit If set to prompt, a menu will be displayed when you exit playback mode. The options available will allow you to save your position, delete the recording, or continue watching. Possible values are:
  • Just exit
  • Save position and exit
  • Always prompt (excluding Live TV)
  • Always prompt (including Live TV)
  • Prompt for Live TV only
Prompt at end of recording Not Checked If set, a menu will be displayed allowing you to delete the recording when it has finished playing.

Current Video Playback Profile

(Setup->Video->Playback)

This page allows you to customize how video is rendered. It is recommended to use the best setting available for your hardware. MythTV does not automatically determine compatibility. It will accept what you select and try to use it. If it is not supported you will not see any video played, or it will select a default that is not optimal.

Setting Default Value Settings Page's Description Additional Comments
Current Video Playback Profile Normal (none) Selection of any of the possible profiles, will display a list of the rules associated with that profile. Once one is selected, press right arrow to edit it. See details below.

Possible values are:

  • High Quality
  • Normal
  • Slim
  • VDA High Quality
  • VDA Normal
  • VDA Slim
  • OpenGL High Quality
  • OpenGL Normal
  • OpenGL Slim
  • OpenMAX Normal
  • VAAPI Normal
  • VDPAU High Quality
  • VDPAU Normal
  • VDPAU Slim
  • Any other profiles that you may have added using the Add New button.

VDA methods only apply to Apple Hardware with Mac OS.

VDPAU requires compatible NVIDIA display hardware and drivers. VAAPI and OpenGL require compatible display hardware and drivers.

Add a new Playback Profile (button) Add a new profile to the list.
Edit Current Video Playback Profile

(Setup->Video->Playback->Current Video Playback Profile->(right arrow))

Within a Playback Profile are any number of entries. Based on criteria you supply here, a method for playing video will be selected. You can chooses different methods for different types of video. When starting playback, the system scans the list from top to bottom and selects the first entry that matches the video being played. All criteria specified must match for an entry to be selected. For a sensible setup, place more specific entries first and a generic catch-all last. You can have entries with no conditions that will be always selected. Such an entry should be last because anything after it would not be used.

If no entry matches the video, or the selected methods fail because of lack of support (for example if a hardware acceleration is selected but your system does not have the correct hardware), the system will select a playback method. It may not select the best option, so one should always choose entries that will match.

Setting Default Value Settings Page's Description Additional Comments
Mark for deletion (checkbox) Delete the selected profile from the list. Note that you can delete one of the predefined profiles. The deletion will only apply to that frontend. Other frontends can still see it. If you delete all profiles for a particular category (for example all VDPAU profiles), they will be added back with default values the next time you invoke Setup->Video->Playback. This can be useful if you have made changes and you want to restore the default vales for a Playback Profile.
Add New Entry (button) Create a new rule for the current profile.
if rez >= (cols) (rows) formats framerate -> aaaa & bbbb There could be multiple of these entries, depending on the profile selected. This allows the selected profile to apply different settings to different resolution videos, different video formats and frame rates. Higher resolutions requires more CPU power so you may need to set lower quality options for them.

You can right arrow to edit a profile entry.

Rather than changing one of the default profile, you may want to create a new profile if you want to use different settings, so that the defaults are still available unchanged.

You can delete an entry by pressing D or pressing M (menu) and selecting Delete.

You can re-order entries by selecting M (menu) and moving them up or down. Order is important. When deciding which rule to use, the rules are scanned from top to bottom and the first one that matches the video is used.

Edit Playback Profile Entry

(Setup->Video->Playback->Current Video Playback Profile->entry)

Setting Default Value Settings Page's Description Additional Comments
Match criteria Optional setting to restrict this profile to a selected picture size range. If both match criteria are used then both must be satisfied for the entry to be selected. Here you set up the video resolution that will drive one method of playback. You can select a boolean condition (<,<=,==,>=,>) and give a screen width and height. There are two conditions available. Typically you may specify, for example, > 640x480 in the first line and <= 1280x720 in the second line to create a condition to match 720p content.

If the condition is ">" then it will be considered matched if either height or width exceeds the given values. For all other conditions, both height and width must satisfy the condition for a match.

Video Formats Optional setting to restrict this profile to a video format or formats. You can also type in a format or several formats separated by space. To find the format for a video use ffprobe and look at the word after "Video:". Also you can get a complete list of available formats with ffmpeg -codecs. If anything is selected or filled in here, this entry will only be used if the video format matches one of the selected values.
Frame Rate Range Optional setting to restrict this profile to a range of frame rates. Valid formats for the setting are [nn.nnn - nn.nnn], [> nn.nnn], [>= nn.nnn], [< nn.nnn], [<= nn.nnn]. Also [nn.nnn] for an exact match. If anything is selected or filled in here, this entry will only be used if the video frame rate is in the selected range.
Decoder Standard Processing method used to decode video.

(explanation of selected entry)

Each entry has a corresponding explanation. Possible values with their explanations are:
  • Standard - Standard will use ffmpeg library.
  • NVidia VDPAU acceleration - VDPAU will attempt to use the graphics hardware to accelerate video decoding and playback.
  • Mac hardware acceleration - Mac hardware will try to use the graphics processor - this may hang or crash your Mac!
  • VAAPI acceleration - VAAPI will attempt to use the graphics hardware to accelerate video decoding. REQUIRES OPENGL PAINTER.
  • Windows hardware acceleration - DXVA2 will use the graphics hardware to accelerate video decoding and playback (requires Windows Vista or later).
  • Mac VDA hardware acceleration - VDA will attempt to use the graphics hardware to accelerate video decoding. (H264 only, requires Mac OS 10.6.3)
  • crystalhd

Standard will always work but will use high amounts of CPU. The others require special hardware or software but will give better results, especially on low powered equipment.

Max CPUs 1 Maximum number of CPU cores used for video decoding and filtering. When using "Standard" decoder, increasing this to match the number of CPU cores in your system will improve playback if you have an underpowered CPU.
Deblocking filter Checked When unchecked the deblocking loopfilter will be disabled

Disabling will significantly reduce the load on the CPU when watching HD H.264 but may significantly reduce video quality.

Video Renderer vdpau (explanation of selected entry) Each entry has a corresponding explanation. Possible values with their explanations are:
  • vdpau - This is the only video renderer for NVidia VDPAU decoding.
  • openglvaapi - This video renderer uses VAAPI for video decoding and OpenGL for scaling and color conversion.
  • xlib - Use X11 pixel copy to render video. This is not recommended if any other option is available. The video will not be scaled to fit the screen. This will work with all X11 servers, local and remote.
  • xshm - Use X11 shared memory pixel transfer to render video. This is only recommended over the X11 pixel copy renderer. The video will not be scaled to fit the screen. This works with most local X11 servers.
  • xv-blit - This is the standard video renderer for X11 systems. It uses XVideo hardware assist for scaling, color conversion. If the hardware offers picture controls the renderer supports them.
  • opengl - This video renderer uses OpenGL for scaling and color conversion with full picture controls. The GPU can be used for deinterlacing. This requires a faster GPU than XVideo.
  • opengl-lite - This video renderer uses OpenGL for scaling and color conversion. It uses faster OpenGL functionality when available but at the expense of picture controls and GPU based deinterlacing.

xv-blit will work in most cases but will use high amounts of CPU. The others require special hardware or software but will give better results, especially on low powered equipment.

OSD Renderer (Depends on selected Video Renderer) (explanation of selected entry) This selects how the On-Screen Display messages are displayed over the video picture. Each entry has a corresponding explanation. In almost every case the setting is dictated by the selected Video renderer, giving no choice here.
OSD fade Checked When unchecked the OSD will not fade away but instead will disappear abruptly.

Uncheck this if the video stutters while the OSD is fading away.

If the On Screen Display messages are causing problems try unchecking this. Unchecking this may reduce CPU usage in same cases.
Primary deinterlacer None Main deinterlacing method. (explanation of selected entry) The Deinterlacing options depend on the video renderer selected on the prior screen.

See Deinterlacing for information on the deinterlacers.

Options common to all renderers:

  • None - Perform no deinterlacing. Use this with an interlaced display whose resolution exactly matches the video size. This is incompatible with MythTV zoom modes.

VDPAU Options:

  • One Field (1x, HW) - Shows only one of the two fields in the frame. This looks good when displaying a high motion 1080i video on a 720p display.
  • Bob (2x, HW) - Shows one field of the frame followed by the other field displaced vertically. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
  • Temporal (1x, HW) - This deinterlacer uses several fields to reduce motion blur. (Hardware Accelerated)
  • Advanced (1x, HW) - This deinterlacer uses multiple fields to reduce motion blur and smooth edges. (Hardware Accelerated)
  • Temporal (2x, HW) - This deinterlacer uses several fields to reduce motion blur. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
  • Advanced (2x, HW) - This deinterlacer uses multiple fields to reduce motion blur and smooth edges. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)

xlib, xshm, xv-blit, opengl, opengl-lite Options:

  • One field - Shows only one of the two fields in the frame. This looks good when displaying a high motion 1080i video on a 720p display.
  • Linear blend - Blends the odd and even fields linearly into one frame.
  • Kernel - This filter disables deinterlacing when the two fields are similar, and performs linear deinterlacing otherwise.
  • Kernel (2x) - This filter disables deinterlacing when the two fields are similar, and performs linear deinterlacing otherwise. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
  • Greedy HighMotion - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements.
  • Greedy HighMotion (2x) - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
  • Yadif - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements.
  • Yadif (2x) - This deinterlacer uses several fields to reduce motion blur. It has increased CPU requirements. This deinterlacer requires the display to be capable of twice the frame rate as the source video.
  • Interlaced (2x) - This deinterlacer attempts to synchronize with interlaced displays whose size and refresh rate exactly match the video source. It has low CPU requirements. This deinterlacer requires the display to be capable of twice the frame rate as the source video.

openglvaapi Options

  • One Field (1x, HW) - Shows only one of the two fields in the frame. This looks good when displaying a high motion 1080i video on a 720p display.
  • Bob (2x, HW) - Shows one field of the frame followed by the other field displaced vertically. This deinterlacer requires the display to be capable of twice the frame rate as the source video. (Hardware Accelerated)
Fallback deinterlacer None Fallback deinterlacing method. (explanation of selected entry) The Fallback deinterlacer is used if you selected one of the (2x) deinterlacers above and it turns out that your display is not capable of refresh at twice the frame rate. The available options are as listed above under Primary deinterlacer, with the exception of the 2X methods that are not available here.
Custom filters Blank Example custom filter list: 'ivtc,denoise3d' For details on Playback Filters see Using playback filters. VDPAU specific filters are described in Vdpau#Filters.

View Recordings

(Setup->Video->Playback)

This page determines how your list of recordings is displayed

Setting Default Value Settings Page's Description Additional Comments
Episode sort orderings Sort all sub-titles/multi-titles Descending Selects how to sort show episodes. Sub-titles refers to the episodes listed under a specific show title. Multi-title refers to sections (e.g. "All Programs") which list multiple titles. Sections in parentheses are not affected.s to sections (e.g. "All Programs") which list multiple titles. Possible values are:
  • Sort all sub-titles/multi-titles Descending
  • Sort sub-titles Descending, multi-titles Ascending
  • Sort sub-titles Ascending, multi-titles Descending
  • Sort all sub-titles/multi-titles Ascending
Sort Episodes Record date Selects how to sort a shows episodes. Available Options:
  • Record date
  • Season/Episode
  • Original Air date
  • Program ID
Start in group list Checked If enables, the focus will start on the group list, otherwise the focus will default to the recordings.

Recording Groups

(Setup->Video->Playback)

Setting Default Value Settings Page's Description Additional Comments
Default group filter to apply All Programs Default group filter to apply on the View Recordings screen. Possible values are:
  • All Programs
  • Default
  • Any other recording groups you may have set up
Always prompt for initial group filter Not Checked If enabled, always prompt the user for the initial filter to apply when entering the Watch Recordings screen.
Save current group filter when changed Checked If enabled, remember the last selected filter instead of displaying the default filter whenever you enter the playback screen.

View Recordings

(Setup->Video->Playback)

Setting Default Value Settings Page's Description Additional Comments
Sort Titles Alphabetically Sets the Title sorting order when the view is set to Titles only. Possible values are:
  • Alphabetically
  • By Recording Priority
Include the "Watch List" group Checked The "Watch List" is an abbreviated list of recordings sorted to highlight series and shows that need attention in order to keep up to date. The following menu items are only displayed when this box is checked.
Start from the Watch List view Not Checked If enabled, the "Watch List" will be the initial view each time you enter the Watch Recordings screen.
Exclude recordings not set for Auto-Expire Not Checked Set this if you turn off auto-expire only for recordings that you've seen and intend to keep. This option will exclude these recordings from the "Watch List".
Maximum days counted in the score 60 The "Watch List" scores are based on 1 point equals one day since recording. This option limits the maximum score due to age and affect other weighting factors.
Days to exclude weekly episodes after delete 2 When an episode is deleted or marked as watched, other episodes of the series are excluded from the "Watch List" for this interval of time. Daily shows also have a smaller interval based exclude time.

Seeking

(Setup->Video->Playback)

Setting Default Value Settings Page's Description Additional Comments
Smart Fast Forwarding Not Checked If enabled, then immediately after rewinding, only skip forward the same amount as skipping backwards.
Fast forward/rewind reposition amount 100 When exiting sticky keys fast forward/rewind mode, reposition this many 1/100th seconds before resuming normal playback. This compensates for the reaction time between seeing where to resume playback and actually exiting seeking.
Reverse direction in fast forward/rewind Checked If enabled, pressing the sticky rewind key in fast forward mode switches to rewind mode, and vice versa. If disabled, it will decrease the current speed or switch to play mode if the speed can't be decreased further.

Commercial Skip

(Setup->Video->Playback)

Setting Default Value Settings Page's Description Additional Comments
Automatically Skip Commercials Off Automatically skip commercial breaks that have been flagged during automatic commercial detection or by the mythcommflag program, or just notify that a commercial has been detected. Possible values:
  • Off
  • Notify,but do not skip
  • Automatically skip
Commercial skip automatic rewind amount (secs) 0 MythTV will automatically rewind this many seconds after performing a commercial skip.
Commercial skip notify amount (secs) 0 MythTV will act like a commercial begins this many seconds early. This can be useful when commercial notification is used in place of automatic skipping.
Maximum commercial skip (secs) 3600 MythTV will discourage long manual commercial skips. Skips which are longer than this will require the user to hit the SKIP key twice. Automatic commercial skipping is not affected by this limit.
Merge short commercial breaks (secs) 0 Treat consecutive commercial breaks shorter than this as one break when skipping forward. Useful if you have to skip a few times during breaks. Applies to automatic skipping as well. Set to 0 to disable.

Playback OSD

Settings for the On Screen Display
(Setup->Video->Playback OSD)

On-screen Display
(Setup->Video->Playback OSD)

Setting Default Value Settings Page's Description Additional Comments
Enable interactive TV Not Checked If enabled, interactive TV applications (MHEG) will be activated. This is used for teletext and logos for radio and channels that are currently off-air.
Enable network access for interactive TV Not Checked If enabled, interactive TV applications (MHEG) will be able to access interactive content over the Internet. This is used for BBC iPlayer.
Always use browse mode in Live TV Checked If enabled, browse mode will automatically be activated whenever you use channel up/down while watching Live TV.
Browse all channels Not Checked If enabled, browse mode will show channels on all available recording devices, instead of showing channels on just the current recorder.
Always display closed captioning or subtitles Not Checked If enabled, captions will be displayed when playing back recordings or watching Live TV. Closed Captioning can be turned on or off by pressing "T" during playback.
Subtitle Codec UTF-8 Lists all text encodings available on the current system. Select the character encoding used in external subtitles (.srt files).

Playback Groups

Adjust settings for different playback styles
(Setup->Video->Playback Groups)

You can create playback groups and set a playback group on recording rules or existing recorded programs. This way you can have different settings for playback of different programs. Changes you make here are global across all front ends.

There is always a Default group that is used if no other group is specified.

  • Select the appropriate playback group (usually Default) to see the following menu.
  • Select the (Create new group) to generate a new group.
  • Press "D" when over an existing group to bring up the "Delete Menu".

(group name) Group
(Setup->Video->Playback Groups)

Setting Default Value Settings Page's Description Additional Comments
Title match (regex) (blank) Automatically set new recording rules to use this group if the title matches this regular expression. For example, "(News¦CNN)" would match any title in which "News" or "CNN" appears.
Skip ahead (seconds) 30 How many seconds to skip forward on a fast forward. Press the "Right" key to cause this action.
Skip back (seconds) 5 How many seconds to skip backward on a rewind. Press the "Left" key to cause this action.
Jump amount (in minutes) (default) How many minutes to jump forward or backward when the jump keys are pressed. The "default" value is usually 10 minutes. Press "Down" to jump forward, and "Up" to jump backward.
Time stretch (speed x 100) 100 Initial playback speed with adjusted audio. Use 100 for normal speed, 50 for half speed and 200 for double speed.

Channel Groups

Group your favorite channels together
(Setup->Video->Channel Groups)

To create a special grouping of channels, select "(Create new group)", name the new group and continue. The initial page for this group may be blank, so exit back to the "TV Settings" menu, then re-enter the Channel Groups menu. Enter into your new group, and select the channels that you want to use.

Press "D" when over an existing group to bring up the "Delete Menu".

There is by default a Favorites group.

If you select a group for editing you will see a list of your channels with check boxes next to each channel. Select the channels you want included in that group.

Recording Priorities

Global recording priority and scheduling
(Setup->Video->Recording Priorities)

This is an optional, advanced feature. There are several screens of settings here that can be used to change recording priorities globally across the system. Recording priorities are only relevant if you are set to record a show, and that episode is showing more than one time or on more than one channel withing the range of days for which you have listings. The system will try to record the instance of an episode that has the highest priority. If a showing of an episode is on the schedule for tonight and again next week, and the next week showing is a higher priority it will record the next week showing. The selection of which showing to record also takes into account the number of tuners you have and whether other shows that are scheduled will be using the tuners. If they are it will choose the show with the highest priority to record first.

Set Recording Priorities

Settings to prioritize some shows over others
(Setup->Video->Recording Priorities->Set Recording Priorities)

Scheduler Options

(Setup->Video->Recording Priorities->Set Recording Priorities)

Setting Default Value Settings Page's Description Additional Comments
Avoid back to back recordings Never Selects the situations where the scheduler will avoid assigning shows to the same card if their end time and start time match. This will be allowed when necessary in order to resolve conflicts. Available Options:
  • Never
  • Different Channels
  • Always
Preferred Input Priority 2 Additional priority when a showing matches the preferred input selected in the 'Scheduling Options' section of the recording rule.
HDTV Recording Priority 0 Additional priority when a showing is marked as an HDTV broadcast in the TV listings.
Widescreen Recording Priority 0 Additional priority when a showing is marked as widescreen in the TV listings.

Accessibility Options

(Setup->Video->Recording Priorities->Set Recording Priorities)

Setting Default Value Settings Page's Description Additional Comments
Sign Language Recording Priority 0 Additional priority when a showing is marked as having in-vision sign language.
In-vision Subtitles Recording Priority 0 Additional priority when a showing is marked as having in-vision subtitles.
Subtitles/CC Recording Priority 0 Additional priority when a showing is marked as having subtitles or closed captioning (CC) available.
Hard of Hearing Priority 0 Additional priority when a showing is marked as having support for viewers with impaired hearing.
Audio Described Priority 0 Additional priority when a showing is marked as being Audio Described.

Set Channel Recording Priorities

Prioritize some channels over others
(Setup->Video->Recording Priorities->Set Channel Recording Priorities)

This displays a list of all channels on all sources. By default all channels have a priority of 0. To prefer some channels over others in case the same show is on two or more channels, increase their priority.

To change the priority of a channel, scroll down to the channel using up/down arrows, then change the priority using left/right arrows.

Channel priorities can also be changed from a browser using MythWeb.

Custom Priority

Prioritize some recordings over others
(Setup->Video->Recording Priorities->Custom Priority)

Here you can use SQL statements to change the priority based on attributes of the program, channel, hardware, etc. This is an advanced use and requires an understanding of SQL and the MythTV database. There are examples that you can select, but these are examples only, you will need to modify them to make them useful.

The mechanism of setting up a rule is as follows

  1. Give the rule a name.
  2. Specify it's Priority Change.
  3. Add one or more clauses to actually specify the rule. The clauses must follow SQL rules and be separated by AND or OR, and can use parentheses.
  4. Use the test button to check the SQL syntax.
  5. Install the rule.
  6. Go to "Upcoming Recordings" to see if your rule is doing what you expect.

Media Settings

Configure music, video, and other media plugins
(Setup->Media Settings)

Music Settings

Configure playback and CD ripping
(Setup->Media Settings->Music Settings)

This is only visible if the mythmusic plugin is installed.

Music Tools

Select, import, or play music
(Setup->Media Settings->Music Tools)

This is only visible if the mythmusic plugin is installed.

Videos Settings

Configure playback and metadata
(Setup->Media Settings->Videos Settings)

General Settings

File Paths and general options
(Setup->Media Settings->Videos Settings->General Settings)

General Settings (1/4)

(Setup->Media Settings->Videos Settings->General Settings)

Videos can be played from the videos storage group on the backend or from local storage on the frontend. If you are storing videos on the backend you need not fill this in, you can leave the defaults.

Setting Default Value Settings Page's Description Additional Comments
Directories that hold videos (blank) This directory must exist, and the user running the frontend needs to have read/write permission to the directory. You can specify multiple directories separated by colons (:). The directory does not need to exist.
Directory that holds movie trailers /home/(your id)/.mythtv/Video/Trailers This directory must exist, and the user running the fontend needs to have read/write permission to the directory. The directory does not need to exist if you are using videos served from the backend.
Directory that holds movie posters /home/(your id)/.mythtv/Video/CoverArt This directory must exist, and the user running the fontend needs to have read/write permission to this directory. The directory does not need to exist if you are using videos served from the backend.
Directory that holds movie screenshots /home/(your id)/.mythtv/Video/Screenshots This directory must exist, and the user running the fontend needs to have read/write permission to this directory. The directory does not need to exist if you are using videos served from the backend.
Directory that holds movie/TV Banners /home/(your id)/.mythtv/Video/Banners This directory must exist, and the user running the fontend needs to have read/write permission to this directory. The directory does not need to exist if you are using videos served from the backend.
Directory that holds movie fanart /home/(your id)/.mythtv/Video/Fanart This directory must exist, and the user running the fontend needs to have read/write permission to this directory. The directory does not need to exist if you are using videos served from the backend.
General Settings (2/4)

(Setup->Media Settings->Videos Settings->General Settings)

Setting Default Value Settings Page's Description Additional Comments
On DVD insertion Display MythDVD menu Media Monitoring should be turned on to allow this feature (Setup -> General -> CD/DVD Monitor). This will be on by default unless you add the device to the list in Setup->General->Media Monitor

Options are:

  • Display MythDVD menu
  • Do nothing
  • Play DVD
Video Tree remembers last selected position Not Checked If set, the current position in the Video Tree is persistent.
General Settings (3/4)

(Setup->Media Settings->Videos Settings->General Settings)

Setting Default Value Settings Page's Description Additional Comments
Parental Control Settings
Starting Parental Level 4 - Highest This is the 'level' that MythVideo starts at. Any videos with a level at or below this will be shown in the list or while browsing by default. The Parental PIN should be set to limit changing of these control values. Possible values are:
  • 1 - Lowest
  • 2
  • 3
  • 4 - Highest
Parental Level 4 PIN (blank) This PIN is used to enter Parental Control Level 4 as well as the Video Manager. Setting this value to all numbers will make your life much easier.
Parental Level 3 PIN (blank) This PIN is used to enter Parental Control Level 3. Setting this value to all numbers will make your life much easier.
Parental Level 2 PIN (blank) This PIN is used to enter Parental Control Level 2. Setting this value to all numbers will make your life much easier.
Aggressive Parental Control Not Checked If set, you will not be able to return to this screen and reset the Parental PIN without first entering the current PIN. You have been warned.
General Settings (3/4)

(Setup->Media Settings->Videos Settings->General Settings)

Setting Default Value Settings Page's Description Additional Comments
Enable automatic Parental Level from rating Not Checked If enabled, searches will automatically set the Parental Level to the one matching the rating below. The following menu items only appear if this box is checked.
Level 1 G Ratings containing these strings (separated by :) will be assigned to Parental Level 1.
Level 2 PG Ratings containing these strings (separated by :) will be assigned to Parental Level 2.
Level 3 PG-13 Ratings containing these strings (separated by :) will be assigned to Parental Level 3.
Level 4 R:NC-17 Ratings containing these strings (separated by :) will be assigned to Parental Level 4.

Player Settings

Player Applications and Optical Drives
(Setup->Media Settings->Videos Settings->Player Settings)

Setting Default Value Settings Page's Description Additional Comments
Default Player Internal This is the command that is used for any file whose extension is not specifically defined. You may also enter the name of one of the playback plugins such as 'Internal'. Possible values:
  • mplayer -fs -zoom -quiet -vo xv %s
DVD Player Internal This can be any command to launch a DVD player. Internal is the default. For other players, %d will be substituted for the DVD device (e.g. /dev/dvd).
DVD Drive default This device must exist, and the user playing the DVD needs to have read permission on the device. 'default' will let the MediaMonitor choose a device.
Blu-ray Mount /media/cdrom This path is the location your operating system mounts Blu-ray discs.
Blu-ray Region No Region Some Blu-ray discs require that a player region be explicitly set. Only change the value from 'No Region' if you encounter a disc which fails to play citing a region mismatch. Available values:
  • No Region
  • Region A: The Americas, Southeast Asia, Japan
  • Region B: Europe, Middle East, Africa, Oceania
  • Region C: Eastern Europe, Central and South Asia
Enable Alternate Player Not Checked The following item only appears if this box is checked.
Alternate Player Internal If for some reason the default player doesn't play a video, you can play it in an alternate player by selecting 'Play in Alternate Player'.

Metadata Settings

Grabber Setup and display preferences
(Setup->Media Settings->Videos Settings->Metadata Settings)

Setting Default Value Settings Page's Description Additional Comments
Perform metadata update after video scan Checked If set, every time a scan for new videos is performed, a mass metadata update of the collection will also occur.
Display unknown file types Not Checked If set, all files below the MythVideo directory will be displayed unless their extension is explicitly set to be ignored.
Enable metadata in file browse mode Checked If set along with Browse Files, this will cause the Video List to load any known video metadata from the database. Turning this off can greatly speed up how long it takes to load the Video List tree.
Enable Random Trailer Playback Not Checked If set, this will enable a button called "Watch With Trailers" which will play a user-specified number of trailers before the movie.
(Unlabeled) Number of Trailers 0 Number of trailers to play before a film. Only displays if above checkbox is checked.

File Types

Associate new file extensions
(Setup->Media Settings->Videos Settings->File Types)

Setting Default Value Settings Page's Description Additional Comments
Extension Select a file extension from this list to modify or delete its settings. Currently known extensions are:

3gp, asf, avi, divx, evo, f4v, flv, img, iso, log, m2ts, m4v, mkv, mov, mp4, mpeg, mpg, mxf, nut, nuv, ogg, ogm, ogv, qt, rm, swf, ts, txt, vob, wmv,

Command Internal The command to use when playing this kind of file. To use MythTV's Internal player, use "Internal" as the player. For all other players, you can use %s to substitute the filename.
Use default player (Checked for some) When checked, this will cause the global player settings to override this one.
Ignore (Checked for some) When checked, this will cause the file extension to be ignored in scans of your library.
New (button) Create a new file extension. Create settings for a file extension not yet in the list.
Delete (button) Delete this file extension. Delete settings for a file extension in the list.
Done (button) Save and exit this screen.


Images Settings

Configure display of image gallery
(Setup->Media Settings->Images Settings)

This is only visible if the mythgallery plugin is installed.

Game Settings

Configure playback of games
(Setup->Media Settings->Game Settings)

This is only visible if the mythgame plugin is installed.

Archive Files Settings

Configure how to archive video to DVD
(Setup->Media Settings->Archive Files Settings)

This is only visible if the mytharchive plugin is installed.

MythStream Settings


(Setup->Media Settings->MythStream Settings)

This is only visible if the mythstream plugin is installed.

System Event Handlers

Configure System Event handler commands
(Setup->System Event Handlers)

This is the same setup page that is available in the MythTV backend setup. For a description see MythTV System Events.

Edit Keys

Change MythTV key bindings
(Setup->Edit Keys)

Here you can dynamically change the key combinations used for controlling the frontend. Changes made here apply to this frontend only and are effective immediately. If you have a remote control that emulates a keyboard and some buttons do not work correctly you can reassign them here. See Keybindings for a list of keys and their default assignments.

Artwork and Data Sources

Configure sources of artwork and metadata
(Setup->Artwork and Data Sources)

Most of the values are are already set and cannot be changed. Only 1 check box is available for changing.

Setting Default Value Settings Page's Description Additional Comments
Movie Metadata Source TheMovieDB.org V3 Movie Select a source to use when searching for information and artwork about movies. There are no other selections available. You cannot change the value.
Television Metadata Source TheTVDB.com Select a source to use when searching for information and artwork about television. TheTVDB.com is changing to a new API and a subscription model in March 2021. It will no longer function in MythTV. Select either "TheMovieDB.org V3 Movie" or "TVmaze.com". You can decide which suits you better by trying those sites to see which has better information on the shows you watch.
Game Metadata Source (blank) Select a source to use when searching for information and artwork about video games. There are no selections available. You cannot set a value.
Perform daily updates of recording artwork Not Checked If set, the backend will attempt to perform artwork updates for recordings daily. When new seasons begin to record, this will attempt to provide you with fresh, relevant artwork while preserving the artwork assigned to old recordings.

Screen Setup Wizards

Compensate for TVs with overscan
(Setup->Screen Setup Wizards)

This provides a dynamic and visible way of moving and sizing the screen layout so that it is all visible. This should only be necessary for analog televisions. Digital televisions typically have a setting in the TV set to eliminate overscan if required.

This page provides a visible method for adjusting the GUI size and offset. These can also be set in #Theme / Screen Settings under Setup->Appearance.

This wizard does not work well, and I recommend that you use #Theme / Screen Settings.