home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
Getting ScheduleDirect to Work
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="geoffstewart" data-source="post: 1059081" data-attributes="member: 83396"><p>Sadly, not much. I didn't write the epg update code... if I get some time, I'll have a look, but work is nuts as I lead up to vacation... </p><p></p><p>Interestingly, I was looking at the code for a couple of seconds just now and there is a Debug property that the previous author (or Clint @[USER=25764]cwchapma[/USER] , more recent developer than I) had put in. I'm not sure how to set it, but when it's set, the plugin will serialize the XML it receives from Schedules Direct and put it on the filesystem for debugging.</p><p></p><p>[CODE]// If debug mode is enabled, write the data to disk for analysis</p><p>if (PluginSettings.DebugMode)</p><p> WriteXTVD(listingData.Data, String.Format(@"{0}\MediaPortal TV Server\schedulesdirectupdate.xml", Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData)));</p><p>[/CODE]</p><p></p><p>Worst case, you can set the property in the database:</p><p>In the mptvdb.settings table, set the entry:</p><p>SchedulesDirect EPG Client_DebugMode = true</p><p></p><p>Restart the TV server.</p></blockquote><p></p>
[QUOTE="geoffstewart, post: 1059081, member: 83396"] Sadly, not much. I didn't write the epg update code... if I get some time, I'll have a look, but work is nuts as I lead up to vacation... Interestingly, I was looking at the code for a couple of seconds just now and there is a Debug property that the previous author (or Clint @[USER=25764]cwchapma[/USER] , more recent developer than I) had put in. I'm not sure how to set it, but when it's set, the plugin will serialize the XML it receives from Schedules Direct and put it on the filesystem for debugging. [CODE]// If debug mode is enabled, write the data to disk for analysis if (PluginSettings.DebugMode) WriteXTVD(listingData.Data, String.Format(@"{0}\MediaPortal TV Server\schedulesdirectupdate.xml", Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData))); [/CODE] Worst case, you can set the property in the database: In the mptvdb.settings table, set the entry: SchedulesDirect EPG Client_DebugMode = true Restart the TV server. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Getting ScheduleDirect to Work
Contact us
RSS
Top
Bottom