Opened 14 years ago
Closed 13 years ago
Last modified 13 years ago
#9990 closed Patch - Bug Fix (fixed)
Ignore channels without xmltvid when guessing if the xmltv grabber has done something.
Reported by: | Owned by: | sphery | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - Mythfilldatabase | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
One of my sources gets 28 days of guide data on one channel via EIT and 21 days on other channels via XMLTV. So the grabber has no chance to change max(endtime) of this source and is always reported as "potentially failed".
Attached is a proof of concept patch that ignores channels without xmltvid (the grabber can't change them anyway)
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | 0001-Ignore-channels-without-xmltvid-when-guessing-if-the.patch added |
---|
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | 0001-Ignore-channels-without-xmltvid-when-guessing-if-the.2.patch added |
---|
the patch, rebased against lastest master
comment:2 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Improve check for whether mythfilldatabase inserted data.
Only consider channels which have an xmltvid when checking whether mythfilldatabase inserted any data. This will better handle error reporting for users who have sources with different channels using XMLTV (or Schedules Direct) and EIT.
Fixes #9990
Signed-off-by: Michael T. Dean <mdean@…>
Branch: master Changeset: a98783e19e07954c31a0148fbc2ef57d57dff077
comment:3 Changed 13 years ago by
Owner: | changed from stuartm to sphery |
---|
Thanks to superm1, I have tested the patch against latest master and it's working as designed. The false positives are gone wie the warning still intact when it's actually true.