[mythtv] [PATCH] Internal DataDirect grabber functionalityREVISEDVERSION USE THIS ONE!

Jared Luxenberg ziplux at comcast.net
Sun Apr 18 01:09:52 EDT 2004


I've gotten this patch to work now, but I had to modify datadirect.cpp:

--- /home/jared/datadirect/datadirect.cpp       2004-04-17
17:08:54.000000000 -0400
+++ /home/jared/myth/mythtv/libs/libmyth/datadirect.cpp 2004-04-18
00:45:46.000000000 -0400
@@ -387,7 +387,7 @@
      "tvrating char(5), partnumber int, parttotal int, endtime datetime,  "
      "INDEX progidx (programid) )";
    createATempTable("dd_schedule",tblstr);
-   tblstr = "( programid char(12), "
+   tblstr = "( programid char(12) NOT NULL, "
      "seriesid char(12), title varchar(120), subtitle varchar(150), "
      "programdescription varchar(255), mpaarating char(5), starrating
char(5), "
      "runtime time, year char(4), showtype char(30), colorcode char(20), "

in order to fix that MySQL error I was getting.  Works like a charm now!
Thanks.

- Jared

-----Original Message-----
From: mythtv-dev-bounces at mythtv.org
[mailto:mythtv-dev-bounces at mythtv.org]On Behalf Of Isaac Richards
Sent: Sunday, April 18, 2004 12:32 AM
To: Development of mythtv
Subject: Re: [mythtv] [PATCH] Internal DataDirect grabber
functionalityREVISEDVERSION USE THIS ONE!


On Sunday 18 April 2004 12:17 am, Jared Luxenberg wrote:
> This may sound like a stupid question but I'm having trouble getting this
> to work.  Do I replace mythfilldatabase with mythtv_grab_dd?  Also, I
don't
> see where the --dd-grab-all option is.

I'd highly suggest not using this patch, as you're not going to have an easy
time switching to whatever goes into CVS eventually if you do.

Isaac
_______________________________________________
mythtv-dev mailing list
mythtv-dev at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list