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)
Changed 19 years ago by
Attachment: | comhem-fixup.diff added |
---|
comment:1 Changed 19 years ago by
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.
Changed 19 years ago by
Attachment: | eitfixup_signness.diff added |
---|
comment:2 Changed 19 years ago by
comment:3 Changed 19 years ago by
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 19 years ago by
(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