Opened 10 years ago
Closed 9 years ago
Last modified 7 years ago
#12446 closed Patch - Bug Fix (fixed)
Patch: The Dvr/GetTitleInfoList endpoint doesn't return titles that have no inetref
Reported by: | Owned by: | Bill Meek | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27.6 |
Component: | MythTV - Services API - Backend | Version: | 0.27.4 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Dvr/GetTitleInfoList? is a huge benefit when client users have a large collection of recordings. And most users seem to use inetrefs. Dvr/GetTitleInfoList?, however, excludes recordings without inetrefs.
Dvr/GetRecordedList? works, but includes much more data and while Dvr/GetTitleList? is also fast, it doesn't return the inetref.
This patch simply allows the endpoint to return all titles regardless of the inetref, which is likely to be missing on news and special programs for example. The client then displays nothing or a generic replacement for the coverart etc.
I literally flipped a coin to choose between Feature or Bug. It's working as written, but we're missing programs because of it.
Attachments (2)
Change History (8)
Changed 10 years ago by
Attachment: | Dvr-GetTitleInfoList.patch.0.27.v0 added |
---|
Changed 10 years ago by
Attachment: | Dvr-GetTitleInfoList.patch.0.28-pre.v0 added |
---|
comment:1 Changed 10 years ago by
Owner: | set to stuartm |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 Changed 9 years ago by
Milestone: | unknown → 0.27.6 |
---|---|
Owner: | changed from stuartm to Bill Meek |
comment:6 Changed 7 years ago by
Owner: | changed from Bill Meek to Bill Meek |
---|
I'd love to see this patch merged, is there anything blocking it?