Opened 13 years ago
Closed 5 years ago
#11491 closed Developer Task (Unverified)
Patch to service api (content endpoint) allowing querying of recorded markup data
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - Services API - Backend | Version: | 0.26-fixes |
| Severity: | medium | Keywords: | services-api commskip |
| Cc: | Ticket locked: | no |
Description
This is a patch to allow the querying of RecordedMarkup data via services api for third party player commskip.
Attachments (6)
Change History (16)
by , 13 years ago
| Attachment: | mythtv-0.26-serviceapi-recorded-markup.patch added |
|---|
by , 13 years ago
| Attachment: | mythtv-0.27-serviceapi-recorded-markup.patch added |
|---|
adds methods to query recordedmarkup data to services-api content endpoint for 0.27
by , 13 years ago
| Attachment: | mythtv-0.27-serviceapi-recorded-markup.2.patch added |
|---|
Previous version of this patch did not contain the .pro file
by , 13 years ago
| Attachment: | mythtv-0.26-serviceapi-recorded-markup.2.patch added |
|---|
Updated initialization of Markup Type
by , 13 years ago
| Attachment: | mythtv-0.27-serviceapi-recorded-markup.3.patch added |
|---|
Updated initialization of Markup Type
by , 13 years ago
| Attachment: | mythtv-0.27-serviceapi-recorded-markup.4.patch added |
|---|
new patch with no concept of mark type id coming from the db
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:3 by , 12 years ago
If it hasn't been committed yet, 0.27 has been in feature freeze for over a month, and this cannot be added.
comment:4 by , 12 years ago
| Component: | Bindings - XML/JSON → MythTV - Services API - Backend |
|---|
comment:6 by , 11 years ago
Although I'm not the original author, I'd love to see this functionality added. I created a pull request with the above patch modified to work with current Master. I also added "Bookmark" as a property since that's useful to me.
https://github.com/MythTV/mythtv/pull/93
Thanks!
comment:7 by , 11 years ago
This functionality was merged from #12090, so I think this ticket and pull/93 can be closed.
comment:8 by , 11 years ago
Although there were overlaps, some of the functionality provided by this patch is not provided by the patches in #12090.
This patch allows pulling the bookmark information and information about resolution, bitrate and aspect ratio.
Which isn't to say that this patch will be merged, it won't, but I'm leaving it open as a reminder to add the equivalent functionality to the services API. Namely the ability to pull recording file metadata - resolution, bitrate, codec etc from the new recordedfile table.
comment:9 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | accepted → assigned |
| Type: | Patch - Feature → Developer Task |
Stuart, I'm closing the PR as per your last comment and moving this over to your reminders.
comment:10 by , 5 years ago
| Resolution: | → Unverified |
|---|---|
| Status: | assigned → closed |
Closing all old tickets in trac.
If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues
and reference the existing trac ticket.

adds methods to query recordedmarkup data to services-api content endpoint