Pascal Schirrmann wrote:
> Hi,
> 
> I'm connected to a french cable network. This operator uses some exented 
> channels, so I did changes to freq.py.
> basically, I added a france-cable section in the file.
> I never uploaded that change to the main freevo project, because I'm not 
> sure that the information I added are correct (I tried to find a correct 
> french table between channel and frequency, but with no luck).
> 
> But, finaly, as this table is useful for me, it could be useful for others !
> 
> I can send my freq.py.diff to the bugtracker, is that the correct way ? 
> Or is that a bad idea ?


You can use a TV_FREQUENCY_TABLE setting in your local_conf.py.

I have the same problem of non-standard frequencies from out cable TV 
operator, and they are always being changed. So I add them in this setting.

The structure is:
TV_FREQUENCY_TABLE = {
     'K32' : 559250,
     'S13' : 246250,
     'K34' : 575250,
}

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-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to