Stirf
- Happy
- TAP-Guru
- Beiträge: 5718
- Registriert: Fr 9. Dez 2005, 09:32
- Receivertyp: TF4000-5500-6000-TMS
- Wohnort: bei Karlsruhe
- Kontaktdaten:
AW: Stirf
Ich hab auch schonmal drüber nachgedacht, den Timernamen besser zu nutzen.
Durch Vergleich des Timernamens mit den EPG-Daten könnte man die richtigen EPG-Daten aussuchen und auch dafür sorgen, dass eine Sendung nicht komplett falsch umbenannt wird. Dann lieber gar nichts an den Daten ändern.
Gruß,
Happy
Durch Vergleich des Timernamens mit den EPG-Daten könnte man die richtigen EPG-Daten aussuchen und auch dafür sorgen, dass eine Sendung nicht komplett falsch umbenannt wird. Dann lieber gar nichts an den Daten ändern.
Gruß,
Happy
Meine TAPs und Tools
TF5500 PVR (Fw Jan. 2007 P)- 400GB Samsung - AC light 1.05 - Yamaha RX-V 1500 - LAN: Asus WL-500g Deluxe mit ftpd-topfield 0.7.4
TAPs: Quicktimer, Autodelete, Standby, 3PG, Automove, NiceDisplay, PowerRestore, WSS Killer, Eurostirf, Overfly
TV: Sony KDL-46W4500
TF6000 PVR (Fw Okt. 2008)- 160GB Samsung SV1604N
TAPs: iTina, Autodelete, Automove, Autoresume, NiceDisplay, WSS Killer
SRP-2100 (Fw Okt. 2009)
TAPs: SmartEPG, ChangePreview, Autodelete, Automove, BackupSettings,RescueRecs, MySkip, NiceDisplay
TF5500 PVR (Fw Jan. 2007 P)- 400GB Samsung - AC light 1.05 - Yamaha RX-V 1500 - LAN: Asus WL-500g Deluxe mit ftpd-topfield 0.7.4
TAPs: Quicktimer, Autodelete, Standby, 3PG, Automove, NiceDisplay, PowerRestore, WSS Killer, Eurostirf, Overfly
TV: Sony KDL-46W4500
TF6000 PVR (Fw Okt. 2008)- 160GB Samsung SV1604N
TAPs: iTina, Autodelete, Automove, Autoresume, NiceDisplay, WSS Killer
SRP-2100 (Fw Okt. 2009)
TAPs: SmartEPG, ChangePreview, Autodelete, Automove, BackupSettings,RescueRecs, MySkip, NiceDisplay
- FireBird
- Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
- Beiträge: 28933
- Registriert: Fr 9. Dez 2005, 09:59
- Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k - Wohnort: Wien
AW: Stirf
Hi Mike,
thanks for the new version. While fixing some bugs in Filer, we?ve found two problems with the concatenated strings of two programmes. In the following explanation, I?m referring to Elles screenshot.
The first bug is that the extended event info length field does not reflect the size of the whole string but contains the length of the first string (0x009c @ 0x16a).
With the second issue, I?m not sure if that feature is used in Australia. If I understand the comments in stirfLib correctly, you were already wondering about this byte. According to EN300468 (DVB Specification for Service Information in DVB systems) the first character of a string may be used to select a character encoding table. If you check out the screen shot, you?ll find a character 0x05 in front of the text string. This byte selects the latin character set. The rule is that it should only occur at the beginning of a string but there are 3 more. The 2nd 0x05 at location 0x20f is coming from the second programme and has to be skipped by Stirf. I?m just not sure where the 3rd and 4th 0x05 is coming from. Here?s an extract of EN300468:
Regards, Alex
thanks for the new version. While fixing some bugs in Filer, we?ve found two problems with the concatenated strings of two programmes. In the following explanation, I?m referring to Elles screenshot.
The first bug is that the extended event info length field does not reflect the size of the whole string but contains the length of the first string (0x009c @ 0x16a).
With the second issue, I?m not sure if that feature is used in Australia. If I understand the comments in stirfLib correctly, you were already wondering about this byte. According to EN300468 (DVB Specification for Service Information in DVB systems) the first character of a string may be used to select a character encoding table. If you check out the screen shot, you?ll find a character 0x05 in front of the text string. This byte selects the latin character set. The rule is that it should only occur at the beginning of a string but there are 3 more. The 2nd 0x05 at location 0x20f is coming from the second programme and has to be skipped by Stirf. I?m just not sure where the 3rd and 4th 0x05 is coming from. Here?s an extract of EN300468:
So the workaround is quite easy (in pseudo code):A.2 Selection of character table
Text fields can optionally start with non-spacing, non-displayed data which specifies the alternative character table to be used for the remainder of the text item. The selection of character table is indicated as follows:
- if the first byte of the text field has a value in the range "0x20" to "0xFF" then this and all subsequent bytes in
the text item are coded using the default character coding table (table 00 - Latin alphabet) of figure A.1;- if the first byte of the text field has a value in the range "0x01" to "0x0F" then the remaining bytes in the text
item are coded in accordance with the character coding tables which are given in table A.3;
Code: Alles auswählen
If (NextString [0] < 0x20) strcat (FirstString, &NextString [1]);
else strcat (FirstString, NextString);
Regards, Alex
- chrisly
- TAP-Süchtiger
- Beiträge: 5327
- Registriert: Mo 12. Dez 2005, 20:11
- Receivertyp: alt: SRP-2100 EUP + TF5500PVR + SBP-2000
NEU: V U+ Duo2 / Ultimo - Receiverfirmware: SRP: 21.06.2011
- Wohnort: Es kann nur Einen geben - SAARländer
AW: Stirf
[quote=""Töppi""]dafür gibt es die Option "Title & Subtitel". Dann wird bei vorhandenem Subtitel dieser angehängt.[/quote]
Aber dann wird doch auch der Titel geändert. Und genau das will ich ja vermeiden. Deshalb sollte der Timer-Titel am besten immer erhalten bleiben und nur der Subtitel angehängt werden.
Oder steh´ ich jetzt auf dem Schlauch?
Aber dann wird doch auch der Titel geändert. Und genau das will ich ja vermeiden. Deshalb sollte der Timer-Titel am besten immer erhalten bleiben und nur der Subtitel angehängt werden.
Oder steh´ ich jetzt auf dem Schlauch?
Gruß Christoph
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
- chrisly
- TAP-Süchtiger
- Beiträge: 5327
- Registriert: Mo 12. Dez 2005, 20:11
- Receivertyp: alt: SRP-2100 EUP + TF5500PVR + SBP-2000
NEU: V U+ Duo2 / Ultimo - Receiverfirmware: SRP: 21.06.2011
- Wohnort: Es kann nur Einen geben - SAARländer
AW: Stirf
[quote=""Happy""]Ich hab auch schonmal drüber nachgedacht, den Timernamen besser zu nutzen.
Durch Vergleich des Timernamens mit den EPG-Daten könnte man die richtigen EPG-Daten aussuchen und auch dafür sorgen, dass eine Sendung nicht komplett falsch umbenannt wird. Dann lieber gar nichts an den Daten ändern.
Gruß,
Happy[/quote]
Das wäre natürlich ideal!
Wenn´s technisch machbar ist ...
Durch Vergleich des Timernamens mit den EPG-Daten könnte man die richtigen EPG-Daten aussuchen und auch dafür sorgen, dass eine Sendung nicht komplett falsch umbenannt wird. Dann lieber gar nichts an den Daten ändern.
Gruß,
Happy[/quote]
Das wäre natürlich ideal!
Wenn´s technisch machbar ist ...
Gruß Christoph
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
- Steven
- Super-Duper-Guru
- Beiträge: 2901
- Registriert: Mo 10. Apr 2006, 20:51
- Receivertyp: TF5500 PVR, Dream 500-S, Opticum HD 9600
- Receiverfirmware: 03.01.2007
- Wohnort: 41844 Wegberg
AW: Stirf
[quote=""chrisly""]Aber dann wird doch auch der Titel geändert. Und genau das will ich ja vermeiden. Deshalb sollte der Timer-Titel am besten immer erhalten bleiben und nur der Subtitel angehängt werden.
Oder steh´ ich jetzt auf dem Schlauch? [/quote]
Wenn du über EPG programmierst wird der Titel eigentlich nie geändert.
Deshalb müßte diese Einstellung zu 99% passen.
Gruß Steven.
Oder steh´ ich jetzt auf dem Schlauch? [/quote]
Wenn du über EPG programmierst wird der Titel eigentlich nie geändert.
Deshalb müßte diese Einstellung zu 99% passen.
Gruß Steven.
Autostart- Taps: AutoReboot 2.2, PowerRestore V0.7.6, QuickTimer 1.0.2, ImproBox V2.5, NiceDisplay V2.1beta10, AutoExtender 02.08.57 (1), FastSkip 1.1u, Filer v2.30, Stirf 1.3 Beta D3, Overfly 0.74.6, RecCopy 4.3, SDS V1.3d, 3PG 1.28
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
- Töppi
- TöppiHolic der mit dem h tanzt , Anstifter und Möchtegernstatusaufdecker
- Beiträge: 26843
- Registriert: So 27. Aug 2006, 19:22
- Receivertyp: 2410M
- Receiverfirmware: Feb. 2014
- Wohnort: Nähe Mainz
AW: Stirf
[quote=""chrisly""]Aber dann wird doch auch der Titel geändert. Und genau das will ich ja vermeiden. Deshalb sollte der Timer-Titel am besten immer erhalten bleiben und nur der Subtitel angehängt werden.
Oder steh´ ich jetzt auf dem Schlauch? [/quote]
wurde bereits erwähnt. Bei Programmierung über EPG ist doch der Titel meistens identisch. Normalerweise habe ich durch 3PG sogar auch schon den Subtitel dabei. Dadurch wird Stirf beim Titel meistens arbeitslos.
Titel: Soko Kitzbühel
Subtitel : Tod am Hahnenkamm
--> Soko Kitzbühel - Tod am Hahnenkamm (durch EPGtimer oder Stirf bei Titel & Subtitel)
Oder steh´ ich jetzt auf dem Schlauch? [/quote]
wurde bereits erwähnt. Bei Programmierung über EPG ist doch der Titel meistens identisch. Normalerweise habe ich durch 3PG sogar auch schon den Subtitel dabei. Dadurch wird Stirf beim Titel meistens arbeitslos.
Titel: Soko Kitzbühel
Subtitel : Tod am Hahnenkamm
--> Soko Kitzbühel - Tod am Hahnenkamm (durch EPGtimer oder Stirf bei Titel & Subtitel)
Gruß
Klaus
................
SRP-2410M
TAP's (Autostart):
| TMSDisplay | F*Skip TMS 3.xx | SmartEPG | SmartFiler | RebuildNAV | Automove TMS | TMSRemote | Callmonitor | SmartSeriesrename | Switch2FTA |
Klaus
................
SRP-2410M
TAP's (Autostart):
| TMSDisplay | F*Skip TMS 3.xx | SmartEPG | SmartFiler | RebuildNAV | Automove TMS | TMSRemote | Callmonitor | SmartSeriesrename | Switch2FTA |
- chrisly
- TAP-Süchtiger
- Beiträge: 5327
- Registriert: Mo 12. Dez 2005, 20:11
- Receivertyp: alt: SRP-2100 EUP + TF5500PVR + SBP-2000
NEU: V U+ Duo2 / Ultimo - Receiverfirmware: SRP: 21.06.2011
- Wohnort: Es kann nur Einen geben - SAARländer
AW: Stirf
[quote=""Steven""]Wenn du über EPG programmierst wird der Titel eigentlich nie geändert.
Deshalb müßte diese Einstellung zu 99% passen.
Gruß Steven.[/quote]
Ich programmiere immer über EPG. Und es kommt schon manchmal vor, dass dann trotzdem auch der Titel geändert wird (letzte Woche z.B. bei Sandmännchen und ntv-Motor). Deshalb kam ich ja auf die Idee, den Timer-Titel immer zu lassen und nur den Subtitel und die erweiterten Infos ändern zu lassen.
Dann weiß man im Fall der Fälle wenigstens, um welche Sendung es sich wirklich handelt.
Deshalb müßte diese Einstellung zu 99% passen.
Gruß Steven.[/quote]
Ich programmiere immer über EPG. Und es kommt schon manchmal vor, dass dann trotzdem auch der Titel geändert wird (letzte Woche z.B. bei Sandmännchen und ntv-Motor). Deshalb kam ich ja auf die Idee, den Timer-Titel immer zu lassen und nur den Subtitel und die erweiterten Infos ändern zu lassen.
Dann weiß man im Fall der Fälle wenigstens, um welche Sendung es sich wirklich handelt.
Gruß Christoph
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
- Steven
- Super-Duper-Guru
- Beiträge: 2901
- Registriert: Mo 10. Apr 2006, 20:51
- Receivertyp: TF5500 PVR, Dream 500-S, Opticum HD 9600
- Receiverfirmware: 03.01.2007
- Wohnort: 41844 Wegberg
AW: Stirf
[quote=""chrisly""]Deshalb kam ich ja auf die Idee, den Timer-Titel immer zu lassen und nur den Subtitel und die erweiterten Infos ändern zu lassen.
Dann weiß man im Fall der Fälle wenigstens, um welche Sendung es sich wirklich handelt.[/quote]
Das geht nicht.
Du kannst An, An+ Subtitel oder Aus wählen.
Gruß Steven.
PS. Versuche doch mal die manuelle Stirf Funktion, diese bietet noch zusätzliche Möglichkeiten.
Dann weiß man im Fall der Fälle wenigstens, um welche Sendung es sich wirklich handelt.[/quote]
Das geht nicht.
Du kannst An, An+ Subtitel oder Aus wählen.
Gruß Steven.
PS. Versuche doch mal die manuelle Stirf Funktion, diese bietet noch zusätzliche Möglichkeiten.
Autostart- Taps: AutoReboot 2.2, PowerRestore V0.7.6, QuickTimer 1.0.2, ImproBox V2.5, NiceDisplay V2.1beta10, AutoExtender 02.08.57 (1), FastSkip 1.1u, Filer v2.30, Stirf 1.3 Beta D3, Overfly 0.74.6, RecCopy 4.3, SDS V1.3d, 3PG 1.28
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
-
- Vielfrager
- Beiträge: 14
- Registriert: Mo 29. Jan 2007, 13:09
AW: Stirf
[quote=""FireBird""]Hi Mike,
thanks for the new version. While fixing some bugs in Filer, we?ve found two problems with the concatenated strings of two programmes. In the following explanation, I?m referring to Elles screenshot.
[/quote]
hi Alex
thanks! i understand the problems. they are both easy to fix.
thanks for clearing up what that extra byte is for. you're right, i had no idea what was going on there!
the third and fourth 0x05 are because i have concatenated several strings no just two (title, short info, extended info... etc etc).
thanks again for the help. i'll try to get a new beta out soon.
thanks for the new version. While fixing some bugs in Filer, we?ve found two problems with the concatenated strings of two programmes. In the following explanation, I?m referring to Elles screenshot.
[/quote]
hi Alex
thanks! i understand the problems. they are both easy to fix.
thanks for clearing up what that extra byte is for. you're right, i had no idea what was going on there!
the third and fourth 0x05 are because i have concatenated several strings no just two (title, short info, extended info... etc etc).
thanks again for the help. i'll try to get a new beta out soon.
- phil-99
- Jung-Guru
- Beiträge: 1503
- Registriert: Fr 9. Dez 2005, 18:37
- Receivertyp: SRP - 2401 500GB
- Receiverfirmware: aktuelle
- Wohnort: 72xxx
AW: Stirf
Hi Mike,
thanks for the information.
Now we´re waiting for the new beta
greetings
phil
thanks for the information.
Now we´re waiting for the new beta
greetings
phil
Autostart:CallMonitor, Discrete_on_5K, F*skip, SmartEPG, TMSarchive, NiceDisplay, AutoReboot
manuell: TAPtoDate, BackupSettings, RoboChannel
manuell: TAPtoDate, BackupSettings, RoboChannel
- chrisly
- TAP-Süchtiger
- Beiträge: 5327
- Registriert: Mo 12. Dez 2005, 20:11
- Receivertyp: alt: SRP-2100 EUP + TF5500PVR + SBP-2000
NEU: V U+ Duo2 / Ultimo - Receiverfirmware: SRP: 21.06.2011
- Wohnort: Es kann nur Einen geben - SAARländer
AW: Stirf
[quote=""Steven""]Das geht nicht.
Du kannst An, An+ Subtitel oder Aus wählen.
Gruß Steven.
PS. Versuche doch mal die manuelle Stirf Funktion, diese bietet noch zusätzliche Möglichkeiten.[/quote]
Schade - aber Danke für den Hinweis!
Am Sonntag hatte ich (mal wieder...) ein anderes Problem:
Ich hatte Spiderman mit 1 Minute Vorlauf aufgezeichnet und die erweiterten Infos kamen von der vorhergehenden Sendung. Wie kann das denn passieren?
Hängt das evtl. mit der Umbenennung der Aufnahme durch Overfly (OF_Spiderman 2) zusammen? Kann Stirf dann evtl. die Aufnahme nicht mehr sauber zuordnen?
Oder habe ich nur wieder eine Einstellung übersehen?
Du kannst An, An+ Subtitel oder Aus wählen.
Gruß Steven.
PS. Versuche doch mal die manuelle Stirf Funktion, diese bietet noch zusätzliche Möglichkeiten.[/quote]
Schade - aber Danke für den Hinweis!
Am Sonntag hatte ich (mal wieder...) ein anderes Problem:
Ich hatte Spiderman mit 1 Minute Vorlauf aufgezeichnet und die erweiterten Infos kamen von der vorhergehenden Sendung. Wie kann das denn passieren?
Hängt das evtl. mit der Umbenennung der Aufnahme durch Overfly (OF_Spiderman 2) zusammen? Kann Stirf dann evtl. die Aufnahme nicht mehr sauber zuordnen?
Oder habe ich nur wieder eine Einstellung übersehen?
Gruß Christoph
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
- Steven
- Super-Duper-Guru
- Beiträge: 2901
- Registriert: Mo 10. Apr 2006, 20:51
- Receivertyp: TF5500 PVR, Dream 500-S, Opticum HD 9600
- Receiverfirmware: 03.01.2007
- Wohnort: 41844 Wegberg
AW: Stirf
[quote=""chrisly""]Hängt das evtl. mit der Umbenennung der Aufnahme durch Overfly (OF_Spiderman 2) zusammen? Kann Stirf dann evtl. die Aufnahme nicht mehr sauber zuordnen?
[/quote]
Könnte sein.
Man kann doch Overfly so einstellen, dass erst beim nächsten Neustart gescannt wird und nicht direkt nach Aufnahmeende.
Das solltest du mal probieren.
Gruß Steven.
[/quote]
Könnte sein.
Man kann doch Overfly so einstellen, dass erst beim nächsten Neustart gescannt wird und nicht direkt nach Aufnahmeende.
Das solltest du mal probieren.
Gruß Steven.
Autostart- Taps: AutoReboot 2.2, PowerRestore V0.7.6, QuickTimer 1.0.2, ImproBox V2.5, NiceDisplay V2.1beta10, AutoExtender 02.08.57 (1), FastSkip 1.1u, Filer v2.30, Stirf 1.3 Beta D3, Overfly 0.74.6, RecCopy 4.3, SDS V1.3d, 3PG 1.28
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
- Steven
- Super-Duper-Guru
- Beiträge: 2901
- Registriert: Mo 10. Apr 2006, 20:51
- Receivertyp: TF5500 PVR, Dream 500-S, Opticum HD 9600
- Receiverfirmware: 03.01.2007
- Wohnort: 41844 Wegberg
AW: Stirf
[quote=""mike_perth""] i'll try to get a new beta out soon.[/quote]
Thank`s Mike.
I`m looking forward for the new version.
Greetings Steven.
Thank`s Mike.
I`m looking forward for the new version.
Greetings Steven.
Autostart- Taps: AutoReboot 2.2, PowerRestore V0.7.6, QuickTimer 1.0.2, ImproBox V2.5, NiceDisplay V2.1beta10, AutoExtender 02.08.57 (1), FastSkip 1.1u, Filer v2.30, Stirf 1.3 Beta D3, Overfly 0.74.6, RecCopy 4.3, SDS V1.3d, 3PG 1.28
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
- Elle4u
- TAP-Chirurg
- Beiträge: 11971
- Registriert: Fr 9. Dez 2005, 16:48
- Receivertyp: SRP-2410 (2 TB)
- Receiverfirmware: TF-BCPCE 1.11.00 (19.12.2013)
- Wohnort: Osburg
- Kontaktdaten:
AW: Stirf
[quote=""Steven""]Könnte sein.
Man kann doch Overfly so einstellen, dass erst beim nächsten Neustart gescannt wird und nicht direkt nach Aufnahmeende.[/quote]
Ehrlich?
Wo geht das denn? ops:
Man kann doch Overfly so einstellen, dass erst beim nächsten Neustart gescannt wird und nicht direkt nach Aufnahmeende.[/quote]
Ehrlich?
Wo geht das denn? ops:
Gruß,
Elle4u
Elle4u
- 13philipp
- Angehender aufmerksamer RecCopy Beta-Tester & Freak Angestiftet von: ibbi
- Beiträge: 7258
- Registriert: Fr 9. Dez 2005, 00:46
- Wohnort: daheim
AW: Stirf
[quote=""Elle4u""]Ehrlich?
Wo geht das denn? ops:[/quote]
...aus dem Handbuch...
Overfly kann sofort nach einer entsprechenden Aufnahme diese bearbeiten oder auch erst beim nächsten Start des Topfields (Reload-Einstellung im Menü).
DataFiles Reload
Reload=1 Neue Aufnahmen werden sofort bei Aufnahme-Ende nach Werbung durchsucht.
Wo geht das denn? ops:[/quote]
...aus dem Handbuch...
Overfly kann sofort nach einer entsprechenden Aufnahme diese bearbeiten oder auch erst beim nächsten Start des Topfields (Reload-Einstellung im Menü).
DataFiles Reload
Reload=1 Neue Aufnahmen werden sofort bei Aufnahme-Ende nach Werbung durchsucht.
Gruss,
13philipp
13philipp
- Steven
- Super-Duper-Guru
- Beiträge: 2901
- Registriert: Mo 10. Apr 2006, 20:51
- Receivertyp: TF5500 PVR, Dream 500-S, Opticum HD 9600
- Receiverfirmware: 03.01.2007
- Wohnort: 41844 Wegberg
AW: Stirf
[quote=""Elle4u""]Ehrlich?
Wo geht das denn? ops:[/quote]
Und das als alter Anleitungsleser.
Hier mal der Original Auszug aus dem Handbuch.
Gruß Steven.
Wo geht das denn? ops:[/quote]
Und das als alter Anleitungsleser.
Hier mal der Original Auszug aus dem Handbuch.
[/quote]8. DataFiles Reload: ein / aus
Hier wird eingestellt, ob neue Aufnahmen sofort bei Aufnahme-Ende nach Werbung durchsucht
werden oder erst bei einem Neustart des Receivers (Voraussetzung: ?Overfly? befindet sich im
?AutoStart?-Ord-ner) Durchsucht werden auch Unterordner.
Gruß Steven.
Autostart- Taps: AutoReboot 2.2, PowerRestore V0.7.6, QuickTimer 1.0.2, ImproBox V2.5, NiceDisplay V2.1beta10, AutoExtender 02.08.57 (1), FastSkip 1.1u, Filer v2.30, Stirf 1.3 Beta D3, Overfly 0.74.6, RecCopy 4.3, SDS V1.3d, 3PG 1.28
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
Program Files: TAP Commander 1.34, HDDInfo V2.1, HDFW V2.2, SCE V3.09 beta, ScanDisk 1.4, Screencapture with OSD V2.10a
Firmware Patches
- Elle4u
- TAP-Chirurg
- Beiträge: 11971
- Registriert: Fr 9. Dez 2005, 16:48
- Receivertyp: SRP-2410 (2 TB)
- Receiverfirmware: TF-BCPCE 1.11.00 (19.12.2013)
- Wohnort: Osburg
- Kontaktdaten:
AW: Stirf
Ja ich habe die Anleitung gelesen.
Aber "DataFilesReload" bedeutet für mich, dass er die web-Datei löscht und alle Dateien nochmal scannt...
Aber ich schaue es mir nochmal an.
Danke.
Aber "DataFilesReload" bedeutet für mich, dass er die web-Datei löscht und alle Dateien nochmal scannt...
Aber ich schaue es mir nochmal an.
Danke.
Gruß,
Elle4u
Elle4u
- chrisly
- TAP-Süchtiger
- Beiträge: 5327
- Registriert: Mo 12. Dez 2005, 20:11
- Receivertyp: alt: SRP-2100 EUP + TF5500PVR + SBP-2000
NEU: V U+ Duo2 / Ultimo - Receiverfirmware: SRP: 21.06.2011
- Wohnort: Es kann nur Einen geben - SAARländer
AW: Stirf
[quote=""Steven""]Könnte sein.
Man kann doch Overfly so einstellen, dass erst beim nächsten Neustart gescannt wird und nicht direkt nach Aufnahmeende.
Das solltest du mal probieren.
Gruß Steven.[/quote]
Danke. Werde es mal ausprobieren!
Man kann doch Overfly so einstellen, dass erst beim nächsten Neustart gescannt wird und nicht direkt nach Aufnahmeende.
Das solltest du mal probieren.
Gruß Steven.[/quote]
Danke. Werde es mal ausprobieren!
Gruß Christoph
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
V U + Duo2 / SBP-2000 / SRP-2100 EUP * WD20EARS-00MVWB0 2TB + BuKo-Lüfter-KIT * Harmony Elite * Sony KDL55-W905 *
Autostart-TAPs: XStart: TimerDiags@StartChannel@LiZa@TMSArchive@V!deotext@PiP_TMS@SmartEPG@NiceDisplay@dbfit@BackupSettings@TimeShiftSaver@CallMonitor@AutoDelete@FastSkip@ResetCAM@ScanForDD51
HD+ = - !!!
-
- Vielfrager
- Beiträge: 14
- Registriert: Mo 29. Jan 2007, 13:09
AW: Stirf
Hi
One more translation question please!
Could somebody please translate:
"Combine EPGs in .rec files: on"
"Combine EPGs in .rec files: off"
into German and Suomi (Finnish)?
thanks! if you want to describe it in a different way, that's OK, whatever you think is best in German/Finnish. The feature it describes is when a recording contains two shows, Stirf puts the EPG data from both shows into the extended info section of the .rec file.
p.s. short translations are better so they fit in the menu box.
thankyou
Mike
One more translation question please!
Could somebody please translate:
"Combine EPGs in .rec files: on"
"Combine EPGs in .rec files: off"
into German and Suomi (Finnish)?
thanks! if you want to describe it in a different way, that's OK, whatever you think is best in German/Finnish. The feature it describes is when a recording contains two shows, Stirf puts the EPG data from both shows into the extended info section of the .rec file.
p.s. short translations are better so they fit in the menu box.
thankyou
Mike
AW: Stirf
Hi Mike,
I would suggest:
"Erweiterte Infos in Kombi-Aufnahmen zusammenfügen: Ja"
(Combine extendet Infos of combined recordings: Yes)
"Erw. Infos in Kombi-Aufn. zusammenfügen: Nein"
(Combine ext. Infos of combined rec.: No)
or shorter
"Erw. Infos in Aufn. zusammenfügen"
"Erw. Infos zusammenfügen"
I would suggest:
"Erweiterte Infos in Kombi-Aufnahmen zusammenfügen: Ja"
(Combine extendet Infos of combined recordings: Yes)
"Erw. Infos in Kombi-Aufn. zusammenfügen: Nein"
(Combine ext. Infos of combined rec.: No)
or shorter
"Erw. Infos in Aufn. zusammenfügen"
"Erw. Infos zusammenfügen"
5000 PvrT 160 GB FW OKT 2005 (Quicktimer,3PG,TF5000 Display,Filer,MP3 Jukebox,stirf,FastSkip)
und
5200 PvrC 2 TB FW DEZ 2006 (AutoReboot 2.1c, PiP 1.0, 1.1t, QT V1.0 RC1, Stirf 1.3c, 3PG 1.29rc3, Filer 2.30, TF5000 Display v1.28, TSB Protector v0.9.0, RecCopy 4.3)
und
5200 PvrC 2 TB FW DEZ 2006 (AutoReboot 2.1c, PiP 1.0, 1.1t, QT V1.0 RC1, Stirf 1.3c, 3PG 1.29rc3, Filer 2.30, TF5000 Display v1.28, TSB Protector v0.9.0, RecCopy 4.3)