CTpvr.com :: View topic - Linux client for CTTVListings
 

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Linux client for CTTVListings

 
Post new topic   Reply to topic    CTpvr.com Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
levander
New Member


Joined: 23 Dec 2007
Posts: 3

PostPosted: Sun Dec 23, 2007 5:40 pm    Post subject: Linux client for CTTVListings Reply with quote

It's displayed pretty predominately on the web site that CTTVListings works with mythtv. But, all I see for CTTVListings is a Windows client and mythtv doesn't run on Windows.

Is there a Linux client available? Or, does CTTVListings not work with mythtv?
Back to top
View user's profile Send private message
Ryland
Junior Member


Joined: 17 Dec 2007
Posts: 25

PostPosted: Sun Dec 23, 2007 8:29 pm    Post subject: Reply with quote

Not knowing exactly how MythTV works but using GBPVR I know that you don't actually need to have a client as long as the software supports CTListings. All you need is a username and password which you enter into the software and it downloads the listings itself.
Back to top
View user's profile Send private message
carm
Site Admin
Site Admin


Joined: 02 May 2003
Posts: 745

PostPosted: Mon Dec 24, 2007 1:39 pm    Post subject: Re: Linux client for CTTVListings Reply with quote

levander wrote:
It's displayed pretty predominately on the web site that CTTVListings works with mythtv. But, all I see for CTTVListings is a Windows client and mythtv doesn't run on Windows.

Is there a Linux client available? Or, does CTTVListings not work with mythtv?


Hi levander,

From my understanding people that are using our listings service for MythTV use our Windows listings app. They download the listings to a location that MythTV can import from. I'm sorry I can not offer much more information than that.

You may want to ask the MythTV developers why they do not consider adding direct support to our service. Much in the way they did for Schedules Direct. It would help MythTV to do so since we would give back a percent of our sales in the form of a donation to them each month.

We currently are working hard on the new CTpvr v3, which leaves us little time to learn about Linux to add the support to MythTV ourselves.

Regards,
Carm.
Back to top
View user's profile Send private message Send e-mail
levander
New Member


Joined: 23 Dec 2007
Posts: 3

PostPosted: Tue Dec 25, 2007 11:56 pm    Post subject: Reply with quote

I actually logged on today to look for a way just to download the listings.

Why do you have a specific client to download them? Isn't it just a file that's being downloaded?

Is it not possible just to use HTTP to download it?

If it is, I can just use the command line utility wget on Linux to download them. You can supply command line arguments to wget to specify a username and password if that's somehow the problem.
Back to top
View user's profile Send private message
levander
New Member


Joined: 23 Dec 2007
Posts: 3

PostPosted: Wed Dec 26, 2007 1:33 am    Post subject: Reply with quote

Well, I just downloaded the listings file from the web. I chose the "XMLTV - Id as Zap2It" format because looking at some old files I had downloaded from zap2it, it looked like that was the format they were using....

I tried mythfilldatabase, here's the output:

Code:

levander@bread:~$ mythfilldatabase --refresh-all --do-channel-updates --dd-file 1 3 GA10439 ./listings.xml
### bypassing grabbers, reading directly from file
2007-12-26 00:30:39.283 Using runtime prefix = /usr
2007-12-26 00:30:39.332 New DB connection, total: 1
2007-12-26 00:30:39.362 Connected to database 'mythconverg' at host: 192.168.0.64
2007-12-26 00:30:39.381 New DB DataDirect connection
2007-12-26 00:30:39.384 Connected to database 'mythconverg' at host: 192.168.0.64
2007-12-26 00:30:39.388 Retrieving datadirect data.
2007-12-26 00:30:39.389 Grabbing data for Wed Dec 26 2007 offset 3
2007-12-26 00:30:39.389 From Sat Dec 29 05:00:00 2007 to Sun Dec 30 05:00:00 2007 (UTC)
2007-12-26 00:30:39.391 Grabbing listing data
QDateTime::fromString: Parameter out of range
2007-12-26 00:30:47.385 Grab complete.  Actual data from  to  (UTC)
2007-12-26 00:30:47.387 Main temp tables populated.
2007-12-26 00:30:47.387 Updating myth channels.
2007-12-26 00:30:47.400 Updating icons for sourceid: 1
2007-12-26 00:30:47.403 Channels updated.
2007-12-26 00:30:47.412 Did not find any new program data.
2007-12-26 00:30:47.518 New DB connection, total: 2
2007-12-26 00:30:47.521 Connected to database 'mythconverg' at host: 192.168.0.64
2007-12-26 00:30:47.527 New DB connection, total: 3
2007-12-26 00:30:47.529 Connected to database 'mythconverg' at host: 192.168.0.64
2007-12-26 00:30:47.536 Adjusting program database end times.
2007-12-26 00:30:47.537     0 replacements made
2007-12-26 00:30:47.538 Marking generic episodes.
2007-12-26 00:30:47.539     Found 0
2007-12-26 00:30:47.540 Marking repeats.
2007-12-26 00:30:47.807     Found 0
2007-12-26 00:30:47.807 Unmarking new episode rebroadcast repeats.
2007-12-26 00:30:48.090     Found 0
2007-12-26 00:30:48.355 Marking episode first showings.
2007-12-26 00:30:48.357     Found 0
2007-12-26 00:30:48.357 Marking episode last showings.
2007-12-26 00:30:48.359     Found 0
2007-12-26 00:30:48.366
===============================================================
| Attempting to contact the master backend for rescheduling.  |
| If the master is not running, rescheduling will happen when |
| the master backend is restarted.                            |
===============================================================
2007-12-26 00:30:48.387 Connecting to backend server: 192.168.0.64:6543 (try 1 of 5)
2007-12-26 00:30:48.390 Using protocol version 31
2007-12-26 00:30:48.416 mythfilldatabase run complete.
2007-12-26 00:30:48.424 DataDirect: Deleting temporary files
levander@bread:~$


I think the "QDateTime::fromString: Parameter out of range" message is why mythfilldatabase isn't finding anything to update it's database with.
Back to top
View user's profile Send private message
carm
Site Admin
Site Admin


Joined: 02 May 2003
Posts: 745

PostPosted: Wed Dec 26, 2007 6:23 pm    Post subject: Reply with quote

Hi levander,

The download type that is similar to the old Zap2it service is the one labeled "Zap2it Format" which is the option on the right. The other two are XMLTV compatible.

Regards,
Carm.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    CTpvr.com Forum Index -> General Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group