Martin Beck wrote:
> Hi,
> I'm trying to set up my pvr-500 (ie 2 tuners of the 150-kind).
> What I understand is
> 1) I can use the freq.py to set my frequencies
> or
> 2) I can change driver (from v4l) to v4l2 and define frequencies in
> local_conf.py
> 
> Since I have my dvb-t running with v4l I'm not to happy about changing
> that. Would my dvb-t work with v4l2?
> 
> My other question is: Since I live in Sweden I suppose I need to change
> freq.py PAL_EUROPE = .....
> On most other variables it is a list of frequenses but for "my"
> variable it says PAL_EUROPE = FREQ_CCIR_I_III + FREQ_CCIR_SL_SH +
> FREQ_CCIR_H + FREQ_UHF
> Would I change this or can I simply put a new variable PAL_SWEDEN there
> with my frequenses?

I have in my local_conf.py:

TV_CHANNELS = [
     ('CNI04C1',       u'SF1',           'K05'),
     ('CNI04C7',       u'SFzwei',        'K10'),
     ...
]

TV_FREQUENCY_TABLE = {
     'K05' : 175500,
     'K10' : 211000,
     ...
}

This maps the channel to a frequency.

HTH
Duncan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to