> I believe that approach isn't working for mplayer/mencoder, as Freevo
> tries to pass the unknown channel number to mplayer, instead of the
> freq's.
> That's why I changed my freq.py instead of using FREQUENCY_TABLE in
> local_conf.py.
> 
> (This issue was in 1.6.2 I believe, don't know if this might have been
> fixed in the meantime?)
> 
are you refering to this?:
> > > Another way to do this is in local_conf.py include:
> > > TV_CHANNELS = [
> > >     ('2', 'DD National', '1'),
> > >     ('3', 'DD Hindi',    '3'),
> > >     ('4', 'DD SPorts',   '4'),
> > > ]
> > >
> > > FREQUENCY_TABLE = {
> > >     "1", 188600,
> > >     "2", 188300,
> > >     "3", 188400,
> > >     "4", 188500,
> > > }
> > >
> > > The names '2', '3', '4' in the first column of TV_CHANNELS need to be
> > > the same as your xmltv guide.

this works fine in mplayer/mencoder at least already in version 1.7
of course i have in my /home/jody/.mplayer/config the following

tv=driver=v4l2:device=/dev/video0:norm=PAL:chanlist=europe-west:channels=58-MTV,29-TellSell,62-DiscoverChannel,33-TMF,56-CNN,SE19-TV5,SE11-ZDF,32-TheBox,...

in my local_conf.py I manually added the chans like Duncan suggested:

FREQUENCY_TABLE = {
        'MTV'   :    767250,
        'TellSell'      :       535250,
        'Discovery Channel'     :       799250,
        'TMF'   :       567250,
        'CNN'   :       751250,
        'TV5'   :       287250,
        'ZDF'   :       231250,
        'Nick Comedy Central'       :       559250,
        'Eurosport'     :       815250,
        'Rai Uno'       :       519250,
        'National Geographic'   :       543250,
        'TRTint'        :       248000,
        'WDR'   :       238250,
        'upcinfo'       :       175250,
        'BBC1'  :       272000,
        'BBC2'  :       280250,
        'talpa' :       631250,
        'ARD'   :       224250,
        'Lokaal Plus'   :       551250,
        'Net5'  :       783250,
        'Veronica'      :       671250,
        'rtl7'  :       735250,
        'sbs6'  :       783250,
        'rtl5'  :       727250,
        'rtl4'  :       719250,
        'NED1'  :       216000,
        'NED2'  :       182250,
        'NED3'  :       192000,
        'een'   :       200000,
        'Ketnet/canvas' :       208000,
        'TV Gelderland' :       264000,
        'Euronews'      :       527250,
}
and
TV_CHANNELS = [('mtv.com', 'MTV',              'MTV'),
               ('-', 'TellSell', 'TellSell'),
               ('discoveryeurope.com', 'Discovery Channel', 'Discovery 
Channel'),
               ('tmf.nl', 'TMF', 'TMF'),
               ('cnn.com', 'CNN', 'CNN'),
               ('tv5.org', 'TV5', 'TV5'),
               ('zdf.de', 'ZDF', 'ZDF'),
               ('comedycentral.com', 'Nick Comedy Central', 'The Box'),
               ('eurosport.sky.com', 'Eurosport', 'Eurosport'),
               ('raiuno.rai.it', 'Rai Uno', 'Rai Uno'),
               ('nationalgeographic.co.uk', 'National Geographic', 'National 
Geographic'),
               ('trt.net.tr', 'TRTint', 'TRTint'),
               ('wdr.de', 'WDR', 'WDR'),
               ('-', 'upcinfo', 'upcinfo'),
               ('bbc1.bbc.co.uk', 'BBC1', 'BBC1'),
               ('bbc2.bbc.co.uk', 'BBC2', 'BBC2'),
               ('talpa.tv', 'talpa', 'talpa'),
               ('ard.de', 'ARD', 'ARD'),
               ('net5.nl', 'Net5', 'Net5'),
               ('veronica.nl', 'Veronica', 'Veronica'),
               ('rtl7.nl', 'rtl7', 'rtl7'),
               ('sbs6.nl', 'sbs6', 'sbs6'),
               ('rtl5.nl', 'rtl5', 'rtl5'),
               ('rtl4.nl', 'rtl4', 'rtl4'),
               ('nederland1.omroep.nl', 'NED1', 'NED1'),
               ('nederland2.omroep.nl', 'NED2', 'NED2'),
               ('nederland3.omroep.nl', 'NED3', 'NED3'),
               ('een.be', 'een', 'een'),
               ('ketnet.be', 'Ketnet/canvas', 'Ketnet/canvas'),
               ('omroepgelderland.nl', 'TV Gelderland', 'TV Gelderland'),
               ('rtve.se', 'Euronews internacional', 'Euronews')]

anyhow for watchin TV i use in freevo tvtime, so:

plugin.remove('mplayer')
plugin.activate('tvtime')

but mplayer works too :)



      Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to