[vdr] integrating jumpplay-patch

2014-03-31 Thread Peter Münster
Hi Klaus,

What about integrating the jumpplay-patch
(http://www.vdr-wiki.de/wiki/index.php/Jumpplay-patch) into the
VDR developer version?

That would be nice.
-- 
   Peter


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


[vdr] skipping 5/10 seconds

2014-03-31 Thread Peter Münster
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?

That would be nice.
-- 
   Peter


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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread Matthias Fechner
Am 31.03.14 11:39, schrieb Peter Münster:
 What about integrating the jumpplay-patch
 (http://www.vdr-wiki.de/wiki/index.php/Jumpplay-patch) into the
 VDR developer version?

I wish the patch whould not stop the playback on the last mark, as the
last mark is in many cases not correct.


Gruß,
Matthias

-- 
Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook

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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread Peter Münster
On Mon, Mar 31 2014, Matthias Fechner wrote:

 Am 31.03.14 11:39, schrieb Peter Münster:
 What about integrating the jumpplay-patch
 (http://www.vdr-wiki.de/wiki/index.php/Jumpplay-patch) into the
 VDR developer version?

 I wish the patch whould not stop the playback on the last mark, as the
 last mark is in many cases not correct.

Why is the last mark not correct?
What about adjusting the last mark?
What about removing the last mark?
What about a setup-parameter jumpplay-dont-stop-on-last-mark?

-- 
   Peter


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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread Detlef Heine

On my recordings the last mark is everytime correct.
And the playback stops there. Everything is fine.
I think the idea of Peter are great.

Detlef.

Am 31.03.2014 11:59, schrieb Matthias Fechner:

Am 31.03.14 11:39, schrieb Peter Münster:

What about integrating the jumpplay-patch
(http://www.vdr-wiki.de/wiki/index.php/Jumpplay-patch) into the
VDR developer version?


I wish the patch whould not stop the playback on the last mark, as the
last mark is in many cases not correct.


Gruß,
Matthias

attachment: detlef_heine.vcf

smime.p7s
Description: S/MIME Cryptographic Signature
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] skipping 5/10 seconds

2014-03-31 Thread syrius . ml
Peter Münster pmli...@free.fr 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@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread Matthias Fechner
Am 31.03.14 12:19, schrieb Peter Münster:
 Why is the last mark not correct?

hehe, ask noad ;)

 What about adjusting the last mark?
 What about removing the last mark?
 What about a setup-parameter jumpplay-dont-stop-on-last-mark?

I prefer a parameter to disable the end on the last mark.


Gruß,
Matthias

-- 
Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook

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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread Peter Münster
On Mon, Mar 31 2014, Matthias Fechner wrote:

 Am 31.03.14 12:19, schrieb Peter Münster:
 Why is the last mark not correct?

 hehe, ask noad ;)

 What about adjusting the last mark?
 What about removing the last mark?
 What about a setup-parameter jumpplay-dont-stop-on-last-mark?

 I prefer a parameter to disable the end on the last mark.

And what do you bet, that Klaus will agree to such a
specialworkaroundforwrongmarkfromnoadparameter...? ;)

-- 
   Peter


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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread VDR User
 Why is the last mark not correct?

 hehe, ask noad ;)

.
 What about a setup-parameter jumpplay-dont-stop-on-last-mark?

 I prefer a parameter to disable the end on the last mark.

 And what do you bet, that Klaus will agree to such a
 specialworkaroundforwrongmarkfromnoadparameter...? ;)

That's a suckers bet. ;)

Btw, instead of asking Klaus to create workarounds for noad problems,
why not ask the author of noad to fix his plugin? I'm sure Klaus would
suggest the same after stating there's zero chance he will add a
specialworkaroundforwrongmarkfromnoadparameter.

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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread Matthias Fechner
Am 31.03.14 22:03, schrieb VDR User:
 Btw, instead of asking Klaus to create workarounds for noad problems,
 why not ask the author of noad to fix his plugin? I'm sure Klaus would
 suggest the same after stating there's zero chance he will add a
 specialworkaroundforwrongmarkfromnoadparameter.

why not just add a parameter stop recording
on last mark yes/no?

Gruß,
Matthias

-- 
Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook

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


Re: [vdr] integrating jumpplay-patch

2014-03-31 Thread VDR User
 Btw, instead of asking Klaus to create workarounds for noad problems,
 why not ask the author of noad to fix his plugin? I'm sure Klaus would
 suggest the same after stating there's zero chance he will add a
 specialworkaroundforwrongmarkfromnoadparameter.

 why not just add a parameter stop recording
 on last mark yes/no?

Marks in vanilla VDR are used for editing cut-points, not jumping
during playback. So, rather than ask Klaus to deal with it (since it
has nothing to do with editing), perhaps the appropriate person to
make the request to would be whoever maintains the jumpplay patch.

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