Yugandhar,

What you entered in freq.py should look something like this:
CHANLIST = {
    "nl-multikabel"    : dict(PAL_MULTIKABEL),
    "us-bcast"         : dict(NTSC_BCAST),
         .....
}

Where the "nl-multikabel" line matches the "PAL_MULTIKABEL" below:

PAL_MULTIKABEL = [
   ("10", 208000 ), # Nederland 1
   ("11", 216000 ), # Nederland 2
   ("12", 224000 ), # Nederland 3
]

Where this is ("channel", frequency).
In your local_conf.py, you should match that like this:

TV_CHANNELS = [
       ('1.tvgids.nl',  'Nederland 1', '10'),
       ('2.tvgids.nl',  'Nederland 2', '11'),
       ('3.tvgids.nl',  'Nederland 3', '12'),
]

Where this is ('xmltv_id', 'Display name', 'channel')

The xmltv_id should match your TV.xml (made by xmltv).  This is not
nessacary for TV to work, but is needed for the tv-guide only.

Hope this is clear?


Michel

2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
>
> Hi Michel,
>        I am not using the cable for the Hauppauge card I am using the
> antenna to get the channels. So, I want to scan for the channels first and
> list down all the frequencies and then I have to edit the freq.py file. If
> you any thing about this please help me.
>        After editing freq.py file for my country(India) just tell me what
> are all the things to be done. Should I go directly to TV guide and it shows
> the channels list so that if I enter on a  particular channel can I able to
> watch the tv.
>
> Regards,
> Yugandhar.

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

Reply via email to