[mythtv-users] EPG from DBOX

Koen Maes koen at koma.be
Wed May 9 11:17:59 UTC 2007


while still talking to myself, I noticed in the logs that :

DBox2EPG(3): EPG disabled for SAT1.

In the code I see that this is because the UseOnAirGuide flag is OFF (see
below)
But in mythtv-setup, in the channel editor, this checkbox is disabled ?! Why
is that ? Do I have to run an update query in the channels table and
manually set this to on (1) ??

thx

00113         // Only grab the EPG for this channel if useonairguide
is set to 100114         if (UseOnAirGuide
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2EPG.html#h1>((uint
<http://www.cuymedia.net/doxygen-dev-docs/html/STTypes_8h.html#a7>)chanid))
00115         {
00116             RequestEPG
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2EPG.html#d1>(m_requestedChannel
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2EPG.html#r10>);
00117             m_pendingRequest
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2EPG.html#r9>
= false;
00118         }
00119         else00120         {
00121             VERBOSE
<http://www.cuymedia.net/doxygen-dev-docs/html/firewire__tester_8c.html#a6>(VB_EIT,
LOC <http://www.cuymedia.net/doxygen-dev-docs/html/audiooutputbase_8cpp.html#a0>
+ QString("EPG disabled for %1.")
00122                     .arg(m_requestedChannel
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2EPG.html#r10>));
00123             m_dbox2channel
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2EPG.html#r2>->EPGFinished
<http://www.cuymedia.net/doxygen-dev-docs/html/classDBox2Channel.html#a12>();
00124         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070509/b2483bf4/attachment.htm 


More information about the mythtv-users mailing list