Opened 15 years ago
Closed 15 years ago
Last modified 15 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)
by , 15 years ago
| Attachment: | programid.diff added |
|---|
comment:1 by , 15 years ago
| Status: | new → assigned |
|---|
comment:2 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|
comment:3 by , 15 years ago
| 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 by , 15 years ago
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
by , 15 years ago
| Attachment: | compile-error.log added |
|---|

The patch..