Re: [vdr] skipping 5/10 seconds

2014-04-17 Thread Ludi
On Sun, 06 Apr 2014 21:26:08 +0200 Peter Münster wrote: > On Sun, Apr 06 2014, VDR User wrote: > > >>> What I would be willing to accept is a patch that makes the skip > >>> delta of the yellow and green keys (currently a fixed +/-60s) > >>> configurable. > >> > >> Yes, that's fine. But what's t

Re: [vdr] skipping 5/10 seconds

2014-04-08 Thread fnu
> If I officially use them for a function that is (IMHO, agreed) unnecessary, then they would be wasted for future use for functions that might be more important ;-). Well these keys are unused for 14 years now and yes, they could be saved for any usage another 14 years, ..., doing nothing ... ^^

Re: [vdr] skipping 5/10 seconds

2014-04-08 Thread Klaus Schmidinger
On 07.04.2014 17:44, Helmut Auer wrote: On 06.04.2014 19:06, Peter Münster wrote: On Sun, Apr 06 2014, Klaus Schmidinger wrote: First and foremost I don't think that we need extra keys for jumping such short distances as 5 or 10 seconds. Just use "fast forward" or "fast rewind" for that. Hav

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Peter Münster
On Mon, Apr 07 2014, Klaus Schmidinger wrote: >> Or a Boolean configuration option for making 5s-skips instead of fast >> forward/rewind? > > Well, that's something we can talk about. You could make it so that during > replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind >

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Wolfgang Rohdewald
Am Montag, 7. April 2014, 12:20:37 schrieb Klaus Schmidinger: > Well, that's something we can talk about. You could make it so that during > replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind > keys (if present on the user's remote control) still retain their normal > func

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Helmut Auer
On 06.04.2014 19:06, Peter Münster wrote: On Sun, Apr 06 2014, Klaus Schmidinger wrote: First and foremost I don't think that we need extra keys for jumping such short distances as 5 or 10 seconds. Just use "fast forward" or "fast rewind" for that. Have you tried 5s steps? I really prefer 5s

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread VDR User
>> Well, that's something we can talk about. You could make it so that during >> replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind >> keys (if present on the user's remote control) still retain their normal >> function. > > This kind of behavior sounds like a good comprom

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Tony Houghton
On Mon, 07 Apr 2014 12:20:37 +0200 Klaus Schmidinger wrote: > Well, that's something we can talk about. You could make it so that during > replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind > keys (if present on the user's remote control) still retain their normal > func

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Matti Lehtimäki
On 04/07/2014 12:20 PM, Klaus Schmidinger wrote: > Well, that's something we can talk about. You could make it so that during > replay the Left and Right keys perform 5s skips, and the FastForward/-Rewind > keys (if present on the user's remote control) still retain their normal > function. This k

Re: [vdr] skipping 5/10 seconds

2014-04-07 Thread Klaus Schmidinger
On 06.04.2014 19:06, Peter Münster wrote: On Sun, Apr 06 2014, Klaus Schmidinger wrote: First and foremost I don't think that we need extra keys for jumping such short distances as 5 or 10 seconds. Just use "fast forward" or "fast rewind" for that. Have you tried 5s steps? I really prefer 5s

Re: [vdr] skipping 5/10 seconds

2014-04-06 Thread Peter Münster
On Sun, Apr 06 2014, VDR User wrote: >>> What I would be willing to accept is a patch that makes the skip delta of >>> the yellow and green keys (currently a fixed +/-60s) configurable. >> >> Yes, that's fine. But what's the problem with a second skip-value for >> buttons 1 and 3? > > If the skip

Re: [vdr] skipping 5/10 seconds

2014-04-06 Thread VDR User
>> What I would be willing to accept is a patch that makes the skip delta of >> the yellow and green keys (currently a fixed +/-60s) configurable. > > Yes, that's fine. But what's the problem with a second skip-value for > buttons 1 and 3? If the skip amount can configurable then each user can set

Re: [vdr] skipping 5/10 seconds

2014-04-06 Thread Peter Münster
On Sun, Apr 06 2014, Klaus Schmidinger wrote: > First and foremost I don't think that we need extra keys for jumping such > short distances as 5 or 10 seconds. Just use "fast forward" or "fast rewind" > for that. Have you tried 5s steps? I really prefer 5s steps over fast forward/rewind. With mpl

Re: [vdr] skipping 5/10 seconds

2014-04-06 Thread Klaus Schmidinger
On 01.04.2014 13:29, Peter Münster wrote: On Mon, Mar 31 2014, Peter Münster wrote: What about adding a possibility to skip ±5 or ±10 seconds when replaying a recording? Would you perhaps accept a patch for the developer version? Hi Klaus, What about the attached patch? There are several

Re: [vdr] skipping 5/10 seconds

2014-04-01 Thread Mario Schulz
Am 31.03.2014 11:42, schrieb Peter Münster: > What about adding a possibility to skip ±5 or ±10 seconds when > replaying a recording? BTW: The liemikuutio Patch set does have Binary Search (half jump width on each direction reversal). Around 4 lines of code to make it the perfect skipper. I guess

Re: [vdr] skipping 5/10 seconds

2014-04-01 Thread Peter Münster
On Mon, Mar 31 2014, Peter Münster wrote: > What about adding a possibility to skip ±5 or ±10 seconds when replaying > a recording? > > Would you perhaps accept a patch for the developer version? Hi Klaus, What about the attached patch? -- Peter diff -ur vdr-2.1.6/MANUAL vdr-2.1.6-n

Re: [vdr] skipping 5/10 seconds

2014-03-31 Thread syrius . ml
Peter Münster writes: > Hi Klaus, > > What about adding a possibility to skip ±5 or ±10 seconds when replaying > a recording? > > Would you perhaps accept a patch for the developer version? Bonjour, i've added this to menu.c : case k5|k_Repeat: case k5: SkipSeconds(240); break; ca