Mailing List Archive

EPG problem
Actually the problem is probably with me (and my lack of expertise)

We bought a new hard drive and did a complete rebuild of MythTV (on Gentoo)
from scratch.

Almost everything is working now but I am struggling with my EPG.

We used to use the ONTV listings as recommended on this page
http://www.wlug.org.nz/MythTvNotes

We have a simple script which used to work....
cd
mv listings.xml listings.xml_old
wget http://ontv.orcon.net.nz/listings.xml
mythfilldatabase --file 1 7 listings.xml --update

This is what I get now. Can anyone tell me what to do to fix it?

mythtv cron.daily # ./gettv.sh
--21:53:42-- http://ontv.orcon.net.nz/listings.xml
=> `listings.xml'
Resolving ontv.orcon.net.nz... 219.88.250.190
Connecting to ontv.orcon.net.nz|219.88.250.190|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 219,657 (215K) [application/xml]

100%[==============================================================>] 219,657
--.--K/s

21:53:42 (5.47 MB/s) - `listings.xml' saved [219657/219657]

### bypassing grabbers, reading directly from file
2006-02-09 21:53:42.843 New DB connection, total: 1
2006-02-09 21:53:42.924 New DB connection, total: 2
Updating icons for sourceid: 1
Unknown xmltv channel identifier: 2
Skipping channel.
Unknown xmltv channel identifier: 3
Skipping channel.
Unknown xmltv channel identifier: Maori
Skipping channel.
Unknown xmltv channel identifier: One
Skipping channel.
Unknown xmltv channel identifier: Prime
Skipping channel.
Unknown xmltv channel identifier: TriTV
Skipping channel.
Updated programs: 0 Unchanged programs: 0
Adjusting program database end times...
0 replacements made.
Marking repeats...found 0
Unmarking repeats from grabber that fall within our new episode window...found
0
2006-02-09 21:53:43.322 Connecting to backend server: 192.168.10.27:6543 (try
1 of 5)
2006-02-09 21:53:43.332 Using protocol version 15


--
Regards, Robert

--------------------------------------------------------------
Robert Fisher
(aka - Rob, Bob, Robbie, Robbo, Fish)
FishNet Computer & Electrical Services
www.fisher.net.nz
Phone: 03 383 5807
Mobile: 027 477 3356


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG problem [ In reply to ]
On Thu, 9 Feb 2006 21:59:54 +1300
Robert Fisher <robert@fisher.net.nz> wrote:

> Actually the problem is probably with me (and my lack of expertise)
>
> We bought a new hard drive and did a complete rebuild of MythTV (on Gentoo)
> from scratch.
>
> Almost everything is working now but I am struggling with my EPG.
>
> We used to use the ONTV listings as recommended on this page
> http://www.wlug.org.nz/MythTvNotes
>
> We have a simple script which used to work....
> cd
> mv listings.xml listings.xml_old
> wget http://ontv.orcon.net.nz/listings.xml
> mythfilldatabase --file 1 7 listings.xml --update
>
> This is what I get now. Can anyone tell me what to do to fix it?
>
> mythtv cron.daily # ./gettv.sh
> --21:53:42-- http://ontv.orcon.net.nz/listings.xml
> => `listings.xml'
> Resolving ontv.orcon.net.nz... 219.88.250.190
> Connecting to ontv.orcon.net.nz|219.88.250.190|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 219,657 (215K) [application/xml]
>
> 100%[==============================================================>] 219,657
> --.--K/s
>
> 21:53:42 (5.47 MB/s) - `listings.xml' saved [219657/219657]
>
> ### bypassing grabbers, reading directly from file
> 2006-02-09 21:53:42.843 New DB connection, total: 1
> 2006-02-09 21:53:42.924 New DB connection, total: 2
> Updating icons for sourceid: 1
> Unknown xmltv channel identifier: 2
> Skipping channel.
> Unknown xmltv channel identifier: 3
> Skipping channel.
> Unknown xmltv channel identifier: Maori
> Skipping channel.
> Unknown xmltv channel identifier: One
> Skipping channel.
> Unknown xmltv channel identifier: Prime
> Skipping channel.
> Unknown xmltv channel identifier: TriTV
> Skipping channel.
> Updated programs: 0 Unchanged programs: 0
> Adjusting program database end times...
> 0 replacements made.
> Marking repeats...found 0
> Unmarking repeats from grabber that fall within our new episode window...found
> 0
> 2006-02-09 21:53:43.322 Connecting to backend server: 192.168.10.27:6543 (try
> 1 of 5)
> 2006-02-09 21:53:43.332 Using protocol version 15
>

Did you run mythfilldatabase with --manual first?

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG problem [ In reply to ]
On Thu, 09 Feb 2006 11:19 pm, Nick Rout wrote:
>
> Did you run mythfilldatabase with --manual first?

No I did not know about that. I will give it a try.

--
Regards, Robert

--------------------------------------------------------------
Robert Fisher
(aka - Rob, Bob, Robbie, Robbo, Fish)
FishNet Computer & Electrical Services
www.fisher.net.nz
Phone: 03 383 5807
Mobile: 027 477 3356


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG problem [ In reply to ]
On Fri, 10 Feb 2006 00:36:39 +1300
Robert Fisher wrote:

> On Thu, 09 Feb 2006 11:19 pm, Nick Rout wrote:
> >
> > Did you run mythfilldatabase with --manual first?
>
> No I did not know about that. I will give it a try.
>

there are detailed instructions at the knoppmythwiki on the nzconfig page.



_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG problem [ In reply to ]
On Fri, 10 Feb 2006 9:35 am, Nick Rout wrote:
>
> there are detailed instructions at the knoppmythwiki on the nzconfig page.

I am not sure that they are detailed instructions - IMHO.

When I ran
mythfilldatabase --file 1 7 listings.xml --manual

I can put in my settings but I suspect that I put some in wrong last night as
I seemed to stuff up my channels.

After some experimentation and looking at
mythfilldatabase --help

I have found that if you do it all correctly and in the right order it can be
very simple.

What we did to get it sorted (maybe someone could add it to the local
wiki).....

run mythsetup and delete all channels (previously manually setup)
run
mythfilldatabase --file 1 7 listings.xml --do_channel_updates
which put in most of the channel info needed.

Then run mythsetup again adding to the new channels...
Channel No.
TV Format
Frequency ID

Also we manually added channels for Sky and C4 which ar not in the ONTV epg.

--
Regards, Robert

--------------------------------------------------------------
Robert Fisher
(aka - Rob, Bob, Robbie, Robbo, Fish)
FishNet Computer & Electrical Services
www.fisher.net.nz
Phone: 03 383 5807
Mobile: 027 477 3356


_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/