skipping 5/10 seconds

Message ID 871txhe1a5.fsf@micropit.couberia.selfip.net
State New
Headers

Commit Message

Peter Münster April 1, 2014, 11:29 a.m. UTC
  
  

Comments

Klaus Schmidinger April 6, 2014, 1:26 p.m. UTC | #1
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 things I don't like about it ;-).

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.
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. I might
even go as far as making the yellow and green keys skip only a small distance
when pressed and released, and skipping a longer distance when held pressed
(repeat mode). It could even be made so that the distance increases over time,
so the longer you hold the key pressed, the farther it skips. However, this
might not be very practical because when skipping with repeat there is no
video displayed because the buffer gets cleared all the time. This is a general
problem I'm hoping to be able to address at some time.

All in all, skipping is done with the yellow and green keys, there will be no
additional keys for "shirt skips", because FFWD/FREW can easily be used for that.
Let's keep it simple!  ;-)

Klaus
  
Peter Münster April 6, 2014, 5:06 p.m. UTC | #2
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 mplayer-plugin I have 6 buttons for 5s steps, 1min
steps and 10min steps, and IMO you skip faster to the right place, than
with fast forward/rewind. Perhaps it's just me...


> 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?


> I might even go as far as making the yellow and green keys skip only a
> small distance when pressed and released, and skipping a longer
> distance when held pressed (repeat mode). It could even be made so
> that the distance increases over time, so the longer you hold the key
> pressed, the farther it skips.

For adjusting a clock, it's perhaps ok, but IMO for audio/video it's
not the best ergonomics.


> All in all, skipping is done with the yellow and green keys, there will be no
> additional keys for "shirt skips", because FFWD/FREW can easily be used for that.
> Let's keep it simple!  ;-)

I agree to keep it simple. But would you approve a patch, that adds
just one further key pair (1 + 3) for a second skip value?
The patch would be really simpler and the user experience would be
enhanced!

Or a Boolean configuration option for making 5s-skips instead of fast
forward/rewind?
  
VDRU VDRU April 6, 2014, 6:50 p.m. UTC | #3
>> 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 it to his
own liking and no extra buttons needed. That seems like the simplest &
best solution in my opinion. Can you think of any setup that actually
uses several skip buttons? Skipping doesn't need to be complicated or
require a handful of buttons. Allow the user to set his preferred
skip+ and skip- amounts, and done deal. :)
  
Peter Münster April 6, 2014, 7:26 p.m. UTC | #4
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 amount can configurable then each user can set it to his
> own liking and no extra buttons needed. That seems like the simplest &
> best solution in my opinion. Can you think of any setup that actually
> uses several skip buttons? Skipping doesn't need to be complicated or
> require a handful of buttons. Allow the user to set his preferred
> skip+ and skip- amounts, and done deal. :)

The question was "What's the problem?". Do you have an answer?
Of course the default setting can be "no second skip-value", nothing
would change for users.
But for my personal setup I'll use 2 buttons for 5s-steps and 2 buttons
for 60s-steps. If I could do that without patching VDR, that would be
really nice.
  
Klaus Schmidinger April 7, 2014, 10:20 a.m. UTC | #5
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 steps over fast
> forward/rewind. With mplayer-plugin I have 6 buttons for 5s steps, 1min
> steps and 10min steps, and IMO you skip faster to the right place, than
> with fast forward/rewind. Perhaps it's just me...

Perhaps... ;-).

>> 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?

Keys on the remote control are a very limited resource, and I wouldn't
want to waste two of them for a function that is not really necessary.

>> I might even go as far as making the yellow and green keys skip only a
>> small distance when pressed and released, and skipping a longer
>> distance when held pressed (repeat mode). It could even be made so
>> that the distance increases over time, so the longer you hold the key
>> pressed, the farther it skips.
>
> For adjusting a clock, it's perhaps ok, but IMO for audio/video it's
> not the best ergonomics.

Well, then I'll leave it as is. This was just an idea...

>> All in all, skipping is done with the yellow and green keys, there will be no
>> additional keys for "shirt skips", because FFWD/FREW can easily be used for that.
>> Let's keep it simple!  ;-)
>
> I agree to keep it simple. But would you approve a patch, that adds
> just one further key pair (1 + 3) for a second skip value?

No (see above).

> The patch would be really simpler and the user experience would be
> enhanced!
>
> 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
keys (if present on the user's remote control) still retain their normal
function.

Klaus
  
Matti Lehtimäki April 7, 2014, 12:47 p.m. UTC | #6
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 kind of behavior sounds like a good compromise and no new keys
are needed. I also currently use a patch that adds shorter skips to
keys 1 and 3 and there I see no reason why Left and Right would not be
equally as good. I rarely use FastForward/-Rewind anyway. For those
who prefer FastForward/-Rewind and have no separate keys available the
setup option would make it possible.

-Matti
  
Tony Houghton April 7, 2014, 1:04 p.m. UTC | #7
On Mon, 07 Apr 2014 12:20:37 +0200
Klaus Schmidinger <Klaus.Schmidinger@tvdr.de> 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.

That sounds like a good idea. We should also discuss making it
assymetric ie right could skip forwards 10 seconds and left could go
back 5s. That way you can skip through the adverts in fewer steps until
you see you've overrun, then do a half skip backwards to get close to
the right place. Totem has assymetric skipping, although I think it's
something like 60s and 15s-20s. Anyway, I find that useful.
  
VDRU VDRU April 7, 2014, 3:13 p.m. UTC | #8
>> 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 compromise and no new keys
> are needed.

Agreed. Although, I still like the idea of users being able to set
their own values.
  
Helmut Auer April 7, 2014, 3:44 p.m. UTC | #9
> 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 steps over fast
>> forward/rewind. With mplayer-plugin I have 6 buttons for 5s steps, 1min
>> steps and 10min steps, and IMO you skip faster to the right place, than
>> with fast forward/rewind. Perhaps it's just me...
>
> Perhaps... ;-).
>
Definitely not :) My kids and I are using the keys 1 and thre and yellow and green very often, 
because it makes skipping much faster.

>> Yes, that's fine. But what's the problem with a second skip-value for
>> buttons 1 and 3?
>
> Keys on the remote control are a very limited resource, and I wouldn't
> want to waste two of them for a function that is not really necessary.
>
??? Why is it a waste using two unused keys ? I would say its a waste not using those :)

But anyway the patch for that behaviour is easy to implement, so from my point of view, I do not 
miss it in plain VDR because I know how to patch it :)

Helmut
  
Wolfgang Rohdewald April 7, 2014, 7:07 p.m. UTC | #10
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
> function.

I would welcome that. When watching a HD recording over xineliboutput,
fastforward/rewind never stops when I stop but goes on until it skipped
about one minute.

Of course I hear you saying "get xineliboutput fixed" but discrete
5s skips would certainly solve that problem.
  
Klaus Schmidinger April 8, 2014, 8:23 a.m. UTC | #11
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.
>>>
>>> Have you tried 5s steps? I really prefer 5s steps over fast
>>> forward/rewind. With mplayer-plugin I have 6 buttons for 5s steps, 1min
>>> steps and 10min steps, and IMO you skip faster to the right place, than
>>> with fast forward/rewind. Perhaps it's just me...
>>
>> Perhaps... ;-).
>>
> Definitely not :) My kids and I are using the keys 1 and thre and yellow and green very often, because it makes skipping much faster.
>
>>> Yes, that's fine. But what's the problem with a second skip-value for
>>> buttons 1 and 3?
>>
>> Keys on the remote control are a very limited resource, and I wouldn't
>> want to waste two of them for a function that is not really necessary.
>>
> ??? Why is it a waste using two unused keys ? I would say its a waste not using those :)

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 ;-).

Klaus
  
fnu April 8, 2014, 12:43 p.m. UTC | #12
> 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 ... ^^

I agree with all supporters, I like that function, and them on discrete
keys. I would also not have problems to patch it further. But it's also ok
to use other discrete keys, e.g. the proposed usage of right/left in replay
mode, just to find a global agreement for core VDR.

Maybe there's a way to make it definable for the rare cases an user doesn't
have a remote with discrete fastfwd/fastrwd keys ...

In the many years of using VDR I rarly used fastfwd/fastrew, since jumping a
few seconds is much more comfortable and therfore important to me.

===
Kind regards
fnu
  
Ludi April 17, 2014, 10:26 a.m. UTC | #13
On Sun, 06 Apr 2014 21:26:08 +0200
Peter Münster <pmlists@free.fr> 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 the problem with a second skip-value
> >> for buttons 1 and 3?
> >
> > If the skip amount can configurable then each user can set it to his
> > own liking and no extra buttons needed. That seems like the
> > simplest & best solution in my opinion. Can you think of any setup
> > that actually uses several skip buttons? Skipping doesn't need to
> > be complicated or require a handful of buttons. Allow the user to
> > set his preferred skip+ and skip- amounts, and done deal. :)
> 
> The question was "What's the problem?". Do you have an answer?
> Of course the default setting can be "no second skip-value", nothing
> would change for users.
> But for my personal setup I'll use 2 buttons for 5s-steps and 2
> buttons for 60s-steps. If I could do that without patching VDR, that
> would be really nice.

+1 for more skipping choices and making the size of the steps
configurable. 

ludi
  

Patch

diff -ur vdr-2.1.6/MANUAL vdr-2.1.6-new/MANUAL
--- vdr-2.1.6/MANUAL	2014-03-15 14:40:37.000000000 +0100
+++ vdr-2.1.6-new/MANUAL	2014-04-01 13:26:07.151101710 +0200
@@ -21,10 +21,10 @@ 
   Menu    Menu on     Menu off     Menu off   Menu off   Menu off      Menu off          Menu off         Menu off
   Back    -           Menu off     VDR menu   VDR menu   Discard       VDR menu          Recordings menu  Close
   Red     -           Record       Edit       On/Off     ABC/abc       Play/Commands(1)  Jump             -
-  Green   -           Audio        New        New        Ins/Ovr       Rewind            Skip -60s        -
-  Yellow  -           Pause live   Delete     Delete     Delete        Delete            Skip +60s        -
+  Green   -           Audio        New        New        Ins/Ovr       Rewind            Skip backward    -
+  Yellow  -           Pause live   Delete     Delete     Delete        Delete            Skip forward     -
   Blue    -           Stop/Resume  Mark       Info       -             Info              Stop             -
-  0..9    Ch select   -            Sort(2)    Day(3)     Numeric inp.  Sort/Exec cmd(1)  Editing          -
+  0..9    Ch select   -            Sort(2)    Day(3)     Numeric inp.  Sort/Exec cmd(1)  Editing/Skipping -
 
   In a numerical input field (like the response to a CAM enquiry) the keys 0..9
   are used to enter the data, and the Left key can be used to delete the last
@@ -330,7 +330,8 @@ 
   - Blue    Stops playback and stores the current position, so that
             playback can be resumed later at that point.
   - Left
-    Right   Runs playback forward or backward at a higher speed; press
+    Right   If "Skip Amount 1" is 0 (default):
+            Runs playback forward or backward at a higher speed; press
             again to resume normal speed. If in Pause mode, runs forward or
             backward at a slower speed; press again to return to pause mode.
             Pressing and holding down the key performs the function until
@@ -339,12 +340,19 @@ 
             function of these keys changes in a way that gives you three
             fast and slow speeds, through which you can switch by pressing
             the respective key several times.
+            If "Skip Amount 1" > 0:
+            Skips back or forward about "Skip Amount 1" seconds.
+            Pressing and holding down the key performs the function until
+            the key is released again.
   - Red     Jump to a specific location. Enter the time you want to jump to
             and then press "Left" or "Right" to jump relative to the current
             position, "Up" to jump to an absolute position, and "Down" to
             jump and pause at an absolute position.
-  - Green
-    Yellow  Skips about 60 seconds back or forward.
+  - 1, 3
+    Green
+    Yellow  Skips back or forward. The amount of the skip is the value of
+            "Skip Amount 2" for keys 1 and 3, and "Skip Amount 3" for Green
+            and Yellow.
             Pressing and holding down the key performs the function until
             the key is released again.
   - Ok      Brings up the replay progress display, which shows the date,
diff -ur vdr-2.1.6/Makefile vdr-2.1.6-new/Makefile
--- vdr-2.1.6/Makefile	2014-03-16 13:47:35.000000000 +0100
+++ vdr-2.1.6-new/Makefile	2014-04-01 10:46:40.120294651 +0200
@@ -233,7 +233,7 @@ 
 	          fi;\
 	       fi;\
 	    done;\
-	# Conclusion\
+        # Conclusion\
 	if [ -n "$$noapiv" ] ; then echo; echo "*** plugins without APIVERSION:$$noapiv"; echo; fi;\
 	if [ -n "$$oldmakefile" ] ; then\
 	   echo; echo "*** plugins with old Makefile:$$oldmakefile"; echo;\
diff -ur vdr-2.1.6/config.c vdr-2.1.6-new/config.c
--- vdr-2.1.6/config.c	2013-08-31 14:41:28.000000000 +0200
+++ vdr-2.1.6-new/config.c	2014-04-01 12:41:45.908325335 +0200
@@ -466,6 +466,9 @@ 
   MinUserInactivity = 300;
   NextWakeupTime = 0;
   MultiSpeedMode = 0;
+  Skip1Amount = 0;
+  Skip2Amount = 10;
+  Skip3Amount = 60;
   ShowReplayMode = 0;
   ShowRemainingTime = 0;
   ProgressDisplayTime = 0;
@@ -677,6 +680,9 @@ 
   else if (!strcasecmp(Name, "MinUserInactivity"))   MinUserInactivity  = atoi(Value);
   else if (!strcasecmp(Name, "NextWakeupTime"))      NextWakeupTime     = atoi(Value);
   else if (!strcasecmp(Name, "MultiSpeedMode"))      MultiSpeedMode     = atoi(Value);
+  else if (!strcasecmp(Name, "Skip1Amount"))         Skip1Amount        = atoi(Value);
+  else if (!strcasecmp(Name, "Skip2Amount"))         Skip2Amount        = atoi(Value);
+  else if (!strcasecmp(Name, "Skip3Amount"))         Skip3Amount        = atoi(Value);
   else if (!strcasecmp(Name, "ShowReplayMode"))      ShowReplayMode     = atoi(Value);
   else if (!strcasecmp(Name, "ShowRemainingTime"))   ShowRemainingTime  = atoi(Value);
   else if (!strcasecmp(Name, "ProgressDisplayTime")) ProgressDisplayTime= atoi(Value);
@@ -792,6 +798,9 @@ 
   Store("MinUserInactivity",  MinUserInactivity);
   Store("NextWakeupTime",     NextWakeupTime);
   Store("MultiSpeedMode",     MultiSpeedMode);
+  Store("Skip1Amount",        Skip1Amount);
+  Store("Skip2Amount",        Skip2Amount);
+  Store("Skip3Amount",        Skip3Amount);
   Store("ShowReplayMode",     ShowReplayMode);
   Store("ShowRemainingTime",  ShowRemainingTime);
   Store("ProgressDisplayTime",ProgressDisplayTime);
diff -ur vdr-2.1.6/config.h vdr-2.1.6-new/config.h
--- vdr-2.1.6/config.h	2014-02-25 11:00:23.000000000 +0100
+++ vdr-2.1.6-new/config.h	2014-04-01 10:52:56.829592629 +0200
@@ -329,6 +329,9 @@ 
   int MinEventTimeout, MinUserInactivity;
   time_t NextWakeupTime;
   int MultiSpeedMode;
+  int Skip1Amount;
+  int Skip2Amount;
+  int Skip3Amount;
   int ShowReplayMode;
   int ShowRemainingTime;
   int ProgressDisplayTime;
diff -ur vdr-2.1.6/keys.h vdr-2.1.6-new/keys.h
--- vdr-2.1.6/keys.h	2012-12-04 13:51:25.000000000 +0100
+++ vdr-2.1.6-new/keys.h	2014-04-01 12:33:18.882515801 +0200
@@ -71,6 +71,12 @@ 
 #define kMarkJumpForward k9
 #define kEditCut         k2
 #define kEditTest        k8
+#define kSkipNeg1        kLeft
+#define kSkipPos1        kRight
+#define kSkipNeg2        k1
+#define kSkipPos2        k3
+#define kSkipNeg3        kGreen
+#define kSkipPos3        kYellow
 
 #define RAWKEY(k)        (eKeys((k) & ~k_Flags))
 #define ISRAWKEY(k)      ((k) != kNone && ((k) & k_Flags) == 0)
diff -ur vdr-2.1.6/menu.c vdr-2.1.6-new/menu.c
--- vdr-2.1.6/menu.c	2014-03-16 11:38:31.000000000 +0100
+++ vdr-2.1.6-new/menu.c	2014-04-01 13:15:01.352253645 +0200
@@ -3563,6 +3563,9 @@ 
   SetMenuCategory(mcSetupReplay);
   SetSection(tr("Replay"));
   Add(new cMenuEditBoolItem(tr("Setup.Replay$Multi speed mode"), &data.MultiSpeedMode));
+  Add(new cMenuEditIntItem( tr("Setup.Replay$Skip Amount 1 (s)"), &data.Skip1Amount, 0, 60 * 60));
+  Add(new cMenuEditIntItem( tr("Setup.Replay$Skip Amount 2 (s)"), &data.Skip2Amount, 0, 60 * 60));
+  Add(new cMenuEditIntItem( tr("Setup.Replay$Skip Amount 3 (s)"), &data.Skip3Amount, 0, 60 * 60));
   Add(new cMenuEditBoolItem(tr("Setup.Replay$Show replay mode"), &data.ShowReplayMode));
   Add(new cMenuEditBoolItem(tr("Setup.Replay$Show remaining time"), &data.ShowRemainingTime));
   Add(new cMenuEditIntItem( tr("Setup.Replay$Progress display time (s)"), &data.ProgressDisplayTime, 0, 60));
@@ -5330,6 +5333,12 @@ 
      else
         Key = Play ? kPause : kPlay;
      }
+  if(!Setup.Skip1Amount)
+      switch(RAWKEY(Key)){
+          case kLeft:  Key = (eKeys)(int(Key) + int(kFastRew) - int(kLeft));  break;
+          case kRight: Key = (eKeys)(int(Key) + int(kFastFwd) - int(kRight)); break;
+          default: break;
+      }
   bool DoShowMode = true;
   switch (int(Key)) {
     // Positioning:
@@ -5338,20 +5347,24 @@ 
     case kPause:
     case kDown:    Pause(); break;
     case kFastRew|k_Release:
-    case kLeft|k_Release:
                    if (Setup.MultiSpeedMode) break;
-    case kFastRew:
-    case kLeft:    Backward(); break;
+    case kFastRew: Backward(); break;
     case kFastFwd|k_Release:
-    case kRight|k_Release:
                    if (Setup.MultiSpeedMode) break;
-    case kFastFwd:
-    case kRight:   Forward(); break;
+    case kFastFwd: Forward(); break;
     case kRed:     TimeSearch(); break;
-    case kGreen|k_Repeat:
-    case kGreen:   SkipSeconds(-60); break;
-    case kYellow|k_Repeat:
-    case kYellow:  SkipSeconds( 60); break;
+    case kSkipNeg1|k_Repeat:
+    case kSkipNeg1:     SkipSeconds(-Setup.Skip1Amount); break;
+    case kSkipPos1|k_Repeat:
+    case kSkipPos1:     SkipSeconds( Setup.Skip1Amount); break;
+    case kSkipNeg2|k_Repeat:
+    case kSkipNeg2:     SkipSeconds(-Setup.Skip2Amount); break;
+    case kSkipPos2|k_Repeat:
+    case kSkipPos2:     SkipSeconds( Setup.Skip2Amount); break;
+    case kSkipNeg3|k_Repeat:
+    case kSkipNeg3:     SkipSeconds(-Setup.Skip3Amount); break;
+    case kSkipPos3|k_Repeat:
+    case kSkipPos3:     SkipSeconds( Setup.Skip3Amount); break;
     case kStop:
     case kBlue:    Hide();
                    Stop();
diff -ur vdr-2.1.6/po/ar.po vdr-2.1.6-new/po/ar.po
--- vdr-2.1.6/po/ar.po	2014-03-16 12:06:52.096281218 +0100
+++ vdr-2.1.6-new/po/ar.po	2014-04-01 13:16:21.852601202 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-10-16 11:16-0400\n"
 "Last-Translator: Osama Alrawab <alrawab@hotmail.com>\n"
 "Language-Team: Arabic <ar@li.org>\n"
@@ -1208,6 +1208,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Ù?Ù?Ø¡Ù?ت اÙ?Ù?Ù?Ù?"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "اضÙ?ر Ø·Ù?ر اÙ?اعادة"
 
diff -ur vdr-2.1.6/po/ca_ES.po vdr-2.1.6-new/po/ca_ES.po
--- vdr-2.1.6/po/ca_ES.po	2014-03-16 12:06:51.118106213 +0100
+++ vdr-2.1.6-new/po/ca_ES.po	2014-04-01 13:16:21.396599234 +0200
@@ -10,7 +10,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-03-02 19:02+0100\n"
 "Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
 "Language-Team: Catalan <vdr@linuxtv.org>\n"
@@ -1207,6 +1207,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Mode de multivelocitat"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Mostrar mode de reproducció"
 
diff -ur vdr-2.1.6/po/cs_CZ.po vdr-2.1.6-new/po/cs_CZ.po
--- vdr-2.1.6/po/cs_CZ.po	2014-03-16 12:06:52.035270303 +0100
+++ vdr-2.1.6-new/po/cs_CZ.po	2014-04-01 13:16:21.424599354 +0200
@@ -10,7 +10,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2010-05-06 11:00+0200\n"
 "Last-Translator: AleÅ¡ JuÅ?ík <ajurik@quick.cz>\n"
 "Language-Team: Czech <vdr@linuxtv.org>\n"
@@ -1207,6 +1207,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Vícerychlostní mód"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Zobrazit reÅŸim pÅ?ehrávání"
 
diff -ur vdr-2.1.6/po/da_DK.po vdr-2.1.6-new/po/da_DK.po
--- vdr-2.1.6/po/da_DK.po	2014-03-16 12:06:51.684207494 +0100
+++ vdr-2.1.6-new/po/da_DK.po	2014-04-01 13:16:21.544599872 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2007-08-12 14:17+0200\n"
 "Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
 "Language-Team: Danish <vdr@linuxtv.org>\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Multi hastighedsmodus"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Vis afspilningsmodus"
 
diff -ur vdr-2.1.6/po/de_DE.po vdr-2.1.6-new/po/de_DE.po
--- vdr-2.1.6/po/de_DE.po	2014-03-16 12:06:52.326322374 +0100
+++ vdr-2.1.6-new/po/de_DE.po	2014-04-01 13:21:08.853833863 +0200
@@ -7,8 +7,8 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
-"PO-Revision-Date: 2010-01-16 16:46+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
+"PO-Revision-Date: 2014-04-01 13:21+0200\n"
 "Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
 "Language-Team: German <vdr@linuxtv.org>\n"
 "Language: de\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Mehrstufiger Vor-/Rücklauf"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr "Sprungintervall 1 (s)"
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr "Sprungintervall 2 (s)"
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr "Sprungintervall 3 (s)"
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Wiedergabestatus anzeigen"
 
diff -ur vdr-2.1.6/po/el_GR.po vdr-2.1.6-new/po/el_GR.po
--- vdr-2.1.6/po/el_GR.po	2014-03-16 12:06:51.894245071 +0100
+++ vdr-2.1.6-new/po/el_GR.po	2014-04-01 13:16:21.672600425 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2007-08-12 14:17+0200\n"
 "Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
 "Language-Team: Greek <vdr@linuxtv.org>\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Ìåèïäïò ðïëëáðëÞò ôá÷ýôçôáò"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "žíäåéîç êáôÜóôáóçò áíáìåôÜäïóçò"
 
diff -ur vdr-2.1.6/po/es_ES.po vdr-2.1.6-new/po/es_ES.po
--- vdr-2.1.6/po/es_ES.po	2014-03-16 12:06:51.754220019 +0100
+++ vdr-2.1.6-new/po/es_ES.po	2014-04-01 13:16:21.564599959 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-03-02 19:02+0100\n"
 "Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
 "Language-Team: Spanish <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Modo multi-velocidad"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Mostrar modo de reproducción"
 
diff -ur vdr-2.1.6/po/et_EE.po vdr-2.1.6-new/po/et_EE.po
--- vdr-2.1.6/po/et_EE.po	2014-03-16 12:06:51.085100308 +0100
+++ vdr-2.1.6-new/po/et_EE.po	2014-04-01 13:16:21.372599130 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2007-08-12 14:17+0200\n"
 "Last-Translator: Arthur Konovalov <artlov@gmail.com>\n"
 "Language-Team: Estonian <vdr@linuxtv.org>\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Mitme kiiruse reÅŸiim"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Korduse reÅŸiimi kuvamine"
 
diff -ur vdr-2.1.6/po/fi_FI.po vdr-2.1.6-new/po/fi_FI.po
--- vdr-2.1.6/po/fi_FI.po	2014-03-16 12:06:51.720213936 +0100
+++ vdr-2.1.6-new/po/fi_FI.po	2014-04-01 13:16:21.480599596 +0200
@@ -11,7 +11,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2007-08-15 15:52+0200\n"
 "Last-Translator: Matti LehtimÀki <matti.lehtimaki@gmail.com>\n"
 "Language-Team: Finnish <vdr@linuxtv.org>\n"
@@ -1208,6 +1208,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "KÀytÀ toiston moninopeustilaa"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "NÀytÀ toiston tila"
 
diff -ur vdr-2.1.6/po/fr_FR.po vdr-2.1.6-new/po/fr_FR.po
--- vdr-2.1.6/po/fr_FR.po	2014-03-16 12:06:52.007265293 +0100
+++ vdr-2.1.6-new/po/fr_FR.po	2014-04-01 13:16:21.744600736 +0200
@@ -17,7 +17,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-02-24 12:56+0100\n"
 "Last-Translator: Dominique Plu <dplu@free.fr>\n"
 "Language-Team: French <vdr@linuxtv.org>\n"
@@ -1214,6 +1214,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Mode multi-vitesses"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Affichage mode de lecture"
 
diff -ur vdr-2.1.6/po/hr_HR.po vdr-2.1.6-new/po/hr_HR.po
--- vdr-2.1.6/po/hr_HR.po	2014-03-16 12:06:52.207301080 +0100
+++ vdr-2.1.6-new/po/hr_HR.po	2014-04-01 13:16:21.900601409 +0200
@@ -9,7 +9,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-03-17 19:00+0100\n"
 "Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
 "Language-Team: Croatian <vdr@linuxtv.org>\n"
@@ -1206,6 +1206,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Vi¹estruke brzine prikaza"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "PrikaŸi naèin prikazivanja"
 
diff -ur vdr-2.1.6/po/hu_HU.po vdr-2.1.6-new/po/hu_HU.po
--- vdr-2.1.6/po/hu_HU.po	2014-03-16 12:06:51.648201053 +0100
+++ vdr-2.1.6-new/po/hu_HU.po	2014-04-01 13:16:21.500599683 +0200
@@ -10,7 +10,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-03-01 19:22+0200\n"
 "Last-Translator: István FÌley <ifuley@tigercomp.ro>\n"
 "Language-Team: Hungarian <vdr@linuxtv.org>\n"
@@ -1208,6 +1208,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Töbsebességes funkció"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Lejátszás feltÌntetése"
 
diff -ur vdr-2.1.6/po/it_IT.po vdr-2.1.6-new/po/it_IT.po
--- vdr-2.1.6/po/it_IT.po	2014-03-16 12:06:51.828233261 +0100
+++ vdr-2.1.6-new/po/it_IT.po	2014-04-01 13:16:21.612600166 +0200
@@ -11,7 +11,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-11-10 23:02+0100\n"
 "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
 "Language-Team: Italian <vdr@linuxtv.org>\n"
@@ -1211,6 +1211,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Modalità multispeed"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Mostra modalità riproduzione"
 
diff -ur vdr-2.1.6/po/lt_LT.po vdr-2.1.6-new/po/lt_LT.po
--- vdr-2.1.6/po/lt_LT.po	2014-03-16 12:06:51.933252050 +0100
+++ vdr-2.1.6-new/po/lt_LT.po	2014-04-01 13:16:21.804600995 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2010-10-30 11:55+0200\n"
 "Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
 "Language-Team: Lithuanian <vdr@linuxtv.org>\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Prasukimo rÄ?ÅŸimas"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Rodyti pakartojimo rÄ?ÅŸimÄ?"
 
diff -ur vdr-2.1.6/po/mk_MK.po vdr-2.1.6-new/po/mk_MK.po
--- vdr-2.1.6/po/mk_MK.po	2014-03-16 12:06:52.065275671 +0100
+++ vdr-2.1.6-new/po/mk_MK.po	2014-04-01 13:16:21.700600546 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2012-11-19 15:18+0100\n"
 "Last-Translator: Dimitar Petrovski <dimeptr@gmail.com>\n"
 "Language-Team: Macedonian <en@li.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Ð?ПвеÑ?ебÑ?зОМскО Ñ?ежОЌ"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Ð?Ñ?ОкажО МаÑ?ОМ Ма пÑ?Ñ?Ñ?аÑ?е"
 
diff -ur vdr-2.1.6/po/nl_NL.po vdr-2.1.6-new/po/nl_NL.po
--- vdr-2.1.6/po/nl_NL.po	2014-03-16 12:06:51.862239345 +0100
+++ vdr-2.1.6-new/po/nl_NL.po	2014-04-01 13:16:21.876601306 +0200
@@ -12,7 +12,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-02-26 17:20+0100\n"
 "Last-Translator: Cedric Dewijs <cedric.dewijs@telfort.nl>\n"
 "Language-Team: Dutch <vdr@linuxtv.org>\n"
@@ -1209,6 +1209,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Multi-speed mode"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Weergave mode aangeven"
 
diff -ur vdr-2.1.6/po/nn_NO.po vdr-2.1.6-new/po/nn_NO.po
--- vdr-2.1.6/po/nn_NO.po	2014-03-16 12:06:52.174295175 +0100
+++ vdr-2.1.6-new/po/nn_NO.po	2014-04-01 13:16:21.636600270 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2007-08-12 14:17+0200\n"
 "Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
 "Language-Team: Norwegian Nynorsk <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Multispeed modus"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Vis avspillingsmodus"
 
diff -ur vdr-2.1.6/po/pl_PL.po vdr-2.1.6-new/po/pl_PL.po
--- vdr-2.1.6/po/pl_PL.po	2014-03-16 12:06:50.988082950 +0100
+++ vdr-2.1.6-new/po/pl_PL.po	2014-04-01 13:16:21.304598836 +0200
@@ -9,7 +9,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-03-09 12:59+0100\n"
 "Last-Translator: Marek Nazarko <mnazarko@gmail.com>\n"
 "Language-Team: Polish <vdr@linuxtv.org>\n"
@@ -1206,6 +1206,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Tryb wieloprêdko¶ciowy"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Pokazuj tryb odtwarzania"
 
diff -ur vdr-2.1.6/po/pt_PT.po vdr-2.1.6-new/po/pt_PT.po
--- vdr-2.1.6/po/pt_PT.po	2014-03-16 12:06:50.947075613 +0100
+++ vdr-2.1.6-new/po/pt_PT.po	2014-04-01 13:16:21.244598577 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2010-03-28 22:49+0100\n"
 "Last-Translator: Cris Silva <hudokkow@gmail.com>\n"
 "Language-Team: Portuguese <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Modo multi velocidade"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Mostrar modo de reprodução"
 
diff -ur vdr-2.1.6/po/ro_RO.po vdr-2.1.6-new/po/ro_RO.po
--- vdr-2.1.6/po/ro_RO.po	2014-03-16 12:06:51.057095298 +0100
+++ vdr-2.1.6-new/po/ro_RO.po	2014-04-01 13:16:21.352599044 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-02-09 23:01+0100\n"
 "Last-Translator: Lucian Muresan <lucianm@users.sorceforge.net>\n"
 "Language-Team: Romanian <vdr@linuxtv.org>\n"
@@ -1206,6 +1206,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Mod multi-vitezÄ?"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "AfiÅ?eazÄ? redarea"
 
diff -ur vdr-2.1.6/po/ru_RU.po vdr-2.1.6-new/po/ru_RU.po
--- vdr-2.1.6/po/ru_RU.po	2014-03-16 12:06:52.248308417 +0100
+++ vdr-2.1.6-new/po/ru_RU.po	2014-04-01 13:16:21.948601617 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-03-10 17:13+0100\n"
 "Last-Translator: Oleg Roitburd <oroitburd@gmail.com>\n"
 "Language-Team: Russian <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "ŒÝÞÓÞáÚÞàÞáâÝÞÙ àÕÖØÜ"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "ŸâÞÑàÐÖÐâì àÕÖØÜ ÒÞáßàÞØ×ÒÕÔÕÝØï"
 
diff -ur vdr-2.1.6/po/sk_SK.po vdr-2.1.6-new/po/sk_SK.po
--- vdr-2.1.6/po/sk_SK.po	2014-03-16 12:06:52.134288018 +0100
+++ vdr-2.1.6-new/po/sk_SK.po	2014-04-01 13:16:21.968601703 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-03-04 21:24+0100\n"
 "Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n"
 "Language-Team: Slovak <vdr@linuxtv.org>\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Viac rýchlostný reŸim"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Zobrazi» spôsob prehrávania"
 
diff -ur vdr-2.1.6/po/sl_SI.po vdr-2.1.6-new/po/sl_SI.po
--- vdr-2.1.6/po/sl_SI.po	2014-03-16 12:06:52.285315038 +0100
+++ vdr-2.1.6-new/po/sl_SI.po	2014-04-01 13:16:21.584600045 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-03-04 12:46+0100\n"
 "Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
 "Language-Team: Slovenian <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "ReŸim z veè hitrostmi"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "PrikaŸi reŸim predvajanja"
 
diff -ur vdr-2.1.6/po/sr_RS.po vdr-2.1.6-new/po/sr_RS.po
--- vdr-2.1.6/po/sr_RS.po	2014-03-16 12:06:51.024089391 +0100
+++ vdr-2.1.6-new/po/sr_RS.po	2014-04-01 13:16:21.332598957 +0200
@@ -8,7 +8,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-03-16 15:05+0100\n"
 "Last-Translator: Zoran Turalija <zoran.turalija@gmail.com>\n"
 "Language-Team: Serbian <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Vi¹estruka brzina reprodukcije"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "PrikaŸi reŸim reprodukcije"
 
diff -ur vdr-2.1.6/po/sv_SE.po vdr-2.1.6-new/po/sv_SE.po
--- vdr-2.1.6/po/sv_SE.po	2014-03-16 12:06:51.975259565 +0100
+++ vdr-2.1.6-new/po/sv_SE.po	2014-04-01 13:16:21.724600650 +0200
@@ -11,7 +11,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-02-18 17:04+0100\n"
 "Last-Translator: Richard Lithvall <r-vdr@boomer.se>\n"
 "Language-Team: Swedish <vdr@linuxtv.org>\n"
@@ -1208,6 +1208,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Flerhastighetsläge"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Visa uppspelningsläge"
 
diff -ur vdr-2.1.6/po/tr_TR.po vdr-2.1.6-new/po/tr_TR.po
--- vdr-2.1.6/po/tr_TR.po	2014-03-16 12:06:51.607193742 +0100
+++ vdr-2.1.6-new/po/tr_TR.po	2014-04-01 13:16:21.780600891 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2008-02-28 00:33+0100\n"
 "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
 "Language-Team: Turkish <vdr@linuxtv.org>\n"
@@ -1204,6 +1204,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Katlý hýz sarma"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Gösteriþ bilgisi"
 
diff -ur vdr-2.1.6/po/uk_UA.po vdr-2.1.6-new/po/uk_UA.po
--- vdr-2.1.6/po/uk_UA.po	2014-03-16 12:06:51.784225389 +0100
+++ vdr-2.1.6-new/po/uk_UA.po	2014-04-01 13:16:21.828601099 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-02-09 16:00+0100\n"
 "Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
 "Language-Team: Ukrainian <vdr@linuxtv.org>\n"
@@ -1205,6 +1205,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "Ð?агаÑ?ПÑ?вОЎкÑ?сМОй Ñ?ежОЌ"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "Ð?Ñ?ПбÑ?ажаÑ?О Ñ?ежОЌ пеÑ?егляЎÑ?"
 
diff -ur vdr-2.1.6/po/zh_CN.po vdr-2.1.6-new/po/zh_CN.po
--- vdr-2.1.6/po/zh_CN.po	2014-03-16 12:06:51.356148794 +0100
+++ vdr-2.1.6-new/po/zh_CN.po	2014-04-01 13:16:21.456599493 +0200
@@ -7,7 +7,7 @@ 
 msgstr ""
 "Project-Id-Version: VDR 2.0.0\n"
 "Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
-"POT-Creation-Date: 2013-11-03 15:59+0100\n"
+"POT-Creation-Date: 2014-04-01 10:53+0200\n"
 "PO-Revision-Date: 2013-03-04 14:52+0800\n"
 "Last-Translator: NFVDR <nfvdr@live.com>\n"
 "Language-Team: Chinese (simplified) <nfvdr@live.com>\n"
@@ -1206,6 +1206,15 @@ 
 msgid "Setup.Replay$Multi speed mode"
 msgstr "åª?äœ?é??床暡匏"
 
+msgid "Setup.Replay$Skip Amount 1 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 2 (s)"
+msgstr ""
+
+msgid "Setup.Replay$Skip Amount 3 (s)"
+msgstr ""
+
 msgid "Setup.Replay$Show replay mode"
 msgstr "æ?Ÿç€ºå??æ?Ÿæš¡åŒ"