Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

MythTV in New Zealand

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


fp at prowse

Feb 13, 2005, 10:42 AM

Post #1 of 5 (2074 views)
Permalink
MythTV in New Zealand

Is anyone here using mythtv in NZ, with SKY or Saturn? I've got the machine
running fine here, but am having trouble with tv_grab_nz. The default
tv_grab_nz
that comes with 0.17 dosn't seem to function with error messages being
generated
when it is run from the setup.

I've tried using tv_grab_nz from the following url

http://mr.geek.nz/epg/tv_grab_nz

This dosn't seem to function directly from mythfilldatabase, but if run
on its own with
the following options seems to generate valid and current xml for listings.

tv_grab_nz --days 5 --channels sky >tvlistings.xml

This can then be imported using mythfilldatabase --file 0 -1 tvlistings.xml

(I had to run --manual first to setup the channel identifiers etc)

The above does seem to function, and I see lots of program listings
appearing in the
database and am able to search them via name/time/date etc. However when
viewing
live TV I don't see any tv-listings at all when pressing the 's' key. I
found that if I go
into the channel editor in setup and assign some channel numbers then I
breifly see
some listing information appearing, closely followed by a segmentation
fault. The segmentation fault as seen in gdb

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 8818)]
0x0efa1fd8 in operator== () from /usr/lib/libqt-mt.so.3
(gdb) thread apply all bt full

Thread 11 (Thread 147463 (LWP 8841)):
#0 0x0e62902c in nanosleep () from /lib/libc.so.6
No symbol table info available.
#1 0x0e629018 in nanosleep () from /lib/libc.so.6
No symbol table info available.
Previous frame identical to this frame (corrupt stack?)
#0 0x0efa1fd8 in operator== () from /usr/lib/libqt-mt.so.3


If anyone is able to help that would be appreciated.....I'll get this onto the dev list later if needed.

re

Francois



_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


kevin.barsby at hummingbird-it

Feb 14, 2005, 12:34 PM

Post #2 of 5 (1989 views)
Permalink
Re: MythTV in New Zealand [In reply to]

Hi,

I'm using the listings from mr.geek.nz.

I have a cronjob running at 3am every morning that does something like
the commands you listed.

You might want to add --update to your mthfilldatabase command.

The problem I think you have is the XMLID settings in the channel table
of the database. These listings have something like TV1.mr.geek.nz as
the id, this should match the xmltvid setting in line for TV1 in the
mythconverg database (hows your sql ;-) )

Not sure about the seg fault though, haven't seen this...

Cheers
Kev


fp at prowse

Feb 15, 2005, 10:44 AM

Post #3 of 5 (1962 views)
Permalink
Re: MythTV in New Zealand [In reply to]

You don't suffer this problem though, with having TV1.mr.geek.nz
not matching TV1 ? A little SED before parsing the xml should cure that
though

FP


Kevin Barsby wrote:

>Hi,
>
>I'm using the listings from mr.geek.nz.
>
>I have a cronjob running at 3am every morning that does something like
>the commands you listed.
>
>You might want to add --update to your mthfilldatabase command.
>
>The problem I think you have is the XMLID settings in the channel table
>of the database. These listings have something like TV1.mr.geek.nz as
>the id, this should match the xmltvid setting in line for TV1 in the
>mythconverg database (hows your sql ;-) )
>
>Not sure about the seg fault though, haven't seen this...
>
>Cheers
>Kev
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users[at]mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


kevin.barsby at hummingbird-it

Feb 15, 2005, 12:46 PM

Post #4 of 5 (1957 views)
Permalink
Re: MythTV in New Zealand [In reply to]

> You don't suffer this problem though, with having TV1.mr.geek.nz
> not matching TV1 ? A little SED before parsing the xml should cure that
> though

No, I have changed the XMLID of each channel in the channels table of
mythconverg to read TV1.mr.geek.nz, and so on. Oh, and you'll need to
use different sources for TV1/2 and 3/4 as Saturn and Sky don't seem to
carry certain channels, I can't tell you which is which as I'm not near
the box at the moment.

I've found the listings from here to be pretty reliable apart from a
period over Christmas (I think he went away and things fell over).

Cheers
Kev


fp at prowse

Feb 17, 2005, 12:17 AM

Post #5 of 5 (1958 views)
Permalink
Re: MythTV in New Zealand [In reply to]

Ok - so the opposite works also, clear the database out and then strip
mr.geek.nz from the
xlm and it loads fine and displays in the scheduler. Just have to remove
this each time, why does he
have this included as it must be breaking his myth setup also?

Easy enough to strip this out using sed though


FP



Kevin Barsby wrote:

>>You don't suffer this problem though, with having TV1.mr.geek.nz
>>not matching TV1 ? A little SED before parsing the xml should cure that
>>though
>>
>>
>
>No, I have changed the XMLID of each channel in the channels table of
>mythconverg to read TV1.mr.geek.nz, and so on. Oh, and you'll need to
>use different sources for TV1/2 and 3/4 as Saturn and Sky don't seem to
>carry certain channels, I can't tell you which is which as I'm not near
>the box at the moment.
>
>I've found the listings from here to be pretty reliable apart from a
>period over Christmas (I think he went away and things fell over).
>
>Cheers
>Kev
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users[at]mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>

_______________________________________________
mythtv-users mailing list
mythtv-users[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.