Yugandhar,

It gives you the message that the channel has no data loaded, because
you don't have a working TV.xml.
You should be able to watch TV though, and to manually schedule a
recording.  You just don't have a working TV guide, that's all.

If you have trouble watching/recording tv then something else is
wrong, because it doesn't _need_ a working tv guide.


Michel

2007/6/18, Yugandhar G.V <[EMAIL PROTECTED]>:
> Hi Michel,
>         I have followed the steps given by you and when I start the freevo
> and enter into watch TV it shows the TV guide and when I enter into the TV
> guide and enter on any channel it is showing the following error:
>        This channel has no data loaded.
> The frequencies I entered are correct because I have checked with ivtv-tune
> application and captured the video and played using mplayer can you please
> tell me what exactly is happening.
>
> Regards,
> Yugandhar G.V.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michel
> Hoogervorst
> Sent: Tuesday, June 12, 2007 8:05 PM
> To: [email protected]
> Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
>
> You could just fill in anything for the xmlid, this is only needed in
> order to make the program guide work like a program guide ;-)
>
> 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > For getting the freevo to work I have to fill that structure TV_CHANNELS
> > right in that what I have to put in the place of xmltvid.
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> > Of Michel Hoogervorst
> > Sent: Tuesday, June 12, 2007 7:52 PM
> > To: Yugandhar G.V
> > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> >
> > I must say I have no clue... maybe someone else on this list from
> > India could help with this?
> > You can however still use Freevo with TV without the TV.xml, it should
> > already work, but you just don't see any programs in the program
> > guide.
> >
> >
> > Michel
> >
> > 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > > Hi Michel,
> > >         Tv_grab_India is not so what I have to do how can I create that
> .
> > I
> > > have to create at the time of installation or I can create after
> > > installation too.
> > >
> > > Regards,
> > > Yugandhar.
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf
> > > Of Michel Hoogervorst
> > > Sent: Tuesday, June 12, 2007 5:35 PM
> > > To: [email protected]
> > > Cc: Yugandhar G.V
> > > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> > >
> > > Yugandhar,
> > >
> > > If you have installed xmltv you can issue a "tv_grab_xx > /tmp/TV.xml"
> > > to make things work (where xx should be your country-code).
> > >
> > >
> > > Michel
> > >
> > > 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > > > 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>

-------------------------------------------------------------------------
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