On Mon, Sep 14, 2009 at 12:32 PM, Stephan Mueller <d4...@web.de> wrote: > 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 > > You appear to be missing a loarge chunk of TV specific settings that are need for any of the TV stuff to work. try setting the following: TV_SETTINGS ='ntsc television us-cable /dev/video0' TV_DRIVER = 'v4l' <<< Sometimes TV apps gets cranky with v4l2, but that is getting fixed in the apps.
The following settings mostly optional but do help make things work nicer: TV_RECORD_DIR = '/home/recordings' TV_PAD_CHAN_NUMBERS = 1 XMLTV_GRABBER = 'tv_grab_na_dd' XMLTV_SORT = '/usr/bin/tv_sort' XMLTV_DAYS = 7 You will need xmltv installed for the xmltv settings to actually work. Evan ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users