Opened 20 years ago
Closed 20 years ago
Last modified 20 years ago
#1054 closed defect (fixed)
Programs filled in from EIT show up as previously recorded
Reported by: | greg | Owned by: | xris |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
All programs filled in from EIT data are showing up in the programs listing as having been previously recorded. AS you mentioned this likely has to do with the lack of a series or programid.
Attachments (5)
Change History (11)
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Version: | → head |
This breaks #848; certain recordings that don't have a seriesid field (movies broadcast on TV, for example) are improperly not marked in the mythweb TV listings as being recorded. I've attached a patch to fix hopefully both the EIT and "oldrecorded" problems (I don't have EIT, so I can't check for the originally-reported problem).
by , 20 years ago
Attachment: | mythweb.oldrecorded.diff added |
---|
by , 20 years ago
Attachment: | mythweb.oldrecorded.3.diff added |
---|
sorry, included too much in the diff
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
by , 20 years ago
Attachment: | mythweb.oldrecorded.4.diff added |
---|
comment:4 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Can anyone experiencing this "EIT channels all appear in TV listings as previously recorded" problem try out this most recent patch (apply to [8911])? You might also need the patch in #1232 (you shouldn't, but I only mention it because I only have one tree with both patches in it).
Also, for these EIT channels, are they also being filled in by a listings grabber, then being filled in later by EIT? If so, I think this might be an intractable problem. I the oldrecorded record could have empty or non-empty programid/seriesid values depending on when it got recorded and whether or not the guide data was overwritten by EIT. This is then compared to the program record at the time the mythweb TV listings are loaded (e.g., whether or not the downloaded guide data have been also overwritten by EIT data).
Anyway, anyone who is interested, please give this a try and let me know how it goes, plus the channel guide data configuration (whether it gets its guide data from download and/or EIT).
comment:5 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [8637]) hopefully fix #1054