Playback profiles
Playback profiles are a way for MythTV to set individual settings for various types of media through the internal media player.
Three profiles come by default, CPU--, CPU+, CPU++. You may also create your own profile. These changes may only exist in SVN
Each profile is multiple set of display options that apply to different source resolutions in the recording.
Example: CPU-- by default, has two setting groups: +--------------------+-------------+ | value | data | +--------------------+-------------+ | pref_priority | 1 | | pref_cmp0 | > 0 0 | | pref_decoder | ffmpeg | | pref_videorenderer | xv-blit | | pref_osdrenderer | softblend | | pref_osdfade | 1 | | pref_deint0 | bobdeint | | pref_deint1 | linearblend | | pref_filters | | | pref_priority | 2 | | pref_cmp0 | > 0 0 | | pref_decoder | ffmpeg | | pref_videorenderer | quartz-blit | | pref_osdrenderer | softblend | | pref_osdfade | 1 | | pref_deint0 | linearblend | | pref_deint1 | linearblend | | pref_filters | | +--------------------+-------------+