Thanks, that helps a lot.
I ran the script at that link (and after adjusting the delays) got a new
TV.xml file
that looks a lot better.
I ran "freevo tv_grab --query" over it and it produced a better looking
channels.conf, it looks like this now:
TV_CHANNELS = [
( '002f.0015.0790', 'BaseFM', '0' ),
( '002f.0015.0781', 'C4', '0' ),
( '002f.0015.0784', 'CUE', '0' ),
( '002f.0015.078f', 'GeorgeFM', '0' ),
( '002f.0016.0401', 'Maori TV', '0' ),
( '002f.0015.0783', 'Parliament TV', '0' ),
( '002f.0015.078a', 'RNZ Concert', '0' ),
( '002f.0015.0789', 'RNZ National', '0' ),
( '002f.0015.0782', 'STRATOS', '0' ),
( '002f.0016.040b', 'TV ONE', '0' ),
( '002f.0016.040c', 'TV2', '0' ),
( '002f.0015.0780', 'TV3', '0' ),
( '002f.0015.0786', 'TV3 PLUS1', '0' ),
( '002f.0016.0770', 'TVNZ 6', '0' ),
( '002f.0016.040e', 'TVNZ 7', '0' ),
( '002f.0015.0785', 'Te Reo', '0' ) ]
I changed my local_conf.py to reflect this and deleted the old *.pickled
file in cache.
However I still don't have any guide data ... any other suggestions?
Thanks.
On Wed, Jun 10, 2009 at 11:58 AM, Jonathan Isom <jei...@gmail.com> wrote:
> 2009/6/9 Bernard Mentink <bment...@gmail.com>:
> > Hi All,
> >
> > I finally have Freevo 1.9.0 installed and running from SVN. I am now at
> the
> > point of trying to get TV working.
> >
> > I have a working DVBStreamer as I have piped it into VLC and it plays
> fine,
> > and I can change the channels by giving
> > the command "select TV1" etc to DVBStreamer fine .. so my channels.conf
> file
> > is fine.
> >
> > My problem is in Freevo. comming from New Zealand there is not a good way
> to
> > get an XMLTV guide. However I did come across the source to tv_grap_dvb
> > which grabs the guide data in XML format from the currently tuned
> > transponder .. this seems to work fine, and example of the output is:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE tv SYSTEM "xmltv.dtd">
> > <tv generator-info-name="dvb-epg-gen">
> >
> > <programme channel="1904.dvb.guide" start="20090616000000 +1200"
> > stop="20090616060000 +1200">
> > <title lang="en">Closedown</title>
> > </programme>
> > <programme channel="1935.dvb.guide" start="20090610063000 +1200"
> > stop="20090610070000 +1200">
> > <title lang="en">The Short Black with Murray Sweetpants</title>
> > <sub-title lang="en">That guy from the breakfast show plays some
> > tunesbefore he starts working. Weird</sub-title>
> > </programme> .... etc
> >
> > So the entries I placed in TV_CHANNELS in local_conf.py are:
> > TV_CHANNELS = [('1909.dvb.guide', 'TV ONE', 'TV ONE'),
> > ('1036.dvb.guide', 'TV2', 'TV2'),
> > ('1038.dvb.guide', 'TVNZ 7', 'TVNZ 7'),
> > ('1904.dvb.guide', 'TVNZ 6', 'TVNZ 6'),
> > ('1025.dvb.guide', 'Maori TV', 'Maori TV'),
> > ('1922.dvb.guide', 'STRATOS', 'STRATOS'),
> > ('1923.dvb.guide', 'Parliament TV', 'Parliament TV'),
> > ('1925.dvb.guide', 'Te Reo', 'Te Reo'),
> > ('1920.dvb.guide', 'TV3', 'TV3'),
> > ('1921.dvb.guide', 'C4', 'C4'),
> > ('1926.dvb.guide', 'TV3 PLUS1', 'TV3 PLUS1'),
> > ('1924.dvb.guide', 'CUE', 'CUE')]
> >
> > Is this correct, the 1st column is the guide data name, the second the
> > screen name and the 3rd the name in channels.conf?
> Hi
> why not use dvbstreamer for getting data? The link below has
> a script to do this . also I would suggest
> you use "dvbctrl lsservices -- -id" and use the code before the ":"
> it shouldn't change where as th other can.
>
> dvbctrl lsservices -- -id
> 00bd.0435.0003 : 12-1 WILL-HD
> 00bd.0435.0004 : 12-2 WILLSD1
> 00bd.0435.0005 : 12-3 WILLSD2
>
> Link <
> http://apps.sourceforge.net/mediawiki/dvbstreamer/index.php?title=FAQ>
>
> > For reference my channels.conf is:
> >
> > Maori TV:12483:h:S160.0E:22500:514:652:0:0
> > TV ONE:12483:h:S160.0E:22500:515:653:579:0
> > TV2:12483:h:S160.0E:22500:516:654:580:0
> > TVNZ 7:12483:h:S160.0E:22500:518:656:582:0
> > TVNZ SPORT:12483:h:S160.0E:22500:520:658:0:0
> > TVNZ 6:12483:h:S160.0E:22500:512:650:581:0
> > STRATOS:12456:h:0:22500:514:652:1922
> > Parliament TV:12456:h:0:22500:515:653:1923
> > CUE:12456:h:0:22500:516:654:1924
> > Te Reo:12456:h:0:22500:517:655:1925
> > TV3:12456:h:0:22500:512:650:1920
> > C4:12456:h:0:22500:513:651:1921
> > TV3 PLUS1:12456:h:0:22500:518:656:1926
> >
> > However when I run Freevo and try to look at the guide, all I see is the
> > display name and no data available for the
> > other fields.
> >
> > I tried to run the command "freevo tv_grab --query" but all I get is:
> > TV_CHANNELS = [
> > Traceback (most recent call last):
> > File
> >
> "/home/bmentink/freevo/lib/python2.6/site-packages/freevo/helpers/tv_grab.py",
> > line 108, in <module>
> > print ' ( \'%s\', \'%s\', \'%s\' ) ] ' % chanlist[-1]
> > IndexError: list index out of range
> >
> > It doesn't seem to like my TV.xml file.
> >
> > Anyone have any help on this one?
> >
> > Thanks,
> > Bernie
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Crystal Reports - New Free Runtime and 30 Day Trial
> > Check out the new simplified licensing option that enables unlimited
> > royalty-free distribution of the report engine for externally facing
> > server and web deployment.
> > http://p.sf.net/sfu/businessobjects
> > _______________________________________________
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
>
>
>
> --
>
> ASUS m3a78 mothorboard
> AMD Athlon64 X2 Dual Core Processor 6000+ 3.1Ghz
> 4 Gigabytes of memory
> Gigabyte NVidia 9400gt Graphics adapter
> Kworld ATSC 110 TV Capture Card
> Kworld ATSC 115 TV Capture Card
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users