Changes between Version 28 and Version 29 of FAQ

Show
Ignore:
Timestamp:
12/06/07 07:47:03 (5 years ago)
Author:
paul (IP: 124.171.229.249)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v28 v29  
    131131=== My high definition (HD) channels are missing programs? === 
    132132 
    133 You must setup standard definition (SD) channels for the HD channels to be populated.  The HD channels are only populated with known HD programs.  The idea is to have both SD and HD, and increase the priorty of HD channels, so programs record as HD when available.  Some stations do upscaling from SD to HD; you could record the HD version but the SD version is at least half the size for the same detail.  Also some stations run a program of sceniary in a loop; if you recorded their HD channel you would miss your program.  If you want all programs populated on the HD channel, use the SD xmlids for the HD channels.  If any programs are missing from the HD channels and are known to be HD, please let us known on our mail list. 
    134  
     133You must setup standard definition (SD) channels for the HD channels to be populated. 
     134 
     135It is now possible to obtain fully populated HD channels with the known HD programs flagged as HD.  This is the default for new installs.  To enable on old installs, go to your shepherd install and execute: 
     136{{{ 
     137rm .shepherd/postprocessors/flag_aus_hdtv/flag_aus_hdtv.config 
     138}}} 
     139[http://svn.whuffy.com/index.fcgi/wiki/FAQ#HowdoIusesthenewhighdefinitionHDchannels Then see.] 
     140 
     141Originally the HD channels were only populated with known HD programs.  The idea is to have both SD and HD, and increase the priority of HD channels, so programs record as HD when available.  To change to this behaviour use these commands: 
     142{{{ 
     143cd ~/.shepherd/postprocessors/flag_aus_hdtv 
     144ln -s ../../references/Shepherd 
     145./flag_aus_hdtv --set=action:copy 
     146rm Shepherd 
     147}}} 
     148 
     149Some stations do upscaling from SD to HD; you could record the HD version but the SD version is at least half the size for the same detail.  Also some stations run a program of sceniary in a loop; if you recorded their HD channel you would miss your program.   
     150 
     151Another way to obtain fully populated HD channels, is use the SD xmlids for the HD channels and remove your HD channels from shepherd. 
     152 
     153If any additional programs should be flagged HD, please let us known on our mail list. 
     154 
     155 
     156=== How do I uses the new high definition (HD) channels? === 
     157 
     158To use the HD flag, MythTV requires the setting of priorities.  In mythfrontend transverse the menus Utilities/Setup -> Setup-> TV Settings ->Recording Priorities -> Set Recording, and set HDTV Recording Priority = 2.  I also recommend enabling the Reschedule Higher Priorities option.  Then transverse Next -> Finish -> Channel Priorities, and select each of your HD channels and press left arrow, to decrease to -1.  Cancel exits.  This should tell MythTV to record flagged HD programs on a HD channel and non-flagged HD programs on a SD channel. 
    135159 
    136160=== Some of my guide data looks wrong. How can I diagnose the problem? === 
     
    232256}}} 
    233257Your MythWeb times should now match what is displayed within MythTV. 
     258