Seite 2 von 3 ErsteErste 123 LetzteLetzte
Ergebnis 11 bis 20 von 27
  1. #11
    Avatar von Fischreiher
    Registriert seit
    22.12.2013
    Ort
    an der Havel
    Beiträge
    1.349
    Thanks (gegeben)
    436
    Thanks (bekommen)
    787
    Themenstarter
    Total Downloaded
    40,84 MB
    Total Downloaded
    40,84 MB
    ReceiverDanke
    Box 1:
    Gigablue Quad
     
     
    Box 2:
    Gigablue Quad
     
     
    Box 3:
    Xtrend ET8000
     
     
    Ja, ich sehe auch, dass nicht alle Timer gelöscht werden.

    Ich kann gerade nicht weiter testen, könntest Du es mal versuchen mit dieser Datei (nach /usr/lib/enigma2/python/Plugins/Extensions/AutoTimer kopieren, zuvor die gleichnamige .pyo sichern, GUI Neustart)

    AutoTimerOverview.py

    Die enthaltenen Debug-Infos

    Code:
                        for timer in recordHandler.timer_list:
                            if timer:
                                print '[AutoTimerOverview] checking whether timer should be deleted: ', timer
                                lines = timer.log_entries
                                if len(lines[0]) == 3:
                                    print '[AutoTimerOverview] checking first line: ', lines[0][2]
                                    if lines[0][2] == '[AutoTimer] Try to add new timer based on AutoTimer '+cur.name+'.':
                                        print '[AutoTimerOverview] trying to delete timer: ', timer
                                        NavigationInstance.instance.RecordTimer.removeEntry(timer)
    sollten Hinweise liefern, warum nicht alle Timer gelöscht werden.
    SpecialJump: Plugin zum schnellen manuellen Überspringen von Werbung (und mehr)
    http://www.opena.tv/plugins/6240-spe...-und-mehr.html
    Feature der Woche:
    * Fast Zap Mode (beschleunigte Umschaltzeiten durch vorausschauendes Vorladen des nächsten Senders auf einem weiteren Tuner)

  2. Thanks HD75hd bedankten sich
    •   Alt Advertising

       

  3. #12
    +++ ATV Chef Tester +++ Avatar von HD75hd
    Registriert seit
    29.08.2014
    Beiträge
    5.344
    Thanks (gegeben)
    2010
    Thanks (bekommen)
    2281
    Total Downloaded
    51,35 MB
    Total Downloaded
    51,35 MB
    ReceiverDanke
    Box 1:
    OSmio+4K @ 7.3
     
     
    Box 2:
    OSmio4K @ 7.3
     
     
    Box 3:
    OSmini4K @ 7.3
     
     
    Box 4:
    SF8008 @ 7.3
     
     
    Werde ich machen, kann nur gerade nicht an meine Box ran, weil sie aufnimmt

    Das heißt für mich,

    - AutoTimer erstellen - Timer erstellen lassen
    - AutoTimer löschen und schauen was passiert ...

    wobei ich glaube das ich es länger testen müsste, da ja der AutoTimer in den Timer weitere Log´s schreiben müsste, oder ?

    Ich habe es früher auch mal so getestet ..
    AutoTimer erstellt, danach Timer kontrolliert und dann gleich AutoTimer gelöscht, damals wurden alle richtigen Timer-Einträge gelöscht.
    Gruss HD75hd

    OS mio+ 4K / OpenATV 7.3
    Unicable DurLine UK 124

    Wer kein Fullbackup hat, hat selber Schuld



  4. Thanks Thomas4711, Fischreiher bedankten sich
  5. #13
    +++ ATV Chef Tester +++ Avatar von HD75hd
    Registriert seit
    29.08.2014
    Beiträge
    5.344
    Thanks (gegeben)
    2010
    Thanks (bekommen)
    2281
    Total Downloaded
    51,35 MB
    Total Downloaded
    51,35 MB
    ReceiverDanke
    Box 1:
    OSmio+4K @ 7.3
     
     
    Box 2:
    OSmio4K @ 7.3
     
     
    Box 3:
    OSmini4K @ 7.3
     
     
    Box 4:
    SF8008 @ 7.3
     
     
    So war gerade kurz Aufnahmepause ...

    Für mich zur Kontrolle ..
    ich habe danach deine .py Datei gelöscht und meine gesicherte .pyo wieder in den Ordner kopiert und GUI-Neustart gemacht.

    hier der Log als die Timer erstellt wurden
    Code:
    [EPGC] lookup events with 'Criminal Minds' in title (ignore case)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Sun Apr 19 23:05:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 21:11:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    Und hier der Log vom AutoTimer löschen

    Code:
    [SCREENNAME]  AutoTimerOverviewSummary
    [SCREENNAME]  AutoTimerOverview
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Scorpion, begin=Sun Apr 19 22:11:10 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Scorpion.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Sun Apr 19 23:05:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Sun Apr 19 23:05:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Sun Apr 19 23:05:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Sun Apr 19 21:34:34 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Castle, begin=Mon Apr 20 22:09:47 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Castle.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=New Girl, begin=Tue Apr 21 01:44:10 2015, serviceref=1:0:1:308:5:85:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer New Girl.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=New Girl, begin=Tue Apr 21 02:04:46 2015, serviceref=1:0:1:308:5:85:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer New Girl.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Two and a Half Men, begin=Tue Apr 21 20:09:20 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Two and a Half Men.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=2 Broke Girls, begin=Tue Apr 21 21:08:46 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer 2 Broke Girls.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=2 Broke Girls, begin=Tue Apr 21 21:38:28 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer 2 Broke Girls.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Person of Interest, begin=Tue Apr 21 22:10:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Person of Interest.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=The Blacklist, begin=Tue Apr 21 23:05:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer The Blacklist.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Sun Apr 19 21:34:34 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Stalker, begin=Thu Apr 23 22:08:39 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Stalker.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Unforgettable, begin=Fri Apr 24 20:09:30 2015, serviceref=1:0:1:445E:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Unforgettable.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Unforgettable, begin=Fri Apr 24 21:08:36 2015, serviceref=1:0:1:445E:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Unforgettable.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Deutschland sucht den Superstar, begin=Sat Apr 25 20:10:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Deutschland sucht den Superstar.
    0 160 1
    KEY: 352 1 KEY_OK OK 2015-04-19 21:34:54.981932
    Ich vermisse im letzten Log, den Eintrag von Criminal Minds Apr 23 21:11:59 2015
    Gruss HD75hd

    OS mio+ 4K / OpenATV 7.3
    Unicable DurLine UK 124

    Wer kein Fullbackup hat, hat selber Schuld



  6. Thanks Fischreiher bedankten sich
  7. #14
    Avatar von Fischreiher
    Registriert seit
    22.12.2013
    Ort
    an der Havel
    Beiträge
    1.349
    Thanks (gegeben)
    436
    Thanks (bekommen)
    787
    Themenstarter
    Total Downloaded
    40,84 MB
    Total Downloaded
    40,84 MB
    ReceiverDanke
    Box 1:
    Gigablue Quad
     
     
    Box 2:
    Gigablue Quad
     
     
    Box 3:
    Xtrend ET8000
     
     
    Danke, Du hast alles genau richtig gemacht. Somit ist der dritte Timer nicht in der Liste oder 'false', was immer das in diesem Fall bedeutet. Könntest Du bitte nochmal mit dieser Version testen?

    AutoTimerOverview.py
    SpecialJump: Plugin zum schnellen manuellen Überspringen von Werbung (und mehr)
    http://www.opena.tv/plugins/6240-spe...-und-mehr.html
    Feature der Woche:
    * Fast Zap Mode (beschleunigte Umschaltzeiten durch vorausschauendes Vorladen des nächsten Senders auf einem weiteren Tuner)

  8. Thanks HD75hd bedankten sich
  9. #15
    Avatar von Fischreiher
    Registriert seit
    22.12.2013
    Ort
    an der Havel
    Beiträge
    1.349
    Thanks (gegeben)
    436
    Thanks (bekommen)
    787
    Themenstarter
    Total Downloaded
    40,84 MB
    Total Downloaded
    40,84 MB
    ReceiverDanke
    Box 1:
    Gigablue Quad
     
     
    Box 2:
    Gigablue Quad
     
     
    Box 3:
    Xtrend ET8000
     
     
    Zu Deiner ersten Frage: Ja, auch ich hatte, als ich den Code geschrieben hatte, das Anlegen und sofortige Löschen erfolgreich getestet, aber wohl nicht in allen Kombinationen wie Anzahl der Timer, nachträgliche senderseitige Änderung von Zeitangaben etc.. Für den letzteren Fall ist es in der Tat erforderlich, längere Zeit zu warten, und es könnte je nach Sender öfter oder seltener auftreten.
    SpecialJump: Plugin zum schnellen manuellen Überspringen von Werbung (und mehr)
    http://www.opena.tv/plugins/6240-spe...-und-mehr.html
    Feature der Woche:
    * Fast Zap Mode (beschleunigte Umschaltzeiten durch vorausschauendes Vorladen des nächsten Senders auf einem weiteren Tuner)

  10. Thanks HD75hd bedankten sich
  11. #16
    +++ ATV Chef Tester +++ Avatar von HD75hd
    Registriert seit
    29.08.2014
    Beiträge
    5.344
    Thanks (gegeben)
    2010
    Thanks (bekommen)
    2281
    Total Downloaded
    51,35 MB
    Total Downloaded
    51,35 MB
    ReceiverDanke
    Box 1:
    OSmio+4K @ 7.3
     
     
    Box 2:
    OSmio4K @ 7.3
     
     
    Box 3:
    OSmini4K @ 7.3
     
     
    Box 4:
    SF8008 @ 7.3
     
     
    Ja .. es gibt da echt viele Variationen .. ich glaube alles komplett testen geht eh nicht.
    Ich meine es funktioniert ja schon sehr gut und man kontrolliert ja eh noch einmal manuell die Timer.
    Aber die Funktion die du eingebaut hast um alle Timer zu löschen ist super

    So .. hier der Log mit deiner neuen Datei .. brauchst du eigentlich nur den Lösch-Log ?

    Hier der Log vom erstellen .. er hat 8 erstellt

    Code:
    [EPGC] lookup events with 'Criminal Minds' as title (case sensitive)
    ignore unsupported 32bpp -> 16bpp alphablend!
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    0 ae 1
    KEY: 174 1 KEY_EXIT EXIT 2015-04-20 00:21:09.940846
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Mon Apr 20 02:26:56 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Tue Apr 21 00:07:24 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:08:53 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 01:08:37 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 21:11:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 01:07:41 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    1 ae 1
    Und hier der Log vom Löschen .. er hat nur 5 gelöscht und die 3 die Fehlen werden auch nicht geprüft, dann stehen die nicht in der auslesbaren Timerliste, oder ?

    Code:
    [SCREENNAME]  AutoTimerOverviewSummary
    [SCREENNAME]  AutoTimerOverview
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Mon Apr 20 02:26:56 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Mon Apr 20 02:26:56 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Mon Apr 20 02:26:56 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Mon Apr 20 00:21:40 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Castle, begin=Mon Apr 20 22:09:47 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Castle.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Tue Apr 21 00:07:24 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Tue Apr 21 00:07:24 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Tue Apr 21 00:07:24 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Mon Apr 20 00:21:40 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=New Girl, begin=Tue Apr 21 02:04:46 2015, serviceref=1:0:1:308:5:85:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer New Girl.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Two and a Half Men, begin=Tue Apr 21 20:09:20 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Two and a Half Men.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=2 Broke Girls, begin=Tue Apr 21 21:08:46 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer 2 Broke Girls.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=2 Broke Girls, begin=Tue Apr 21 21:38:28 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer 2 Broke Girls.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Person of Interest, begin=Tue Apr 21 22:10:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Person of Interest.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=The Blacklist, begin=Tue Apr 21 23:05:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer The Blacklist.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:08:53 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:08:53 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:08:53 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Mon Apr 20 00:21:40 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Mon Apr 20 00:21:40 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Stalker, begin=Thu Apr 23 22:08:39 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Stalker.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [AutoTimerOverview] trying to delete timer:  RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Mon Apr 20 00:21:40 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Unforgettable, begin=Fri Apr 24 20:09:30 2015, serviceref=1:0:1:445E:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Unforgettable.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Unforgettable, begin=Fri Apr 24 21:08:36 2015, serviceref=1:0:1:445E:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Unforgettable.
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Deutschland sucht den Superstar, begin=Sat Apr 25 20:10:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] true
    [AutoTimerOverview] checking first line:  [AutoTimer] Try to add new timer based on AutoTimer Deutschland sucht den Superstar.
    0 160 1
    KEY: 352 1 KEY_OK OK 2015-04-20 00:22:00.984662
    Geändert von HD75hd (19.04.2015 um 23:38 Uhr)
    Gruss HD75hd

    OS mio+ 4K / OpenATV 7.3
    Unicable DurLine UK 124

    Wer kein Fullbackup hat, hat selber Schuld



  12. Thanks Fischreiher bedankten sich
  13. #17
    Avatar von Fischreiher
    Registriert seit
    22.12.2013
    Ort
    an der Havel
    Beiträge
    1.349
    Thanks (gegeben)
    436
    Thanks (bekommen)
    787
    Themenstarter
    Total Downloaded
    40,84 MB
    Total Downloaded
    40,84 MB
    ReceiverDanke
    Box 1:
    Gigablue Quad
     
     
    Box 2:
    Gigablue Quad
     
     
    Box 3:
    Xtrend ET8000
     
     
    Vielen Dank für's Testen und für die farblich aufbereitete Darstellung. Dass manche Timer beim Durchlaufen der Liste gar nicht erst vorkommen, hätte ich nie gedacht.

    Jetzt bin ich aber darauf gekommen, was passiert: Ich durchlaufe eine Liste, die ich dabei gleichzeitig modifiziere! Wird ein Timer gelöscht, wird die Liste kürzer. Ein hinten liegener Eintrag kann so auf eine Position vorrücken, die (dem Index nach) gerade bearbeitet wurde, ohne dass (inhaltlich) der Timer je angesehen wurde. Es werden also Listenpositionen übersprungen.

    Das Problem ist ganz einfach zu lösen, indem eine Kopie der Liste durchlaufen wird. Heute Abend bekommst Du ein Update.
    SpecialJump: Plugin zum schnellen manuellen Überspringen von Werbung (und mehr)
    http://www.opena.tv/plugins/6240-spe...-und-mehr.html
    Feature der Woche:
    * Fast Zap Mode (beschleunigte Umschaltzeiten durch vorausschauendes Vorladen des nächsten Senders auf einem weiteren Tuner)

  14. Thanks HD75hd bedankten sich
  15. #18
    +++ ATV Chef Tester +++ Avatar von HD75hd
    Registriert seit
    29.08.2014
    Beiträge
    5.344
    Thanks (gegeben)
    2010
    Thanks (bekommen)
    2281
    Total Downloaded
    51,35 MB
    Total Downloaded
    51,35 MB
    ReceiverDanke
    Box 1:
    OSmio+4K @ 7.3
     
     
    Box 2:
    OSmio4K @ 7.3
     
     
    Box 3:
    OSmini4K @ 7.3
     
     
    Box 4:
    SF8008 @ 7.3
     
     
    Ja ... das mit dem Index kenne ich auch von VisualBasic.. wäre aber bestimmt nicht so schnell drauf gekommen

    vielen Dank für deine Unterstützung !!
    Gruss HD75hd

    OS mio+ 4K / OpenATV 7.3
    Unicable DurLine UK 124

    Wer kein Fullbackup hat, hat selber Schuld



  16. #19
    Avatar von Fischreiher
    Registriert seit
    22.12.2013
    Ort
    an der Havel
    Beiträge
    1.349
    Thanks (gegeben)
    436
    Thanks (bekommen)
    787
    Themenstarter
    Total Downloaded
    40,84 MB
    Total Downloaded
    40,84 MB
    ReceiverDanke
    Box 1:
    Gigablue Quad
     
     
    Box 2:
    Gigablue Quad
     
     
    Box 3:
    Xtrend ET8000
     
     
    Ungetestet aber vielversprechend: AutoTimerOverview.py
    SpecialJump: Plugin zum schnellen manuellen Überspringen von Werbung (und mehr)
    http://www.opena.tv/plugins/6240-spe...-und-mehr.html
    Feature der Woche:
    * Fast Zap Mode (beschleunigte Umschaltzeiten durch vorausschauendes Vorladen des nächsten Senders auf einem weiteren Tuner)

  17. #20
    +++ ATV Chef Tester +++ Avatar von HD75hd
    Registriert seit
    29.08.2014
    Beiträge
    5.344
    Thanks (gegeben)
    2010
    Thanks (bekommen)
    2281
    Total Downloaded
    51,35 MB
    Total Downloaded
    51,35 MB
    ReceiverDanke
    Box 1:
    OSmio+4K @ 7.3
     
     
    Box 2:
    OSmio4K @ 7.3
     
     
    Box 3:
    OSmini4K @ 7.3
     
     
    Box 4:
    SF8008 @ 7.3
     
     
    Leider haut es noch nicht ganz so hin ..

    Er hat 6 Timer erstellt ...

    Code:
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:09:25 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 01:08:52 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 21:11:59 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Record RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 01:07:41 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    
    3 hat er dann gelöscht und 3 wieder beim Überprüfen übersprungen..

    Code:
    [SCREENNAME]  AutoTimerOverviewSummary
    [SCREENNAME]  AutoTimerOverview
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=New Girl, begin=Tue Apr 21 01:44:53 2015, serviceref=1:0:1:308:5:85:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer New Girl.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 0144 - SIXX - New Girl'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=New Girl, begin=Tue Apr 21 02:05:28 2015, serviceref=1:0:1:308:5:85:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer New Girl.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 0205 - SIXX - New Girl'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Two and a Half Men, begin=Tue Apr 21 20:09:15 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Two and a Half Men.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Two and a Half Men modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Two and a Half Men .
    [AutoTimerOverview] checking line:  record time changed, start prepare is now: Tue Apr 21 20:08:55 2015
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 2009 - ProSieben - Two and a Half Men'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=2 Broke Girls, begin=Tue Apr 21 21:09:00 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer 2 Broke Girls.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer 2 Broke Girls modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: 2 Broke Girls .
    [AutoTimerOverview] checking line:  record time changed, start prepare is now: Tue Apr 21 21:08:40 2015
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 2109 - ProSieben - 2 Broke Girls'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=2 Broke Girls, begin=Tue Apr 21 21:38:35 2015, serviceref=1:0:1:445D:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer 2 Broke Girls.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer 2 Broke Girls modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: 2 Broke Girls .
    [AutoTimerOverview] checking line:  record time changed, start prepare is now: Tue Apr 21 21:38:15 2015
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 2138 - ProSieben - 2 Broke Girls'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Person of Interest, begin=Tue Apr 21 22:10:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Person of Interest.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 2210 - RTL Television - Person of Interest'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=The Blacklist, begin=Tue Apr 21 23:05:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer The Blacklist.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150421 2305 - RTL Television - The Blacklist'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:09:25 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Wed Apr 22 00:09:25 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Tue Apr 21 01:27:15 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Thu Apr 23 20:09:19 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Tue Apr 21 01:27:15 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Stalker, begin=Thu Apr 23 22:08:39 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Stalker.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150423 2208 - SAT_1 - Stalker'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Criminal Minds.
    [Timer] Remove RecordTimerEntry(name=Criminal Minds, begin=Fri Apr 24 00:09:46 2015, serviceref=1:0:1:445C:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=True)
    [TIMER] record time changed, start prepare is now: Tue Apr 21 01:27:15 2015
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Unforgettable, begin=Fri Apr 24 20:09:30 2015, serviceref=1:0:1:445E:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Unforgettable.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150424 2009 - kabel eins - Unforgettable'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Unforgettable, begin=Fri Apr 24 21:08:36 2015, serviceref=1:0:1:445E:453:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Unforgettable.
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150424 2108 - kabel eins - Unforgettable'
    [AutoTimerOverview] checking whether timer should be deleted:  RecordTimerEntry(name=Deutschland sucht den Superstar, begin=Sat Apr 25 20:12:00 2015, serviceref=1:0:1:2EE3:441:1:C00000:0:0:0:, justplay=0, isAutoTimer=1)
    [AutoTimerOverview] checking line:  [AutoTimer] Try to add new timer based on AutoTimer Deutschland sucht den Superstar.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  Filename calculated as: '/media/hdd/movie/20150425 2012 - RTL Television - Deutschland sucht den Superstar'
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer Deutschland sucht den Superstar modified this automatically generated timer.
    [AutoTimerOverview] checking line:  [AutoTimer] AutoTimer modified timer: Deutschland sucht den Superstar .
    0 160 1
    Gruss HD75hd

    OS mio+ 4K / OpenATV 7.3
    Unicable DurLine UK 124

    Wer kein Fullbackup hat, hat selber Schuld




Seite 2 von 3 ErsteErste 123 LetzteLetzte

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:19 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com