[mythtv-users] MythTV Raspberry Pi 2+ MythFrontend Setup Tutorial Updated

airdrummer air_drummer at verizon.net
Tue Mar 15 13:51:09 UTC 2016


my current status:
version 	gui/osd 	video	audio
v0.27.6-69-g41a2a8d	too large	scaled/placed correctly, but some stutter 	dropouts
v0.27.6-67-g070378a	just right	scaled to bring u/l onscreen, but l/r displaced 
up&left	dropouts
-------------- next part --------------
pi at rpi-mythtv:~ $ cat /boot/config.txt 
# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=145
overscan_right=145
overscan_top=60
overscan_bottom=60

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=1080

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=1
hdmi_mode=16

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
arm_freq=1000

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#
gpu_mem=256
#
arm_freq=1000
core_freq=500
gpu_freq=300
sdram_freq=500
over_voltage=2
decode_MPG2=0xxxxxxxxx
-------------- next part --------------

MariaDB [mythconverg]> select * from settings where hostname='rpi-mythtv' order by value;
+-----------------------------------+-----------------------------------------------+------------+
| value                             | data                                          | hostname   |
+-----------------------------------+-----------------------------------------------+------------+
| AC3PassThru                       | 0                                             | rpi-mythtv |
| AdjustFill                        | 0                                             | rpi-mythtv |
| AirPlayAudioOnly                  | 0                                             | rpi-mythtv |
| AirPlayEnabled                    | 0                                             | rpi-mythtv |
| AirPlayFullScreen                 | 0                                             | rpi-mythtv |
| AirPlayId                         | 462B583B6868                                  | rpi-mythtv |
| AirPlayPassword                   | 0000                                          | rpi-mythtv |
| AirPlayPasswordEnabled            | 0                                             | rpi-mythtv |
| AltClearSavedPosition             | 1                                             | rpi-mythtv |
| AlwaysOnTop                       | 0                                             | rpi-mythtv |
| AspectOverride                    | 0                                             | rpi-mythtv |
| Audio48kOverride                  | 0                                             | rpi-mythtv |
| AudioDefaultUpmix                 | 1                                             | rpi-mythtv |
| AudioOutputDevice                 | ALSA:sysdefault:CARD=ALSA                     | rpi-mythtv |
| AudioUpmixType                    | 2                                             | rpi-mythtv |
| AutoCommercialSkip                | 2                                             | rpi-mythtv |
| AutomaticSetWatched               | 0                                             | rpi-mythtv |
| BrowseAllTuners                   | 1                                             | rpi-mythtv |
| BrowseChannelGroup                | 0                                             | rpi-mythtv |
| ChannelFormat                     | <num> <sign>                                  | rpi-mythtv |
| ChannelGroupDefault               | 1                                             | rpi-mythtv |
| ChannelGroupRememberLast          | 1                                             | rpi-mythtv |
| ChannelOrdering                   | channum                                       | rpi-mythtv |
| ClearSavedPosition                | 1                                             | rpi-mythtv |
| CommRewindAmount                  | 1                                             | rpi-mythtv |
| ContinueEmbeddedTVPlay            | 0                                             | rpi-mythtv |
| DateFormat                        | ddd d MMM                                     | rpi-mythtv |
| DecodeExtraAudio                  | 1                                             | rpi-mythtv |
| DefaultCCMode                     | 0                                             | rpi-mythtv |
| DefaultChanid                     | 1631                                          | rpi-mythtv |
| DefaultTVChannel                  |                                               | rpi-mythtv |
| DefaultVideoPlaybackProfile       | OpenMAX Normal                                | rpi-mythtv |
| DisplayGroupTitleSort             | 0                                             | rpi-mythtv |
| DisplayRecGroup                   | All Programs                                  | rpi-mythtv |
| DTSHDPassThru                     | 0                                             | rpi-mythtv |
| DTSPassThru                       | 0                                             | rpi-mythtv |
| DVDOnInsertDVD                    | 1                                             | rpi-mythtv |
| EAC3PassThru                      | 0                                             | rpi-mythtv |
| EnableMHEG                        | 0                                             | rpi-mythtv |
| EnableMHEGic                      | 0                                             | rpi-mythtv |
| EndOfRecordingExitPrompt          | 1                                             | rpi-mythtv |
| EPGSortReverse                    | 0                                             | rpi-mythtv |
| FFRewReposTime                    | 100                                           | rpi-mythtv |
| FFRewReverse                      | 1                                             | rpi-mythtv |
| FrontendIdleTimeout               | 90                                            | rpi-mythtv |
| GalleryAutoLoad                   | 0                                             | rpi-mythtv |
| GalleryDir                        | /var/lib/pictures                             | rpi-mythtv |
| GalleryFilterType                 | 0                                             | rpi-mythtv |
| GalleryImportDirs                 | /mnt/cdrom:/mnt/camera                        | rpi-mythtv |
| GallerySortOrder                  | 3                                             | rpi-mythtv |
| GalleryThumbnailLocation          | 1                                             | rpi-mythtv |
| GuiHeight                         |                                               | rpi-mythtv |
| GuiSizeForTV                      | 0                                             | rpi-mythtv |
| GuiVidModeResolution              |                                               | rpi-mythtv |
| GuiWidth                          |                                               | rpi-mythtv |
| HBRPassthru                       | 1                                             | rpi-mythtv |
| HideMouseCursor                   | 0                                             | rpi-mythtv |
| HorizScanPercentage               | -10                                           | rpi-mythtv |
| JumpToProgramOSD                  | 1                                             | rpi-mythtv |
| LCDBacklightOn                    | 1                                             | rpi-mythtv |
| LCDBigClock                       | 0                                             | rpi-mythtv |
| LCDEnable                         | 0                                             | rpi-mythtv |
| LCDHeartBeatOn                    | 0                                             | rpi-mythtv |
| LCDKeyString                      | ABCDEF                                        | rpi-mythtv |
| LCDPopupTime                      | 5                                             | rpi-mythtv |
| LCDShowChannel                    | 1                                             | rpi-mythtv |
| LCDShowGeneric                    | 1                                             | rpi-mythtv |
| LCDShowMenu                       | 1                                             | rpi-mythtv |
| LCDShowMusic                      | 1                                             | rpi-mythtv |
| LCDShowMusicItems                 | ArtistTitle                                   | rpi-mythtv |
| LCDShowRecStatus                  | 0                                             | rpi-mythtv |
| LCDShowTime                       | 1                                             | rpi-mythtv |
| LCDShowVolume                     | 1                                             | rpi-mythtv |
| LetterboxColour                   | 0                                             | rpi-mythtv |
| LircSocket                        | /var/run/lirc/lircd                           | rpi-mythtv |
| LiveTVIdleTimeout                 | 65                                            | rpi-mythtv |
| LongChannelFormat                 | <num> <name>                                  | rpi-mythtv |
| MasterMixerVolume                 | 70                                            | rpi-mythtv |
| MaxChannels                       | 2                                             | rpi-mythtv |
| MenuTheme                         | classic                                       | rpi-mythtv |
| MixerControl                      | PCM                                           | rpi-mythtv |
| MixerDevice                       | ALSA:default                                  | rpi-mythtv |
| MusicAutoShowPlayer               | 1                                             | rpi-mythtv |
| MythArchiveAddSubtitles           | 0                                             | rpi-mythtv |
| MythArchiveAlwaysUseMythTranscode | 1                                             | rpi-mythtv |
| MythArchiveChapterMenuAR          | Video                                         | rpi-mythtv |
| MythArchiveCopyRemoteFiles        | 0                                             | rpi-mythtv |
| MythArchiveDateFormat             | %a  %b  %d                                    | rpi-mythtv |
| MythArchiveDefaultEncProfile      | SP                                            | rpi-mythtv |
| MythArchiveDvdauthorCmd           | dvdauthor                                     | rpi-mythtv |
| MythArchiveDVDLocation            | /dev/dvd                                      | rpi-mythtv |
| MythArchiveDVDPlayerCmd           | Internal                                      | rpi-mythtv |
| MythArchiveFileFilter             | *.mpg *.mov *.avi *.mpeg *.nuv                | rpi-mythtv |
| MythArchiveGrowisofsCmd           | growisofs                                     | rpi-mythtv |
| MythArchiveJpeg2yuvCmd            | jpeg2yuv                                      | rpi-mythtv |
| MythArchiveM2VRequantiserCmd      | M2VRequantiser                                | rpi-mythtv |
| MythArchiveMainMenuAR             | 16:9                                          | rpi-mythtv |
| MythArchiveMkisofsCmd             | mkisofs                                       | rpi-mythtv |
| MythArchiveMpeg2encCmd            | mpeg2enc                                      | rpi-mythtv |
| MythArchiveMplexCmd               | mplex                                         | rpi-mythtv |
| MythArchiveProjectXCmd            | projectx                                      | rpi-mythtv |
| MythArchiveShareDir               | /home/pi/mythtv-rpi/share/mythtv/mytharchive/ | rpi-mythtv |
| MythArchiveSpumuxCmd              | spumux                                        | rpi-mythtv |
| MythArchiveTimeFormat             | %I:%M %p                                      | rpi-mythtv |
| MythArchiveUseFIFO                | 1                                             | rpi-mythtv |
| MythArchiveUseProjectX            | 0                                             | rpi-mythtv |
| MythArchiveVideoFormat            | PAL                                           | rpi-mythtv |
| MythControlsVolume                | 0                                             | rpi-mythtv |
| mythvideo.AutoR2PL1               | G                                             | rpi-mythtv |
| mythvideo.AutoR2PL2               | PG                                            | rpi-mythtv |
| mythvideo.AutoR2PL3               | PG-13                                         | rpi-mythtv |
| mythvideo.AutoR2PL4               | R:NC-17                                       | rpi-mythtv |
| mythvideo.bannerDir               | /home/pi/.mythtv/Video/Banners                | rpi-mythtv |
| mythvideo.fanartDir               | /home/pi/.mythtv/Video/Fanart                 | rpi-mythtv |
| mythvideo.ParentalLevelFromRating | 0                                             | rpi-mythtv |
| mythvideo.screenshotDir           | /home/pi/.mythtv/Video/Screenshots            | rpi-mythtv |
| mythvideo.TrailersDir             | /home/pi/.mythtv/Video/Trailers               | rpi-mythtv |
| mythvideo.VideoTreeRemember       | 0                                             | rpi-mythtv |
| NetworkControlEnabled             | 0                                             | rpi-mythtv |
| NetworkControlPort                | 6546                                          | rpi-mythtv |
| OverrideExitMenu                  | 3                                             | rpi-mythtv |
| PassThruDeviceOverride            | 0                                             | rpi-mythtv |
| PassThruOutputDevice              |                                               | rpi-mythtv |
| PCMMixerVolume                    | 70                                            | rpi-mythtv |
| PersistentBrowseMode              | 1                                             | rpi-mythtv |
| PIPLocation                       | 0                                             | rpi-mythtv |
| PlaybackBoxStartInTitle           | 1                                             | rpi-mythtv |
| PlaybackExitPrompt                | 1                                             | rpi-mythtv |
| PlaybackWatchList                 | 1                                             | rpi-mythtv |
| PlaybackWLAutoExpire              | 0                                             | rpi-mythtv |
| PlaybackWLBlackOut                | 2                                             | rpi-mythtv |
| PlaybackWLMaxAge                  | 60                                            | rpi-mythtv |
| PlaybackWLStart                   | 0                                             | rpi-mythtv |
| PlayBoxEpisodeSort                | Date                                          | rpi-mythtv |
| PlayBoxOrdering                   | 1                                             | rpi-mythtv |
| PlayMode                          | none                                          | rpi-mythtv |
| QueryInitialFilter                | 0                                             | rpi-mythtv |
| RealtimePriority                  | 1                                             | rpi-mythtv |
| RememberRecGroup                  | 1                                             | rpi-mythtv |
| RepeatMode                        | all                                           | rpi-mythtv |
| RunFrontendInWindow               | 0                                             | rpi-mythtv |
| ScreenShotPath                    | /home/pi/screenshots/                         | rpi-mythtv |
| SelChangeRecThreshold             | 1                                             | rpi-mythtv |
| ShortDateFormat                   | dd/MM                                         | rpi-mythtv |
| SlideshowBackground               | theme                                         | rpi-mythtv |
| SlideshowDelay                    | 5                                             | rpi-mythtv |
| SlideshowTransition               | none                                          | rpi-mythtv |
| SmartForward                      | 1                                             | rpi-mythtv |
| SPDIFRateOverride                 | 0                                             | rpi-mythtv |
| SRCQuality                        | 1                                             | rpi-mythtv |
| SRCQualityOverride                | 0                                             | rpi-mythtv |
| StatusBoxItemCurrent              | 0                                             | rpi-mythtv |
| StereoPCM                         | 0                                             | rpi-mythtv |
| SubtitleCodec                     | UTF-8                                         | rpi-mythtv |
| Theme                             | MythCenter-wide                               | rpi-mythtv |
| ThemePainter                      | qt                                            | rpi-mythtv |
| ThemeUpdateStatus                 |                                               | rpi-mythtv |
| TimeFormat                        | hh:mm                                         | rpi-mythtv |
| TrueHDPassThru                    | 0                                             | rpi-mythtv |
| TVVidModeForceAspect              | 0.0                                           | rpi-mythtv |
| TVVidModeForceAspect0             | 0.0                                           | rpi-mythtv |
| TVVidModeForceAspect1             | 0.0                                           | rpi-mythtv |
| TVVidModeForceAspect2             | 0.0                                           | rpi-mythtv |
| TVVidModeRefreshRate              | 60.000                                        | rpi-mythtv |
| TVVidModeRefreshRate0             | 60.000                                        | rpi-mythtv |
| TVVidModeRefreshRate1             | 60.000                                        | rpi-mythtv |
| TVVidModeRefreshRate2             | 60.000                                        | rpi-mythtv |
| TVVidModeResolution               | 640x480                                       | rpi-mythtv |
| TVVidModeResolution0              | 640x480                                       | rpi-mythtv |
| TVVidModeResolution1              | 640x480                                       | rpi-mythtv |
| TVVidModeResolution2              | 640x480                                       | rpi-mythtv |
| UDPNotifyPort                     | 6948                                          | rpi-mythtv |
| UseFixedWindowSize                | 1                                             | rpi-mythtv |
| UseVideoModes                     | 0                                             | rpi-mythtv |
| UseVirtualKeyboard                | 1                                             | rpi-mythtv |
| VertScanPercentage                | -5                                            | rpi-mythtv |
| VideoAggressivePC                 | 0                                             | rpi-mythtv |
| VideoArtworkDir                   | /home/pi/.mythtv/Video/Artwork                | rpi-mythtv |
| VideoDefaultParentalLevel         | 4                                             | rpi-mythtv |
| VideoStartupDir                   | /home/pi/Videos                               | rpi-mythtv |
| WatchTVGuide                      | 1                                             | rpi-mythtv |
| WebBrowserCommand                 | Internal                                      | rpi-mythtv |
| WebBrowserZoomLevel               | 1.0                                           | rpi-mythtv |
| XScanDisplacement                 |                                               | rpi-mythtv |
| YScanDisplacement                 |                                               | rpi-mythtv |
+-----------------------------------+-----------------------------------------------+------------+


More information about the mythtv-users mailing list