Opened 14 years ago
Closed 14 years ago
#10261 closed Bug Report - General (fixed)
Description not tagged properly in tag no services API for getrecordedlist
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When getting data from the DVR service using getrecordedlist, the description of a show isn't wrapped by <description> tags. This appears to be by design, but breaks elementtree xml processing in python.
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | xmlSerializer.patch added |
|---|
comment:1 by , 14 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
XML serializer: Treat Description tag the same as any other.
I suspect this was debugging left over. I've had this patch sitting in my tree for a while but as people are now submitting it themselves I guess it's time to commit :)
Fixes #10261.
Branch: master Changeset: 95469c3f0aa267b69af02df87460f045b9610e3b
Note:
See TracTickets
for help on using tickets.

patch to remove the one-off processing for the description field