Jump to content


Dimitrij

Member Since 24 Apr 2011
Offline Last Active Today, 13:55
****-

#349556 Timeshifting problems with OpenPLi 3.0

Posted by Dimitrij on 11 May 2013 - 10:13

Version PTS 1.3h

-fix GS if standart "Automatically start timeshift after" enabled

-if PTS enabled->"Automatically start timeshift after" disabled




#347234 Klein issue met zap timer

Posted by Dimitrij on 1 May 2013 - 15:29

Done...

--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -768,6 +768,9 @@
 							check = True
 							break
 			if check:
+				timer_end = x.end 
+				if x.justplay and (timer_end - x.begin) <= 1:
+					timer_end += 60
 				if x.repeated != 0:
 					if bt is None:
 						bt = localtime(begin)
@@ -777,7 +780,7 @@
 						end2   = et.tm_wday * 1440 + et.tm_hour * 60 + et.tm_min
 					if x.repeated & (1 << bday):
 						xbt = localtime(x.begin)
-						xet = localtime(x.end)
+						xet = localtime(timer_end)
 						xbegin = bday * 1440 + xbt.tm_hour * 60 + xbt.tm_min
 						xend   = bday * 1440 + xet.tm_hour * 60 + xet.tm_min
 						if xend < xbegin:
@@ -798,15 +801,15 @@
 								type = 2
 				else:
 					if begin < x.begin <= end:
-						if x.end < end: # recording within event
-							time_match = x.end - x.begin
+						if timer_end < end: # recording within event
+							time_match = timer_end - x.begin
 							type = 3
 						else:           # recording last part of event
 							time_match = end - x.begin
 							type = 1
-					elif x.begin <= begin <= x.end:
-						if x.end < end: # recording first part of event
-							time_match = x.end - begin
+					elif x.begin <= begin <= timer_end:
+						if timer_end < end: # recording first part of event
+							time_match = timer_end - begin
 							type = 4
 						else:           # recording whole event
 							time_match = end - begin

 




#346578 Timeshifting problems with OpenPLi 3.0

Posted by Dimitrij on 27 April 2013 - 21:15

Version PTS 1.3g

-add new  option "Timeshift save recording (current event until this time)"

*needs to be tested




#344974 DiseqcTester

Posted by Dimitrij on 20 April 2013 - 12:42

So. Do you actually mean it didn't work before and now it does?

Check it out.
changes:
-fix bug

-add localization

-location menu ScanSetup




#344357 Timeshifting problems with OpenPLi 3.0

Posted by Dimitrij on 18 April 2013 - 09:01

Version PTS 1.3c

-fix icon seekstate if PTS not enabled(for standart timeshift)




#344326 Timeshifting problems with OpenPLi 3.0

Posted by Dimitrij on 18 April 2013 - 07:42

littlesat

message Stop timeshift? ->key exit

 File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1614, in checkTimeshiftRunningCallback
    if "movie" in answer:
TypeError: argument of type 'bool' is not iterable

Maybe so...

	def checkTimeshiftRunningCallback(self, returnFunction, answer):
+		if not answer:
+			return
		if "movie" in answer:
			self.save_timeshift_in_movie_dir = True
		if "save" in answer:
			self.save_timeshift_file = True
			self.saveTimeshiftFiles()
		returnFunction(answer != "continue")



#344158 PrimeTimeManager

Posted by Dimitrij on 17 April 2013 - 06:51

The original version here http://www.i-have-a-....readid=153700l

version 1.1
-completely rewritten code
-fixed bugs
-added more options
-rewritten graphical user interface plugin




#343977 ChannelSelection modifications

Posted by Dimitrij on 15 April 2013 - 20:34

In my very original with the alternative solution.
Just change the color.




#343598 TMBD Details

Posted by Dimitrij on 13 April 2013 - 17:58

Version 5.0-rc8

-all image  2.1/3.0

- fix parsing kinopoisk.ru

 

Please update the plugin on the feed.




#343396 ChannelSelection modifications

Posted by Dimitrij on 12 April 2013 - 11:42

ims

Let's think about other users :) .
Give them the right to choose (in settings), this choice is not in the other image.
OpenPli most advanced software in this regard.




#342741 Timeshifting problems with OpenPLi 3.0

Posted by Dimitrij on 7 April 2013 - 20:29

Version 1.3b

-patch for the latest changes timeshift




#340851 USB 3G modem?

Posted by Dimitrij on 26 March 2013 - 12:47

remove

/lib/modules/3.6.0/kernel/drivers/usb/serial/belkin_sa.ko

/lib/modules/3.6.0/kernel/drivers/usb/serial/pl2303.ko

/lib/modules/3.6.0/kernel/drivers/usb/serial/keyspan.ko

/lib/modules/3.6.0/kernel/drivers/usb/serial/ftdi_sio.ko




#339414 FVD setup

Posted by Dimitrij on 16 March 2013 - 17:35

No.
Use enigma2-plugin-extensions-permanentvfdclock.


#337057 Oscam Ymod

Posted by Dimitrij on 27 February 2013 - 07:39

Words, words, words ...
How much you have words and no real result.


#334961 Timeshifting problems with OpenPLi 3.0

Posted by Dimitrij on 16 February 2013 - 19:58

C++ is not so difficult, if you have already programmer skills (but it's more work to build a binary and so on). And I also do little changes to existing code ;) .

I don't care about the 3 lines. I only wanted to know what problem it is and whether I can fix it.

Now, I think, it works almost perfectly.
But I do not use plugin PTS, only the standard timeshift.
I began the discussion just because of requests from other users .