Koval Valery a e'crit : > Hi! > > In my country (and in other exUSSR-countries) TV operators use two > standards: SECAM and PAL. > In current freevo configuration I can select only one standard for all > channels. > > My patch add feature in freevo for using second TV standard for the > list of selected freq's with switching to other standard. See example > in local_conf.py.example. > Hi,
I didn't study your patch, so my question is maybe illy, but is this patch needed ? I mean : I'm using IVTV (that's maybe IVTV specific), and use mostly SECAM (witch is 'standard de facto' in France). But when i take record from the scart output of my Cable decoder, I receive a PAL signal. To solve that, I created a second entry in the local_conf.py file, like that : VIDEO_GROUPS = [ # Use this group for watching tv VideoGroup(vdev='/dev/video0', adev=None, input_type='tuner', tuner_norm=CONF.tv, tuner_type='', tuner_chanlist=CONF.chanlist, desc='Watching Video Group', group_type='ivtv', # record_group=1 ), VideoGroup(vdev='/dev/video0', adev=None, input_num='2', input_type='composite', tuner_norm='PAL', tuner_chanlist=None, desc='Entree Decodeur NOOS', group_type='ivtv', ) ] And then, for each entry in the program witch are 'decoder entry', I add 1 at the end of the line in TV_CHANNELS This is a shorten TV_CHANNEL, 3 first entries are TV_IN entries, the 2 last are Cable entries. TV_CHANNELS = [ ('Infosport', 'InfoSport', 'K09'), ('C162.telepoche.com', 'Yvelines/Bloomberg', 'K07'), ('C170.telepoche.com', 'LCP', 'S10'), ('C5.telepoche.com', 'N7 ARTE', '0', '', '1'), ('C7.telepoche.com', 'N8 France 5', '0', '', '1'), ] Is that not enough ? Thanks, -- Pascal Schirrmann ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel