Opened 20 years ago
Closed 20 years ago
Last modified 20 years ago
#913 closed patch (fixed)
Some event description parts are sometimes missing in DVB EIT
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
When looking at the events description received by DVB EIT, some descriptions parts are missing, but not for all the programs in a single channel.
The missing descriptors are due to the fact that the provider is sometimes sending some additional item description along with the extended event descriptor.
The actual code only adds descriptors when they have their additional item description length == 0.
The attached patch fixes this by skipping the additional item descriptors.
Attachments (1)
Change History (5)
by , 20 years ago
Attachment: | eitmissingdesc.patch added |
---|
comment:1 by , 20 years ago
Version: | → head |
---|
comment:2 by , 20 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I don't believe this problem exists with the current parser.
Daniel, if you could verify this I would appreciate it.
comment:4 by , 20 years ago
Works like a charm with the new parser!
Thank you very much for your work
patch against head (8464)