Opened 14 years ago
Closed 13 years ago
Last modified 13 years ago
#9155 closed enhancement (fixed)
Fix DishNet programid and seriesid parsing
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - EIT | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch fixes the programid and seriesid parsing of descriptor 0x96. The resulting programid's and seriesid's now match those provided by schedules direct. This patch also adds parsing of the originalairdate, but isn't yet used.
Attachments (2)
Change History (7)
Changed 14 years ago by
Attachment: | programid.diff added |
---|
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Update Dish Network EIT to support programid and seriesID parsing.
This patch from Mark Buechler has been sitting around for some time, and it only affects code related to Dish network EIT parsing, so there's little to no harm in applying it, even though I'm unable to test it beyond compilation.
Fixes #9155.
Branch: master Changeset: 2a65380b0e1769f70debc99e1089145b0b6b59c1
comment:4 Changed 13 years ago by
Hi Robert, i pulled the master branch (8b9c0bae238d50051b3e), but when i compiled i got the error that i'm attaching as compile-error.log.
I noticed your commit about dishdescriptors so i cheched out the release just before this fix, and when i "git checkout d9506371d04a0dff4f63" everything works fine.
Bye Federico
Changed 13 years ago by
Attachment: | compile-error.log added |
---|
The patch..