[mythtv-commits] Ticket #11739: EIT over the air program guide title description mismatch FIXED/SOLVED
MythTV
noreply at mythtv.org
Thu Dec 3 04:33:52 UTC 2015
#11739: EIT over the air program guide title description mismatch FIXED/SOLVED
-----------------------------------+-----------------------------
Reporter: deadletterfile@… | Owner: dekarl
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.28
Component: MythTV - ATSC | Version: Master Head
Severity: medium | Resolution: fixed
Keywords: EIT title description | Ticket locked: 0
-----------------------------------+-----------------------------
Comment (by carlpny <carlpny@…>):
FWIW, you also need the -v general,eit (in addition to debug) so it prints
out EIT-specific stuff.
One thing that might be helpful (although very spammy) is to print out
each and every title/description found. e.g. inside
EITHelper::!CompleteEvent(), around this line:
https://github.com/MythTV/mythtv/blob/fixes/0.27/mythtv/libs/libmythtv/eithelper.cpp#L783
You could add something like this (untested):
{{{
LOG(VB_EIT, LOG_INFO,
LOC + QString("Adding EIT\ntitle:\n$1\nsubtitle:\n$2.")
.arg(event.title).arg(ett));
}}}
Then, once you see a mismatched entry you can go and look in your logs and
to see if the mismatch was indeed generated by eithelper.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/11739#comment:48>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list