[vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread Torgeir Veimo
When using the skip forward / backward buttons, eg to jump through the
ads, it would be convenient if the skip backward button skipped
backwards 30 seconds instead of 60, on the first press. Subsequent
skip backwards would skip 60 seconds as normal.

This would make it easier to narrow down the start of a program after
skipping ads.

-- 
-Tor

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


[vdr] [ANNOUNCE] vdr-dxr3 0.2.12

2011-02-06 Thread Ville Skyttä
vdr-dxr3 version 0.2.12 is out, noteworthy changes since 0.2.11:

- Make dist target depend on up to date *.po (Ville Skyttä)
- Use pkg-config to locate libavcodec (Ville Skyttä)
- Avoid deprecation warnings with libavcodec >= 52.26.0 (Ville Skyttä)
- Compiler warning cleanups (Ville Skyttä)
- Reintroduce AC3 decoding (Luca Olivetti)
- Fix fast forward with VDR 1.7.x (Luca Olivetti)

0.2.x is the "stable" series of the dxr3 plugin, targeted primarily for
VDR 1.6.x at the moment, but it should work to some extent also with VDR
1.7.x.  More extensive work on the next version is underway at
http://projects.vdr-developer.org/projects/show/plg-dxr3

Downloads are available at:
http://sourceforge.net/projects/dxr3plugin/files/dxr3-0.2.x/0.2.12/
http://projects.vdr-developer.org/projects/plg-dxr3/files


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


Re: [vdr] [ANNOUNCE] vdr-dxr3 0.2.12

2011-02-06 Thread Helmut Auer

Hello
>

vdr-dxr3 version 0.2.12 is out, noteworthy changes since 0.2.11:

- Make dist target depend on up to date *.po (Ville Skyttä)
- Use pkg-config to locate libavcodec (Ville Skyttä)
- Avoid deprecation warnings with libavcodec>= 52.26.0 (Ville Skyttä)
- Compiler warning cleanups (Ville Skyttä)
- Reintroduce AC3 decoding (Luca Olivetti)
- Fix fast forward with VDR 1.7.x (Luca Olivetti)

0.2.x is the "stable" series of the dxr3 plugin, targeted primarily for
VDR 1.6.x at the moment, but it should work to some extent also with VDR
1.7.x.  More extensive work on the next version is underway at
http://projects.vdr-developer.org/projects/show/plg-dxr3

Downloads are available at:
http://sourceforge.net/projects/dxr3plugin/files/dxr3-0.2.x/0.2.12/
http://projects.vdr-developer.org/projects/plg-dxr3/files

Thanks for the update ! Is there anyone working on the drivers ? With a recent kernel the em8300 
modules won't compile.


_--
Helmut Auer, hel...@helmutauer.de

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


Re: [vdr] [ANNOUNCE] vdr-dxr3 0.2.12

2011-02-06 Thread Ville Skyttä
On 02/06/2011 06:29 PM, Helmut Auer wrote:

> Thanks for the update ! Is there anyone working on the drivers ?

As far as I know, Christian Gmeiner is the only one who has worked on
them recently.  I haven't tested that stuff, but his hg repository is at
http://hg.assembla.com/em8300-cgmeiner/

> With a recent kernel the em8300 modules won't compile.

The attached patch [1] over driver 0.18.0 is enough to make them build
and work for me with kernel 2.6.35.10; I haven't tested with later versions.

[1] Backport of http://hg.assembla.com/em8300-cgmeiner/changeset/720/
diff -up em8300-0.18.0/include/linux/em8300.h~ 
em8300-0.18.0/include/linux/em8300.h
--- em8300-0.18.0/include/linux/em8300.h~   2009-12-21 00:24:55.0 
+0200
+++ em8300-0.18.0/include/linux/em8300.h2011-01-23 22:39:34.938179632 
+0200
@@ -234,6 +234,10 @@ extern int major;
 #include  /* wait_queue_head_t */
 #include  /* struct list_head */
 
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
+#include  /* struct semaphore */
+#endif
+
 #if defined(CONFIG_SND) || defined(CONFIG_SND_MODULE)
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
 #define snd_card_t struct snd_card
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread Mario Schulz
Am 06.02.2011 11:43, schrieb Torgeir Veimo:
> When using the skip forward / backward buttons, eg to jump through the
> ads, it would be convenient if the skip backward button skipped
> backwards 30 seconds instead of 60, on the first press. Subsequent
> skip backwards would skip 60 seconds as normal.
> 
> This would make it easier to narrow down the start of a program after
> skipping ads.
> 

Binary search has already been patched into some distributions with the
Liemikuutio-patch.

Cf. http://www.saunalahti.fi/~rahrenbe/vdr/patches/index.php

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


Re: [vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread VDR User
On Sun, Feb 6, 2011 at 9:17 AM, Mario Schulz  wrote:
> Am 06.02.2011 11:43, schrieb Torgeir Veimo:
>> When using the skip forward / backward buttons, eg to jump through the
>> ads, it would be convenient if the skip backward button skipped
>> backwards 30 seconds instead of 60, on the first press. Subsequent
>> skip backwards would skip 60 seconds as normal.
>>
>> This would make it easier to narrow down the start of a program after
>> skipping ads.
>>
>
> Binary search has already been patched into some distributions with the
> Liemikuutio-patch.
>
> Cf. http://www.saunalahti.fi/~rahrenbe/vdr/patches/index.php

IIRC, mythtv had a feature built-in that skips ads automagically.
Maybe a plugin could be written for VDR which provides the same
function.  Would be very cool and resolve the problem with seeking
h264 recordings where the still frame will remain unchanged for
several seconds and by the time it does change, its seeked several
minutes.  So with h264 ffw/rew you either seek no where or too far.
It's pretty bad unfortunately.

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


Re: [vdr] [ANNOUNCE] vdr-dxr3 0.2.12

2011-02-06 Thread YUP
Please use the following patch for kernel 2.6.{36,37} (in attachment).
Christian's repository hasn't been changed for a 3 months and you cannot
compile modules for a newer kernels. I maintain em8300-hg and
em8300-utils-hg packages for archlinux.

Yarema

2011/2/6 Ville Skyttä 

> On 02/06/2011 06:29 PM, Helmut Auer wrote:
>
> > Thanks for the update ! Is there anyone working on the drivers ?
>
> As far as I know, Christian Gmeiner is the only one who has worked on
> them recently.  I haven't tested that stuff, but his hg repository is at
> http://hg.assembla.com/em8300-cgmeiner/
>
> > With a recent kernel the em8300 modules won't compile.
>
> The attached patch [1] over driver 0.18.0 is enough to make them build
> and work for me with kernel 2.6.35.10; I haven't tested with later
> versions.
>
> [1] Backport of http://hg.assembla.com/em8300-cgmeiner/changeset/720/
>
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>
>


mutex.patch
Description: Binary data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread Timothy D. Lenz
I would not trust an ads auto skipper until broadcasters were required 
to embed something to signal the start/stop of ads and that be enforced 
by withdraw of broadcast license if not followed. And that will never 
happen.


Advertises do anything and everything to get their ads watched even to 
the point of taking companies to court to remove ads skipping systems. 
If want to save a recording without adds, better to just edit them out 
by hand.


I use the jump ahead to skip comercials and then rw back a bit because 
it never seems to be the same jump amount. Sometimes they have more 
comercials and now I'm also noticing that skip seems to not always skip 
the same amount. Sometimes it only skips ahead a few seconds. I've had 
to skip twice to get through the same comercial at times.


On 2/6/2011 10:23 AM, VDR User wrote:

On Sun, Feb 6, 2011 at 9:17 AM, Mario Schulz  wrote:

Am 06.02.2011 11:43, schrieb Torgeir Veimo:

When using the skip forward / backward buttons, eg to jump through the
ads, it would be convenient if the skip backward button skipped
backwards 30 seconds instead of 60, on the first press. Subsequent
skip backwards would skip 60 seconds as normal.

This would make it easier to narrow down the start of a program after
skipping ads.



Binary search has already been patched into some distributions with the
Liemikuutio-patch.

Cf. http://www.saunalahti.fi/~rahrenbe/vdr/patches/index.php


IIRC, mythtv had a feature built-in that skips ads automagically.
Maybe a plugin could be written for VDR which provides the same
function.  Would be very cool and resolve the problem with seeking
h264 recordings where the still frame will remain unchanged for
several seconds and by the time it does change, its seeked several
minutes.  So with h264 ffw/rew you either seek no where or too far.
It's pretty bad unfortunately.

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



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


Re: [vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread Theunis Potgieter
On 6 February 2011 19:23, VDR User  wrote:

> IIRC, mythtv had a feature built-in that skips ads automagically.
> Maybe a plugin could be written for VDR which provides the same
> function.  Would be very cool and resolve the problem with seeking
> h264 recordings where the still frame will remain unchanged for
> several seconds and by the time it does change, its seeked several
> minutes.  So with h264 ffw/rew you either seek no where or too far.
> It's pretty bad unfortunately.
>

There is a package called noad for vdr which makes the marks on where
the adverts start/stop. you just need to press skip to jump to the
next mark while playing or you can enable it in vdr to automatically
jump. This is of course a patch that enables this feature.

Theunis

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


Re: [vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread VDR User
On Sun, Feb 6, 2011 at 12:16 PM, Theunis Potgieter
 wrote:
>> IIRC, mythtv had a feature built-in that skips ads automagically.
>> Maybe a plugin could be written for VDR which provides the same
>> function.  Would be very cool and resolve the problem with seeking
>> h264 recordings where the still frame will remain unchanged for
>> several seconds and by the time it does change, its seeked several
>> minutes.  So with h264 ffw/rew you either seek no where or too far.
>> It's pretty bad unfortunately.
>
> There is a package called noad for vdr which makes the marks on where
> the adverts start/stop. you just need to press skip to jump to the
> next mark while playing or you can enable it in vdr to automatically
> jump. This is of course a patch that enables this feature.

I'll gladly give it a try but the only url I found for noad just goes
to some apache page.  Do you have a current url or even hg/git
address?

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


Re: [vdr] skip +/- 60 sec suggestion.

2011-02-06 Thread Steffen Barszus
On Sun, 6 Feb 2011 12:47:33 -0800
VDR User  wrote:

> On Sun, Feb 6, 2011 at 12:16 PM, Theunis Potgieter
>  wrote:
> >> IIRC, mythtv had a feature built-in that skips ads automagically.
> >> Maybe a plugin could be written for VDR which provides the same
> >> function.  Would be very cool and resolve the problem with seeking
> >> h264 recordings where the still frame will remain unchanged for
> >> several seconds and by the time it does change, its seeked several
> >> minutes.  So with h264 ffw/rew you either seek no where or too far.
> >> It's pretty bad unfortunately.
> >
> > There is a package called noad for vdr which makes the marks on
> > where the adverts start/stop. you just need to press skip to jump
> > to the next mark while playing or you can enable it in vdr to
> > automatically jump. This is of course a patch that enables this
> > feature.
> 
> I'll gladly give it a try but the only url I found for noad just goes
> to some apache page.  Do you have a current url or even hg/git
> address?

there is an actively maintained plugin called markad - which might be
worth consideration before ... 

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