Any help resolving this would be greatly appreciated.
Try to install and activate plugin ExtendedNumberZap from here: http://openpli.org/f...ded-number-zap/
Posted 10 July 2013 - 10:03
Any help resolving this would be greatly appreciated.
Try to install and activate plugin ExtendedNumberZap from here: http://openpli.org/f...ded-number-zap/
Posted 12 July 2013 - 13:56
Push. Is Pli team interested in this patch?
I didn't check, whether applying patch still works. If you are interested I can check it again.
Here's a new patch which generates .cuts files when timeshift files are stored.
Or here link to the patch: http://openpli.org/f...ndpost&p=354182
Posted 13 August 2013 - 07:55
Push. Is Pli team interested in this patch?
I didn't check, whether applying
patch still works. If you are interested I can check it again.
Here's a new patch which generates .cuts files when timeshift files are stored.
Hi everybody,
This is my first post on your forum. Be forgiving because English is not my native language...
I read all this thread because i'm very interested in timeshifting. I owned (like littlesat ?) an old TopField TF-4000 with a very good and intuitive timeshifting. It was possible to insert "marks" to easily rewind in the buffer.
@ betacenauri :: Is it the purpose of this patch ? If yes, I'm interested to test.
An other nice feature would be to save the buffer and the penultimate buffer (giving them a fixed name) before deleting them.
So, we will have a chance to save it in case of mishandling (this may happen, isn't it ?).
NB : I do not use anymore PTS plugin, but only the builtin timeshit with autostart enabled. I only regret the search bar at the top of the screen.
Edited by Gasel, 13 August 2013 - 07:56.
Posted 13 August 2013 - 17:45
Hi Gasel,@ betacenauri :: Is it the purpose of this patch ? If yes, I'm interested to test.
An other nice feature would be to save the buffer and the penultimate buffer (giving them a fixed name) before deleting them.
So, we will have a chance to save it in case of mishandling (this may happen, isn't it ?).
Edited by betacentauri, 13 August 2013 - 17:46.
Posted 14 August 2013 - 07:53
Hi betacentauri, and thank you very much for your help.
To your question: Not exactly. But it's a first step towards this.
So we could try together ;-).
I have also made a patch to jump from one mark to another while timeshift is running. But it's currently not so nice, because you don't see a timeline. But perhaps this can also be changed...
Exact. I was just wondering why we do not see a timeline when using timeshifting. Is it possible to add a timeline on the top of the screen (as PTS does...) ?
To your other question. You can activate a messagebox in the settings which asks you whether you want to change the channel and loose timeshift buffer or not. So it's not sooo easy to loose the buffer. The messagebox is currently only shown when you once have used timeshift. This is for me sufficient.
Yes, of course I've set this setting on, but however, I still think that a automatic backup of the buffer and of the previous buffer would be great.
The problem is just here, as you said "The messagebox is currently only shown when you ONCE have used timeshift.". For example, your daughter jumps on the sofa and sits on the remote (life example...).
I previously use "AltShift", made by the famous gutemine, but it does not work anymore with OpenPli. It recorded all, without worrying events, and erased automatically after some time.
Unfortunately, the new PTS, AFAIK, uses events when you use the beta setting "Enable Permanent Recording". So you can have your TV show cutted in two parts, because of the poor reliability of the EPG (at least in France).
If possible, could you tell me what to change to make a copy of the buffer just before the zap ?
Posted 14 August 2013 - 09:35
Well a last try. Did you look at the patch?
I'm scared it get "undersnowed" under the rest of that topic...
I suggest it is nice to have .cut files for timeshifts....
As far I can see there is nothing wrong with that patch.
The only thing what I do not see in a quickview is what happened with m_event_now????
Edited by littlesat, 14 August 2013 - 09:41.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 14 August 2013 - 12:20
The specific patch gave me some whitespace warnings.... could you please check for white spaces and apply a new patch... I know they do not harm... but we prefer to get everything as clean as possible...
$ git am ../0001-Generate-automatically-marks-while-timeshifting.-Mar.patch.txt
-s
Applying: Generate automatically marks while timeshifting. Marks are stored in .
cuts file when timeshift is stored.
c:/Users/OpenPLi/Desktop/enigma2/.git/rebase-apply/patch:99: new blank line at E
OF.
+
warning: 1 line adds whitespace errors.
Edited by littlesat, 14 August 2013 - 12:23.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 14 August 2013 - 18:20
Hi littlesat,
attached is the new patch without whitespace errors. I have tested it and cut file is created.
To m_event_now:
m_ prefix stands normally for member variable. But the 2 variables m_event_now and m_event_next are no member variables. They are normal local variables in the procedure. So I renamed them to event_now and event_next.
Posted 14 August 2013 - 18:43
Do you have programming experiences? We'll have to change InfoBarGenerics.py and perhaps InfoBar.py to get something you would like to see.So we could try together ;-).
That should be possible, but I haven't tested it yet. And there's not so much to invent. The timeline is already there (the one used while watching a recording). Littlesat can most likely say more, whether there are problems using it.Exact. I was just wondering why we do not see a timeline when using timeshifting. Is it possible to add a timeline on the top of the screen (as PTS does...) ?
It's possible, but then you need to handle 2 timeshift files, which makes the code more complex. If you look at the InfoBarGenerics.py you can see that it already has 3000 lines code. Perhaps we can transfer parts to a timeshift helper class...Yes, of course I've set this setting on, but however, I still think that a automatic backup of the buffer and of the previous buffer would be great.
The problem is just here, as you said "The messagebox is currently only shown when you ONCE have used timeshift.". For example, your daughter jumps on the sofa and sits on the remote (life example...).
The easiest way would be if you create a hardlink to the timeshift file. This is what PTS Plugin does.I previously use "AltShift", made by the famous gutemine, but it does not work anymore with OpenPli. It recorded all, without worrying events, and erased automatically after some time.
Unfortunately, the new PTS, AFAIK, uses events when you use the beta setting "Enable Permanent Recording". So you can have your TV show cutted in two parts, because of the poor reliability of the EPG (at least in France).
If possible, could you tell me what to change to make a copy of the buffer just before the zap ?
Posted 14 August 2013 - 19:52
Edited by littlesat, 14 August 2013 - 20:00.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 15 August 2013 - 11:56
Hi betacentauri,
Have done ten years of object-oriented programming but I stopped long, and I don't know Python, but why not (for simple things...)
In short, a perfect timeshifing for me would be as follow :
I'll take a look at the python sources.
Posted 15 August 2013 - 17:26
Posted 4 September 2013 - 09:17
I have a VUDUO.
I have a problem with the built in timeshift.
When I rewind a live program and press the pause button and then the play button the timeshift continues with the live program.
Should the program actually not start to the point of rewinds?
sorry for my poor english
Edited by josjansen, 4 September 2013 - 09:18.
ET8000
Oscam
Openpli 6.2
Posted 5 September 2013 - 11:37
Hi,
I second totally this query to have a real timeline when timeshift is active.
About the possible mistake when being in timeshift mentionned by Gasel, you can define a parameter in your configuration to pop-up a menu when stopping the timeshift that will ask you what to do... this remove most "human error" when playing with the timeshift. :-)
Pr2
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 5 September 2013 - 18:34
0 members, 0 guests, 0 anonymous users