Jump to content


Photo

Timeshift Timer Conflict


  • Please log in to reply
87 replies to this topic

Re: Timeshift Timer Conflict #81 Taapat

  • PLi® Core member
  • 2,343 posts

+120
Excellent

Posted 13 April 2015 - 19:17

I'm not a python expert but it seems to me, that the in pushed dima73 patches choice can be added better.
Personally I do not like almost the same text in them. Why it's bad, you can see in this commit. In two places are "Don't zap and remove timer" but in one place "Don't zap  and remove timer" (2 spaces after zap).
Maybe it would be better:

if self.repeated:
     message += _("Attention, this is repeated timer!\n")
    message += _("Timeshift is running. Select an action.\n")
+   choice = [(_("Zap"), "zap"), (_("Don't zap and disable timer"), "disable"), (_("Don't zap and remove timer"), "remove")]
    if not self.InfoBarInstance.save_timeshift_file:
+    choice.insert(1, (_("Save timeshift in movie dir and zap"), "save_movie"))
     if self.InfoBarInstance.timeshiftActivated():
-     choice = [(_("Save timeshift and zap"), "save"), (_("Zap"), "zap"), (_("Save timeshift in movie dir and zap"), "save_movie"), (_("Don't zap and disable timer"), "disable"), (_("Don't zap  and remove timer"), "remove")]
+     choice.insert(0, (_("Save timeshift and zap"), "save"))
     else:
-     choice = [(_("Zap"), "zap"), (_("Save timeshift and zap"), "save"), (_("Save timeshift in movie dir and zap"), "save_movie"), (_("Don't zap and disable timer"), "disable"), (_("Don't zap and remove timer"), "remove")]
+     choice.insert(1, (_("Save timeshift and zap"), "save"))
    else:
     message += _("Reminder, you have chosen to save timeshift file.")
-    choice = [(_("Zap"), "zap"), (_("Don't zap and disable timer"), "disable"), (_("Don't zap and remove timer"), "remove")]
    #if self.justplay or self.always_zap:
    # choice.insert(2, (_("Don't zap"), "continue"))
    choice.insert(2, (_("Don't zap"), "continue"))

Attached Files



Re: Timeshift Timer Conflict #82 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 13 April 2015 - 19:22

pushed

 

 
txt.gif  0001-RecordTimer-small-optimization.patch   1.82KB   0 downloads

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Timeshift Timer Conflict #83 ColinB

  • Senior Member
  • 743 posts

+28
Good

Posted 17 March 2016 - 08:53

First thanks for All contribution on this post :)

 

ET8000 (as bellow)

 

Yessterday a planned recording "Dumped" my "Manual activated Timeshift"  and changed the channel to start a planned recording. (TS was on 19e & Planned Recording was on 30w) Tuner A

 

So my Question is, should I make Tuner B (only 19e atm) the default tuner for everything and would this save my running TS if there was a free tuner with the same "Program Running"

 

 

tia Colin


Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 


Re: Timeshift Timer Conflict #84 Dimitrij

  • PLi® Core member
  • 9,994 posts

+338
Excellent

Posted 17 March 2016 - 09:24

I'm sorry, I did not understand.
Is there a mistake?


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Timeshift Timer Conflict #85 ColinB

  • Senior Member
  • 743 posts

+28
Good

Posted 17 March 2016 - 09:31

@Dimitrj

 

No Mistake, I just need a little help setting tuiner prioriities to avoid TS being not saved


Edited by ColinB, 17 March 2016 - 09:31.

Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 


Re: Timeshift Timer Conflict #86 Dimitrij

  • PLi® Core member
  • 9,994 posts

+338
Excellent

Posted 17 March 2016 - 09:36

When 2 DVB-S2 tuners,see "Customize":

"Preferred tuner DVB-S" --> live tv/Timeshift

"Preferred tuner DVB-S for recordings"


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Timeshift Timer Conflict #87 ColinB

  • Senior Member
  • 743 posts

+28
Good

Posted 17 March 2016 - 09:42

These are my Options for All Tuners (Tuner A,B or C)

 

 

Attached File  Tuner-Opts.jpg   98.7KB   3 downloads


Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 


Re: Timeshift Timer Conflict #88 ColinB

  • Senior Member
  • 743 posts

+28
Good

Posted 17 March 2016 - 11:16

Oooop's My Bad :huh:

 

Timers set to "Zap & Record" Guess old single tuner habits die hard !

 

 

 


Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users