INFplus
-
- WebController
- Beiträge: 470
- Registriert: Di 7. Mai 2013, 05:11
- Wohnort: Australia
AW: INFplus
0x8A seems to be a member of the "C1" control set indicating VTS or "Vertical Tabulation Set".
I want to do a little more research on this before deciding on a solution, but the obvious one is just to treat it like a CR/LF and move on with our lives.
The problem would be if it is actually used as a display character in other situations because it is also described as a "Latin capital letter S with caron".
I want to do a little more research on this before deciding on a solution, but the obvious one is just to treat it like a CR/LF and move on with our lives.
The problem would be if it is actually used as a display character in other situations because it is also described as a "Latin capital letter S with caron".
AW: INFplus
$8A is the linefeed character according to the DVB specification (ETSI 300468).
The single byte codes $00..$1F and $7F..$9F are never used as display characters.
And you must be aware of the current character set to display the correct symbols for all other codes. The used character set is specified by the codes $00..$1F. This is not simple, my program TFInfo has over 2000 lines of code and lookup tables only for converting any DVB text to Unicode.
The single byte codes $00..$1F and $7F..$9F are never used as display characters.
And you must be aware of the current character set to display the correct symbols for all other codes. The used character set is specified by the codes $00..$1F. This is not simple, my program TFInfo has over 2000 lines of code and lookup tables only for converting any DVB text to Unicode.
Zuletzt geändert von FilmFan am Sa 14. Jun 2014, 00:47, insgesamt 2-mal geändert.
Das Kennwort für die Einstellungen bei den SRP/CRP-Modellen lautet 2010.
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)
-
- WebController
- Beiträge: 470
- Registriert: Di 7. Mai 2013, 05:11
- Wohnort: Australia
AW: INFplus
Thanks FilmFan,
I found this documented in annex A.1 of ETSI EN 300 468 V1.11.1 (2010-04).
I will amend INFplus to process this character like a CR/LF and post an update.
I found this documented in annex A.1 of ETSI EN 300 468 V1.11.1 (2010-04).
I will amend INFplus to process this character like a CR/LF and post an update.
-
- WebController
- Beiträge: 470
- Registriert: Di 7. Mai 2013, 05:11
- Wohnort: Australia
AW: INFplus
I have placed a copy of version 1.1c on my web site:
I have done some basic testing and it seems to work but I have not done any detailed regression testing. Once I have tested more thoroughly, I will make this version available on TAPtoDate.
I have done some basic testing and it seems to work but I have not done any detailed regression testing. Once I have tested more thoroughly, I will make this version available on TAPtoDate.
- Woodman
- Quelle des Wissens
- Beiträge: 1280
- Registriert: Fr 9. Dez 2005, 14:38
- Receivertyp: TechniSat DIGIT ISIO STC+
- Wohnort: OF-Bieber
AW: INFplus
Thank you DMC,DeltaMikeCharlie hat geschrieben:I have placed a copy of version 1.1c on my web site:
I have done some basic testing and it seems to work but I have not done any detailed regression testing. Once I have tested more thoroughly, I will make this version available on TAPtoDate.

- Woodman
- Quelle des Wissens
- Beiträge: 1280
- Registriert: Fr 9. Dez 2005, 14:38
- Receivertyp: TechniSat DIGIT ISIO STC+
- Wohnort: OF-Bieber
AW: INFplus
Hi DMC,
I'v tested different stations with different contents. Here my results:
This is a very long EPG-Info from ServusTV and I show only the last page:

As you can see: the last page is incomplete. On INFplus it looks like this:

And INFplus is complete
The next example is very short:

The INFplus looks similar:

...with one exception: You suppress double linefeeds:

To be continued..
I'v tested different stations with different contents. Here my results:
This is a very long EPG-Info from ServusTV and I show only the last page:
As you can see: the last page is incomplete. On INFplus it looks like this:
And INFplus is complete

The next example is very short:
The INFplus looks similar:
...with one exception: You suppress double linefeeds:
To be continued..
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
- Woodman
- Quelle des Wissens
- Beiträge: 1280
- Registriert: Fr 9. Dez 2005, 14:38
- Receivertyp: TechniSat DIGIT ISIO STC+
- Wohnort: OF-Bieber
AW: INFplus
And my last example shows the 2. page of a 3 page EPG info from "SAT.1 Gold":

The INFplus looks very good but...

.. the double linefeed is missing (for better readability):

This stations uses the "normal" linefeed.
In the ZIP you will find 3 INFplus files.
Seen about everything you made a very good job
and now INFplus is much better.
The INFplus looks very good but...
.. the double linefeed is missing (for better readability):
This stations uses the "normal" linefeed.
In the ZIP you will find 3 INFplus files.
Seen about everything you made a very good job

Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
-
- WebController
- Beiträge: 470
- Registriert: Di 7. Mai 2013, 05:11
- Wohnort: Australia
AW: INFplus
INFplus deliberately suppresses multiple consecutive line feeds. I need to give this some more thought.
AW: INFplus
[quote="Woodman"]This stations uses the "normal" linefeed.[/quote]
Then this can't be an original unmodified DVB text because $0A signals a switch of the character set to ISO 8859-14.
Das Kennwort für die Einstellungen bei den SRP/CRP-Modellen lautet 2010.
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)
- Woodman
- Quelle des Wissens
- Beiträge: 1280
- Registriert: Fr 9. Dez 2005, 14:38
- Receivertyp: TechniSat DIGIT ISIO STC+
- Wohnort: OF-Bieber
AW: INFplus
Also ich habs nicht modifiziert.FilmFan hat geschrieben:Then this can't be an original unmodified DVB text because $0A signals a switch of the character set to ISO 8859-14.

Vielleicht hat ja SAT.1 Gold seine eigene Norm!?

AW: INFplus
Woodman hat geschrieben:Vielleicht hat ja SAT.1 Gold seine eigene Norm!?![]()
Da muß man sich dann auch nicht wundern, wenn bei jeder kleinen Änderung der Sendeparamter Receiver reihenweise ausfallen (umgekehrt gilt das nämlich genauso). Dann muß ich in TFInfo also wieder eine schaltbare Ausnahmeregel für das Zeichen $0A implementieren.

Aber die DVB-Norm ist in sich auch teilweise widersprüchlich, lücken- und sogar fehlerhaft, wie ich bei meiner Zeichensatz-Implementierung feststellen mußte (ich bin auch nicht der erste, der das gemerkt hat). Mittlerweile habe ich da aber weitgehend den Durchblick. Vielleicht veröffentliche ich mal den korrekten Standard.

P. S.: Selbst die offizielle Beschreibung von ISO 6937 enthält einen Fehler.
Zuletzt geändert von FilmFan am So 15. Jun 2014, 19:34, insgesamt 1-mal geändert.
Das Kennwort für die Einstellungen bei den SRP/CRP-Modellen lautet 2010.
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)
- mini49
- gefährdete Rätselquelle
- Beiträge: 2364
- Registriert: Do 9. Jun 2011, 21:06
- Receivertyp: SRP-2401CI+
VU+DUO4KSE - Receiverfirmware: Jan 15 2020
- Wohnort: Raum Amstetten, NÖ
AW: INFplus
DeltaMikeCharlie hat geschrieben:I have placed a copy of version 1.1c on my web site:
I have done some basic testing and it seems to work but I have not done any detailed regression testing. Once I have tested more thoroughly, I will make this version available on TAPtoDate.
Hi DeltaMikeCharlie,
I know, you are busy with WebControl at the moment, but do you still have plans to release this version via TAPtoDate?
greetings
mini49
2x quattro LNB für Astra + Hotbird
Triax TMU983c vor Hirschmann CKR9160ND - umgestiegen auf Unicable mit 2x3 SAT-Tunern
10x VU+DUO 4K SE mit 8x DVB-S2X FBC Twin Tuner, 7x DVB-T2 Dual Tuner, 1x DVB-C FBC Tuner, 1-2 TB SSD
Image: VTI 15.0.02 Skin: Atile HD + Atlle HD pro
Plugins: vuTransferChannels | VU+Remote | AutoCutVFD skin | Automatic Full Backup | Automove | backsNcovers | CheckFreeSpace | Dateimanager-VTi | Feed+ | InfoBarTunerState | InternetSpeedTest | KeyboardHistory | Kiosk | MultiQuickButton | OpenWebif | Oscam + OscamButler | ORFSAT1Teletext | PackageManager | PiconManager | PlutoTV | RakutenTV | SamsungTV | Serienrecorder | ServiceScanUpdates | SmartEPGvu+ | SmartFilervu+ | TMDb | VPS | VTi Tweaks | VWeather3 | youtube |
Triax TMU983c vor Hirschmann CKR9160ND - umgestiegen auf Unicable mit 2x3 SAT-Tunern
10x VU+DUO 4K SE mit 8x DVB-S2X FBC Twin Tuner, 7x DVB-T2 Dual Tuner, 1x DVB-C FBC Tuner, 1-2 TB SSD
Image: VTI 15.0.02 Skin: Atile HD + Atlle HD pro
Plugins: vuTransferChannels | VU+Remote | AutoCutVFD skin | Automatic Full Backup | Automove | backsNcovers | CheckFreeSpace | Dateimanager-VTi | Feed+ | InfoBarTunerState | InternetSpeedTest | KeyboardHistory | Kiosk | MultiQuickButton | OpenWebif | Oscam + OscamButler | ORFSAT1Teletext | PackageManager | PiconManager | PlutoTV | RakutenTV | SamsungTV | Serienrecorder | ServiceScanUpdates | SmartEPGvu+ | SmartFilervu+ | TMDb | VPS | VTi Tweaks | VWeather3 | youtube |
-
- WebController
- Beiträge: 470
- Registriert: Di 7. Mai 2013, 05:11
- Wohnort: Australia
AW: INFplus

The version on TTD is 1.1a and my current internal version is 1.1f.
1.1b = Cosmetic internal code change.
1.1c = Process 0x8A as a CR/LF in wordwrap.
1.1d = Change link() to syscall() to fix bug with AutoDescramble.
1.1e = Refine html decoding functionality.
1.1f = Add ability to jump to end of event.
jkIT and I are in the middle of adding a new language to the WebControl front-end. Once that is complete, I'll try to issue a new version of INFplus.
- mini49
- gefährdete Rätselquelle
- Beiträge: 2364
- Registriert: Do 9. Jun 2011, 21:06
- Receivertyp: SRP-2401CI+
VU+DUO4KSE - Receiverfirmware: Jan 15 2020
- Wohnort: Raum Amstetten, NÖ
AW: INFplus
Hi DMC,
many thanks for your excellent support.
mini49
many thanks for your excellent support.
mini49

2x quattro LNB für Astra + Hotbird
Triax TMU983c vor Hirschmann CKR9160ND - umgestiegen auf Unicable mit 2x3 SAT-Tunern
10x VU+DUO 4K SE mit 8x DVB-S2X FBC Twin Tuner, 7x DVB-T2 Dual Tuner, 1x DVB-C FBC Tuner, 1-2 TB SSD
Image: VTI 15.0.02 Skin: Atile HD + Atlle HD pro
Plugins: vuTransferChannels | VU+Remote | AutoCutVFD skin | Automatic Full Backup | Automove | backsNcovers | CheckFreeSpace | Dateimanager-VTi | Feed+ | InfoBarTunerState | InternetSpeedTest | KeyboardHistory | Kiosk | MultiQuickButton | OpenWebif | Oscam + OscamButler | ORFSAT1Teletext | PackageManager | PiconManager | PlutoTV | RakutenTV | SamsungTV | Serienrecorder | ServiceScanUpdates | SmartEPGvu+ | SmartFilervu+ | TMDb | VPS | VTi Tweaks | VWeather3 | youtube |
Triax TMU983c vor Hirschmann CKR9160ND - umgestiegen auf Unicable mit 2x3 SAT-Tunern
10x VU+DUO 4K SE mit 8x DVB-S2X FBC Twin Tuner, 7x DVB-T2 Dual Tuner, 1x DVB-C FBC Tuner, 1-2 TB SSD
Image: VTI 15.0.02 Skin: Atile HD + Atlle HD pro
Plugins: vuTransferChannels | VU+Remote | AutoCutVFD skin | Automatic Full Backup | Automove | backsNcovers | CheckFreeSpace | Dateimanager-VTi | Feed+ | InfoBarTunerState | InternetSpeedTest | KeyboardHistory | Kiosk | MultiQuickButton | OpenWebif | Oscam + OscamButler | ORFSAT1Teletext | PackageManager | PiconManager | PlutoTV | RakutenTV | SamsungTV | Serienrecorder | ServiceScanUpdates | SmartEPGvu+ | SmartFilervu+ | TMDb | VPS | VTi Tweaks | VWeather3 | youtube |
- Blaubeere
- Benutzer
- Beiträge: 89
- Registriert: Mo 14. Mai 2007, 21:26
- Receivertyp: SRP-2401CI+
- Receiverfirmware: 03.04.2014
AW: INFplus
Hallo,
nachdem ich INFplus installiert hatte, wurden keine Infos mehr angezeigt, wenn ich bei einer laufenden Aufnahme auf der Fernbedienung auf i drückte. Man sieht nur für einen Sekundenbruchteil etwas und dann verschwindet die Anzeige sofort. Nachdem ich INFplus vollständig deinstalliert habe (Version 1.1a), ist das Problem weg. Ist das Bug oder Feature?
Gruß
Blaubeere
nachdem ich INFplus installiert hatte, wurden keine Infos mehr angezeigt, wenn ich bei einer laufenden Aufnahme auf der Fernbedienung auf i drückte. Man sieht nur für einen Sekundenbruchteil etwas und dann verschwindet die Anzeige sofort. Nachdem ich INFplus vollständig deinstalliert habe (Version 1.1a), ist das Problem weg. Ist das Bug oder Feature?
Gruß
Blaubeere
SRP-2401CI+, FW 3. Apr. 2014 /
iMac 21.5'', OS X 10.12.6
TAP's (AutoStart): FastSkip, INFplus, SmartEPG, SmartFiler, TAPtoDate

TAP's (AutoStart): FastSkip, INFplus, SmartEPG, SmartFiler, TAPtoDate
- Bernhard75045
- IAfSNBSFBaansGwPukgS
- Beiträge: 13311
- Registriert: Do 15. Mär 2007, 14:07
- Receivertyp: SRP 2401 CI+ (ohne CI+)
- Receiverfirmware: SRP: Feb.1.2013
- Wohnort: "RollCreekValley" bei Karlsruhe/Baden
AW: INFplus
Ich meine, das hatte ich auch mal, und das Problem hing mit SmartEPG zusammen (Hoffe, ich sag jetzt nichts falsches und verwechsle da was.)
Soweit ich weiß, wurde das Problem aber bei einem S-EPG-UpDate behoben.
Hast du da evtl. eine ältere Version drauf?
Soweit ich weiß, wurde das Problem aber bei einem S-EPG-UpDate behoben.
Hast du da evtl. eine ältere Version drauf?
Na denn Prost!
Gruß, Bernhard
Liebe geht durch den Magen, Fernsehen durch'n Topf...
---
...per XStart: PowerRestore, SmartEPG, TMS-Arch., InfPlus, FastSkip, TiShi-Saver, InfoTools
...bei Bedarf: TMSCom.; MovieCutter; RebNav; HDDInfo; TapToDate;
KEIN CI+! Kein Pay-TV!
Hobbys: Tippfehler fabrizieren, Rächtschraiprekeln icknorieren, Fettnäpfchen suchen...
Helps: TopfWiki
Jeder Tag ohne Lächeln für deine Mitmenschen ist ein verlorener Tag.
Gruß, Bernhard
Liebe geht durch den Magen, Fernsehen durch'n Topf...
---
...per XStart: PowerRestore, SmartEPG, TMS-Arch., InfPlus, FastSkip, TiShi-Saver, InfoTools
...bei Bedarf: TMSCom.; MovieCutter; RebNav; HDDInfo; TapToDate;
KEIN CI+! Kein Pay-TV!
Hobbys: Tippfehler fabrizieren, Rächtschraiprekeln icknorieren, Fettnäpfchen suchen...
Helps: TopfWiki
Jeder Tag ohne Lächeln für deine Mitmenschen ist ein verlorener Tag.
-
- WebController
- Beiträge: 470
- Registriert: Di 7. Mai 2013, 05:11
- Wohnort: Australia
AW: INFplus
I think that Bernhard is correct. I seem to remember a compatibility problem with SmartEPG and screen updates. I can't remember if the problem was resolved with INFplus or SmartEPG, sorry.
You could also try changing configuration option 05 and see if that makes a difference.
I plan to make a new release of INFplus shortly, perhaps you should also try the new version when it is available.
You could also try changing configuration option 05 and see if that makes a difference.
I plan to make a new release of INFplus shortly, perhaps you should also try the new version when it is available.
- Blaubeere
- Benutzer
- Beiträge: 89
- Registriert: Mo 14. Mai 2007, 21:26
- Receivertyp: SRP-2401CI+
- Receiverfirmware: 03.04.2014
AW: INFplus
[quote="Bernhard75045"]
Soweit ich weiß, wurde das Problem aber bei einem S-EPG-UpDate behoben.
Hast du da evtl. eine ältere Version drauf?[/quote]
Ich habe den Topf erst seit drei oder vier Wochen. Insofern müsste die aktuelle Version von SmartEPG drauf sein (es sei denn, in den letzten Tagen wäre eine neue gekommen).
Ich warte dann mal die von DeltaMikeCharlie angekündigte neue Version ab.
Gruß
Blaubeere
SRP-2401CI+, FW 3. Apr. 2014 /
iMac 21.5'', OS X 10.12.6
TAP's (AutoStart): FastSkip, INFplus, SmartEPG, SmartFiler, TAPtoDate

TAP's (AutoStart): FastSkip, INFplus, SmartEPG, SmartFiler, TAPtoDate
- Bernhard75045
- IAfSNBSFBaansGwPukgS
- Beiträge: 13311
- Registriert: Do 15. Mär 2007, 14:07
- Receivertyp: SRP 2401 CI+ (ohne CI+)
- Receiverfirmware: SRP: Feb.1.2013
- Wohnort: "RollCreekValley" bei Karlsruhe/Baden
AW: INFplus
Blaubeere hat geschrieben:Ich habe den Topf erst seit drei oder vier Wochen. Insofern müsste die aktuelle Version von SmartEPG drauf sein (es sei denn, in den letzten Tagen wäre eine neue gekommen).
Nö, wenn es gefixt wurde, dann sicher nicht erst in den letzten Wochen.
Blaubeere hat geschrieben:Ich warte dann mal die von DeltaMikeCharlie angekündigte neue Version ab.
Das wird das Beste sein.

Na denn Prost!
Gruß, Bernhard
Liebe geht durch den Magen, Fernsehen durch'n Topf...
---
...per XStart: PowerRestore, SmartEPG, TMS-Arch., InfPlus, FastSkip, TiShi-Saver, InfoTools
...bei Bedarf: TMSCom.; MovieCutter; RebNav; HDDInfo; TapToDate;
KEIN CI+! Kein Pay-TV!
Hobbys: Tippfehler fabrizieren, Rächtschraiprekeln icknorieren, Fettnäpfchen suchen...
Helps: TopfWiki
Jeder Tag ohne Lächeln für deine Mitmenschen ist ein verlorener Tag.
Gruß, Bernhard
Liebe geht durch den Magen, Fernsehen durch'n Topf...
---
...per XStart: PowerRestore, SmartEPG, TMS-Arch., InfPlus, FastSkip, TiShi-Saver, InfoTools
...bei Bedarf: TMSCom.; MovieCutter; RebNav; HDDInfo; TapToDate;
KEIN CI+! Kein Pay-TV!
Hobbys: Tippfehler fabrizieren, Rächtschraiprekeln icknorieren, Fettnäpfchen suchen...
Helps: TopfWiki
Jeder Tag ohne Lächeln für deine Mitmenschen ist ein verlorener Tag.
- Isarwolf
- Vielantworter
- Beiträge: 825
- Registriert: Fr 8. Dez 2006, 17:19
- Receivertyp: TF5200PVRC 08.12.2006
CRP 2401 C+ 21.05.2011
CRP 2401 C+ 24.02.2017 - Receiverfirmware: TF5200 01.12.2006
CRP 2401 C+ 42031_2012Sept14 - Wohnort: KDG Oberbayern
AW: INFplus
Blaubeere hat geschrieben:Ich habe den Topf erst seit drei oder vier Wochen. Insofern müsste die aktuelle Version von SmartEPG drauf sein (es sei denn, in den letzten Tagen wäre eine neue gekommen).
Am Besten im Menü von SmartEPG nachschauen, welche Version installiert ist.
Aktuell ist 6.3
Sollte die letzte Version nicht installiert sein, dann bei TapToDate im Menü (Optionen) Beta-Versionen erlauben.
Das bringt nichts, wenn nicht die neueste Version von SmartEPG installiert ist.Ich warte dann mal die von DeltaMikeCharlie angekündigte neue Version ab.
Gruß
Isarwolf
CRP-2401CI+: Autostart: 'TimerDiags V3.4g' 'AutoExtender' 'SmartEPG_TMS V7.0e' 'Automove V2.1 Beta 3' 'BetterVideoText V0.33' 'FastSkip TMS 3.7' 'INFplus 1.2 Beta 3' 'Liza V1.6' 'QStart 1.2' 'RebuildNAV/RecCopy V5.3' 'SmartFiler_TMS 3.0' 'TMSDisplay V2.3a' 'TMSRemote V4.1' 'Webcontrol 2.0' 'lost+found V2.0'
TF5200: | iTina 1.04 L3 | Improbox t3 a.5 | Filer 2.30 |
TF5200: | iTina 1.04 L3 | Improbox t3 a.5 | Filer 2.30 |