Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#1884 closed patch (fixed)
EIT Guide fixup for comhem
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | dvb | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Patch to improve guide fixup for comhem.
- Adds a few casts in EITHelper::AddEIT()
Without those the guide fixup is not run at all, it should not be needed and i don't understand why but it works.
- Modifies DBEvent class to insert airdate and originalairdate
- The guide fixup tries to move as many things as possibel from the description and title to where it should be.
Attachments (2)
Change History (7)
by , 19 years ago
Attachment: | comhem-fixup.diff added |
---|
comment:1 by , 19 years ago
The casts in eithelper.cpp are incorrect. The cause of the problem are the numeric constants in init_fixup. They are signed and shouldn't be. I'll attach a patch.
by , 19 years ago
Attachment: | eitfixup_signness.diff added |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 19 years ago
(In [10238]) Refs #1035. Refs #1728. Refs #1801. Refs #1884. Refs #1615. EIT branch merge.
- Improves the EIT Fixup functions for the UK and Sweden.
- Improves the EIT version cache (lowering memory and CPU requirements).
- Fixes various small memory leaks and lowers memory requirements with earlier deletes.
- Fixes a spurious error message in filldata with EIT only sources.
Note:
See TracTickets
for help on using tickets.
the patch