Feature #191
openFLOF/Fastext support patch
0%
Description
I updated this old FLOF patch http://lists.alioth.debian.org/pipermail/pkg-vdr-dvb-devel/2006-March/002117.html for the current git version cab8a4b5. I also made the the FLOF keys configurable the same way like zoom, halfpage etc. The patch works in principal eg with RTL or Tele 5, but some points should be improved:
- The decoding of the FLOF page number should be moved from menu.c to txtrecv.c.
- FLOF should only be active for pages that support it. I think evaluating the Link Control Byte would help.
Unfortunately I'am not familiar with all the used bit operations that I could help with these points.
Files
Updated by gnapheus about 15 years ago
By the way, TOP-Text would also be a nice feature ;).
Updated by gnapheus almost 15 years ago
- File osdteletext-flof-v2.diff osdteletext-flof-v2.diff added
Here is the patch for version the current git version 3a2b76bf. I encapsulated the FLOF decoding in a own method. Now also the Link Control Byte is evaluated and FLOF is only possible on pages that support it. I think for a proper integration the storage of the pages has to be changed, as you cannot store something like metadata of a page which is accessible e.g. in menu.c.