[mythtv] Replacement DD Schedules Direct URL in 0.27-fixes

Tom Dexter digitalaudiorock at gmail.com
Mon Oct 13 20:33:46 UTC 2014


Just FYI:

For the last couple of days I've been running my 0.27.3 mythtv backend
with a fix identical to the one committed for 0.28 here:

https://github.com/MythTV/mythtv/commit/4cb10e52b7e9c2ffec9111f76556a64c8fc7aba7

...that is, with the Gentoo build I'm running:

--- libs/libmythtv/datadirect.cpp    2014-10-12 10:54:02.000000000 -0400
+++ libs/libmythtv/datadirect.cpp    2014-10-12 10:54:44.000000000 -0400
@@ -555,7 +555,7 @@
         "/ztvws/ztvws_login/1,1059,TMS01-1,00.html");
     DataDirectURLs urls1(
         "Schedules Direct",
-        "http://webservices.schedulesdirect.tmsdatadirect.com"
+        "http://dd.schedulesdirect.org"
         "/schedulesdirect/tvlistings/xtvdService",
         "http://schedulesdirect.org",
         "/login/index.php");

Just wanted to report that it's working just fine.  I made sure I'd
disabled the lines I'd added to /etc/hosts previously to redirect the
old host, and also verified that it was hitting the correct ip by
using netstat while running mythfilldatabase.  All looks great.

Later
Tom


More information about the mythtv-dev mailing list