Hi,

* Evan Hisey <ehi...@gmail.com> [14.09.2009]:

> What are the rest of the TV settings?

right you are. Here comes my full local_config yielded by

$ cat local_conf.py | grep -v "^#" | egrep -v "^\s*$"

Any hints?

Cheers and thanks,

Steph.


CONFIG_VERSION = 5.23
ROM_DRIVES = [ ('/media/cdrom0', '/dev/hdb', 'DVD') ]
ROM_SPEED = 8
EVENT_DEVS = []
CACHE_IMAGES = 1
plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')
VIDEO_PREFERED_PLAYER = 'xine'
XINE_AO_DEV = 'alsa'                     # alsa or oss
XINE_TV_TIMESHIFT_FILEMASK = '/mnt/small/timeshift/xine-buf-!/local/saved/!20'
XINE_TV_CONFIRM_STOP = True
XINE_TV_PROGRESSIVE_SEEK = True
XINE_TV_PROGRESSIVE_SEEK_THRESHOLD = 2
XINE_TV_PROGRESSIVE_SEEK_INCREMENT = 5
XINE_TV_LIVE_RECORD = True
XINE_TV_INPUT_REAL_CHANNELS = False
XINE_TV_INDENT_OSD = False
plugin.remove('tv.mplayer')
plugin.activate('tv.ivtv_xine_tv')
TV_VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='Tuner 1',
               input_num=0,
               tuner_norm='pal',
               tuner_chanlist='europe-west',
               group_type = 'ivtv',
               record_group = None,
               desc='PVR-150 Video Group')
]
TV_IVTV_OPTIONS = {
    'input'         : 0,
    'resolution'    : '720x576',
    'aspect'        : 1,
    'audio_bitmask' : 233,
    'bframes'       : 3,
    'bitrate_mode'  : 1,
    'bitrate'       : 8000000,
    'bitrate_peak'  : 9600000,
    'dnr_mode'      : 3,
    'dnr_spatial'   : 0,
    'dnr_temporal'  : 0,
    'dnr_type'      : 0,
    'framerate'     : 0,
    'framespergop'  : 12,
    'gop_closure'   : 1,
    'pulldown'      : 0,
    'stream_type'   : 14,
}
TV_CHANNELS = [ 
    ('arte-tv.com', 'arte', '23', '', 0),
    ('kabel1.de', 'kabel1', 'SE15', '', 0),
    ('prosieben.de', 'pro7', 'SE20', '', 0)
]
LOGGING = logging.DEBUG
DEBUG = 1
DEBUG_CHILDAPP = 1


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to