Re: skipping 5/10 seconds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Peter Münster <pmlists@xxxxxxx> 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;
    case k1|k_Repeat:
    case k1:   SkipSeconds(-10); break;
    case k3|k_Repeat:
    case k3:  SkipSeconds( 10); break;

k5 to skip itv adverts when watching corrie recordings :)

I've been too lazy to think of a configurable way of doing it. 

-- 
 

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr





[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux