Hi Michel,
        Once again thanks for your reply, I have followed the steps given by
you. But I had one problem I have changed freq.py file as specified by you
and entered the channel list for India as follows:
CHANLIST = {
     "nl-multikabel"    : dict(PAL_MULTIKABEL),
     "us-bcast"         : dict(NTSC_BCAST),
     "india"            : dict(PAL_INIDA),
          .....
}
After this I have to make PAL_INDIA with the channels and frequency my
question I think the frequencies entered in freq.py is kilohertz am I right
I also I have convert the megahertz frequency to kilohertz and enter in the
table or else I can directly enter the megahertz frequency One more question
is have installed XML TV but still I can't able to see the TV.xml file can u
just tell me why I can't able to see the TV.xml file in my system.

Regards,
Yugandhar.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Michel Hoogervorst
Sent: Tuesday, June 12, 2007 11:47 AM
To: Yugandhar G.V
Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf

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