[quote=""dummytest""]nicht vergessen für die Final : einen kleinen "Knopf" in den Einstellungen um den Scantimer basierend auf dem dort definierten Zeitfenster richtig anzulegen ...
![:o :o](./images/smilies/redface.gif)
ich habe die Logik dieser Einstellung immer noch nicht kapiert (.. und aufgegeben....)[/quote]bis zur Final ist ja noch etwas Zeit ....
![:wink: :wink:](./images/smilies/icon_wink.gif)
[quote=""Reem""]Excuse me, maybe a stupid question (and excuse me, my question is in english).
I don't know how to add channels to EPG scan: scan max. channels. (number 7 in menu settings) I have 20 channels now to scan and I would like to scan 32 channels. Can't change it above the 20 channels.[/quote]before you can increase the value for setting 7 "EPG Scan: Scan max. channels" it's requiered to increase the number of channels to buffer (number 46 "EPG data base: buffered channels") but for this setting two limits are defined. The minimal limit of 30 channels and the upper limit is 200 or if you have less, the numbers of channels do you have in your channel list. You can not increase in Beta 1 the number of buffered channels over the number of channels do you have saved!
If you have store less than 30 channels the value is fixed between the two limits.
e.g. if you have only save 20 channels you can not decrease the number of buffered channels because 20 is lower than the minimum of 30 and you can not increase the value because 20 channels are only available.
To increase the number of buffered channels you have to store new channels in your topfield channel list and increase the number of saved channels before (not the list of favorites).
[quote=""Andy K""]1) When in the Normal guide screen, the OK button could act as another timer setting.
Have another option like option 41 for the OK button e.g P/R/P+[/quote]it's not planed
[quote=""Andy K""]2) Scan +10
It would be good to have an option to adjust the time. or increase it alot, as 10mins it too frequent.[/quote]maybe in a later version but not yet
[quote=""Andy K""]3) Have a hot key/short cut from the guide that will "autom. event programming now" as it's alot of work to go through the config screen.[/quote]it's not planed to integrate but for this purpose it's easy to create a separate tap with this function, based on my Jag's EPG API example "RecordBySearchWordNow.tap", I will create such tap in the next time.
Which button on your remote not used and free for use?
==============================================================
Update:
here a simple tap which support this function:
http://people.freenet.de/GoJag/startautosearch.zip
Usage
To start the AutoSearch manually open the Topfield setting main menu and press the Record button, then exit the menu.
(I have made so to prevent the tap use or block a additional button.)
==============================================================
[quote=""Andy K""]4) When timers can't be set, attempt to set them without padding.[/quote]do you mean for auto timers, for manual timers or for both?
I think it's not usefull without the user become a message.
[quote=""Elle4u""]ich habe ein kleines Problem mit der Beta 1:
Hinter fast jeder Sendung steht die Tilde ~ aber es folgt keine Description mehr.
Das war AFAIK früher nicht so.
Die Tilde sollte ja nur erscheinen, wenn auch eine Description folgt, oder?[/quote]
an der Verarbeitung der langen Info habe ich eigentlich nichts geändert, ich würde daher eher vermuten das dieses ein neues Problem der RTL-Sender ist. Bei mir tritt dieses Problem nicht auf (ich nutzte allerdings auch DVB-T).
Für ein Vergleich mit der pre-Beta 5 könnte man die Uhrzeit bzw. das Datum testweise zurückstellen!
Fragen:
1.) besteht das Problem immer noch
2.) betrifft dieses Problem nur die Now-Ansicht oder auch die Einzelsenderdarstellung?
3.) ist bei Dir die Text-Kompression ein- oder ausgeschaltet ?
4.) ändert sich da etwas wenn die Kompression umgeschalten wird?
[quote=""Sigittarius-E""]man könnte doch mit JAGsEPG den EPG in ein File exportieren und am PC mal die Sache ansehen. Hab ich aber bis jetzt noch nicht probiert.[/quote]funktioniert nicht, in den Export files wird zu viel gefiltert!
Könnte mir jemand von den betroffenen die Pufferdatei (oder einen Ausschnitt daraus) als ZIP anhängen?
(Text-Kompression muss aus sein)
[quote=""DeJe""]Zum Problem mit den erweiterten Infos:
Der Scan funktioniert bei mir einwandfrei. Bis zu einer bestimmten Zeit am Tag sind die erweiterten Infos auch da. Aber spätestens für Sendungen ab ca. 19/20 Uhr (teilweise 15/16 Uhr) sind keine erweiterten Infos mehr vorhanden (oder werden einfach nicht angezeigt). Das betrifft sowohl FreeTV als auch Premiere.[/quote]Bitte mit dem Original EPG vergleichen, wenn dort auch keine erweiterten Info's forhanden sind, kann ich daran nicht's ändern.
[quote=""t3xi""]Nur für den Fall, dass es jemand interessiert, RTL sendet als kurze Beschreibung ein einzelnes Byte mit dem Wert 5.
![:motz: :motz:](./images/smilies/motz.gif)
[quote=""Der Graue""]Kann es sein, dass Jag's EPG beim morgentlichen Scan irgendwann einen Tastendruck "0" simuliert?[/quote]nein, in Jag's EPG nicht, allerdings im Auto-Off TAP!
Zur kompatibilität mit der extra Uhr könnte man auch 8888 senden (oder die Null so oft bis wieder das gleiche Bildformat erreicht wird)
der Quellcode im Auto-Off müsste dann nur geringfügig angepasst werden:
TAP_GenerateEvent(EVT_KEY, RKEY_0, RKEY_0);
geändert in
TAP_GenerateEvent(EVT_KEY, RKEY_8, RKEY_8);
if ( off_marker == 3 )
geändert in
if ( off_marker >= 3 )
und
off_marker = 4;
geändert in
off_marker = 7;
(ungetestet)
Gruß
Jag