Opened 16 years ago
Closed 15 years ago
#8980 closed defect (Invalid)
MythXML guide doesn't reflect recently added recording rules
| Reported by: | Owned by: | dblain | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | getprogramguide fromprogramquery |
| Cc: | Ticket locked: | no |
Description
This appears to be because, since r24694 (ProgramInfo refactor), FromProgramQuery() (called from LoadFromProgram(), both in programinfo.cpp) executes a query which does a join with oldrecorded (as opposed to record presumably). So, rules that haven't resulted in a recording yet don't get the correct RecordingType, etc. The guide XML therefore doesn't reflect the fact that a recently scheduled program is scheduled for recording.
Change History (3)
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:2 by , 16 years ago
| Milestone: | 0.24 → unknown |
|---|---|
| Owner: | changed from to |
| Status: | accepted → assigned |
comment:3 by , 15 years ago
| Resolution: | → Invalid |
|---|---|
| Status: | assigned → closed |
Closing since MythXML no longer exists (and to the best of my knowledge, the Guide service should produce working output)
Note:
See TracTickets
for help on using tickets.

It appears this is not a PI refactor regression. The query is unchanged since before the refactor (it has simply been moved from programlist.cpp to programinfo.cpp) I also checked the query indexes in LoadFromProgram and they matched the comments.