[vdr] epgsearch compile problem

2010-02-01 Thread Pertti Kosunen
g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\/etc/vdr\ 
-D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS 
-D_GNU_SOURCE -DSENDMAIL='/usr/sbin/sendmail' 
-DPLUGIN_NAME_I18N='epgsearch' -DHAVE_PCREPOSIX -I/usr/include 
-I/usr/include  conflictcheck.c

In file included from uservars.h:34,
 from confdloader.c:28:
varparser.h:50: error: ISO C++ forbids declaration of ‘cCommand’ with no 
type

varparser.h:50: error: expected ‘;’ before ‘*’ token
varparser.h: In constructor ‘cVarParser::cVarParser()’:
varparser.h:53: error: class ‘cVarParser’ does not have any field named 
‘cmd’
g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\/etc/vdr\ 
-D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS 
-D_GNU_SOURCE -DSENDMAIL='/usr/sbin/sendmail' 
-DPLUGIN_NAME_I18N='epgsearch' -DHAVE_PCREPOSIX -I/usr/include 
-I/usr/include  conflictcheck_thread.c

make: *** [confdloader.o] Error 1
make: *** Waiting for unfinished jobs


varparser.h:50-53:
cCommand* cmd;
string cmdArgs;

cVarParser() : cmd(NULL) {}


Tested vdr-epgsearch-0.9.25_beta14  15 + VDR 1.7.12 @ Gentoo amd64

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


Re: [vdr] epgsearch compile problem

2010-02-01 Thread Petri Helin
On Mon, Feb 1, 2010 at 12:53 PM, Pertti Kosunen
pertti.kosu...@pp.nic.fi wrote:
 g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\/etc/vdr\
 -D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS
 -D_GNU_SOURCE -DSENDMAIL='/usr/sbin/sendmail'
 -DPLUGIN_NAME_I18N='epgsearch' -DHAVE_PCREPOSIX -I/usr/include
 -I/usr/include  conflictcheck.c
 In file included from uservars.h:34,
                 from confdloader.c:28:
 varparser.h:50: error: ISO C++ forbids declaration of ‘cCommand’ with no
 type
 varparser.h:50: error: expected ‘;’ before ‘*’ token
 varparser.h: In constructor ‘cVarParser::cVarParser()’:
 varparser.h:53: error: class ‘cVarParser’ does not have any field named
 ‘cmd’
 g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\/etc/vdr\
 -D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS
 -D_GNU_SOURCE -DSENDMAIL='/usr/sbin/sendmail'
 -DPLUGIN_NAME_I18N='epgsearch' -DHAVE_PCREPOSIX -I/usr/include
 -I/usr/include  conflictcheck_thread.c
 make: *** [confdloader.o] Error 1
 make: *** Waiting for unfinished jobs


 varparser.h:50-53:
    cCommand* cmd;
    string cmdArgs;

    cVarParser() : cmd(NULL) {}


 Tested vdr-epgsearch-0.9.25_beta14  15 + VDR 1.7.12 @ Gentoo amd64


I am pretty sute that's due to the following change:

- The files commands.conf and reccmd.conf can now contain nested lists of
 commands. See vdr.5 for information about the new file format.

I guess the epgsearch and similar plugins need to adapt to the new
command list implementation.

-Petri

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


[vdr] Dolby audio on DasErste

2010-02-01 Thread Falk Spitzberg
Hello,

I asked for this topic a while back. When i select Dolby audio, VDR uses
the Dolby digital track on all channels but DasErste. I know that they
name their dolby track non standard and i know that i can edit the
channels.conf to name the pid correctly. But for other reasons i need to
turn on automatic PID update, and now I have to select the Dolby track
manually, each time when i switch to that channel, because the automatic
update overwrites my manual change.

Is there another possibility to tell VDR to use the dd Track although it
has a non standard name?

Any help is greatly appreciated.

-- 
Falk Spitzberg
E-Mail: p...@spitzberg.de


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


[vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread Halim Sahin
Hi List and Klaus,

It would be really nice if vdr could support diseqc setup directly in
vdr.

I don't know if this can be done by a plugin but the current solution is
difficult for endusers.
Setting a diseqc.conf needs some knowledge in diseqc and it's commands.
A simple interface for creating a diseqc.conf can improove the
usability of vdr!

The other thing is the channelscan problem.
We have w_scan, dvbscan wirbelscan reelchannelscan 
I think vdr should support this out-of-the-box without any external
dependency.
Maybe through a plugin which comes with vdr itself.

What do you think?
BR.
Halim


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


Re: [vdr] Dolby audio on DasErste

2010-02-01 Thread Thomas Grünig

Hi Falk,

I had this problem too and found a solution in vdr-portal.de:
Goto setup/DVB and set Audio languages to 0. For me it works fine.

Assuming you speak german, here is the link to the vdr-portal-page:

http://www.vdr-portal.de/board/thread.php?threadid=69467

Tom


Am 01.02.2010 14:22, schrieb Falk Spitzberg:

Hello,

I asked for this topic a while back. When i select Dolby audio, VDR uses
the Dolby digital track on all channels but DasErste. I know that they
name their dolby track non standard and i know that i can edit the
channels.conf to name the pid correctly. But for other reasons i need to
turn on automatic PID update, and now I have to select the Dolby track
manually, each time when i switch to that channel, because the automatic
update overwrites my manual change.

Is there another possibility to tell VDR to use the dd Track although it
has a non standard name?

Any help is greatly appreciated.

   




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


Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread VDR User
On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote:
 Hi List and Klaus,

 It would be really nice if vdr could support diseqc setup directly in
 vdr.

 I don't know if this can be done by a plugin but the current solution is
 difficult for endusers.
 Setting a diseqc.conf needs some knowledge in diseqc and it's commands.
 A simple interface for creating a diseqc.conf can improove the
 usability of vdr!

Personally I think adding support for multiple diseqc switches is a
more important feature as I've noticed several users asking how to do
this in VDR -- which it unfortunately doesn't support.  I think this
is actually one of the reasons some guys fumble around trying to
cascade their diseqc switches.  However, not all switches can be
cascaded and so they're left stuck.  Can't cascade, and no support for
multiple switches.

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


Re: [vdr] epgsearch compile problem

2010-02-01 Thread Christian Wieninger

Hi,

I've just uploaded beta16 which works with vdr-1.7.12 too:

http://winni.vdr-developer.org/epgsearch/downloads/beta/vdr-epgsearch-0.9.25.beta16.tgz

BR,

Christian


Pertti Kosunen wrote:
g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\/etc/vdr\ 
-D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS 
-D_GNU_SOURCE -DSENDMAIL='/usr/sbin/sendmail' 
-DPLUGIN_NAME_I18N='epgsearch' -DHAVE_PCREPOSIX -I/usr/include 
-I/usr/include  conflictcheck.c

In file included from uservars.h:34,
 from confdloader.c:28:
varparser.h:50: error: ISO C++ forbids declaration of ‘cCommand’ with 
no type

varparser.h:50: error: expected ‘;’ before ‘*’ token
varparser.h: In constructor ‘cVarParser::cVarParser()’:
varparser.h:53: error: class ‘cVarParser’ does not have any field 
named ‘cmd’
g++ -march=native -O2 -pipe -fPIC -c -DCONFDIR=\/etc/vdr\ 
-D__KERNEL_STRICT_NAMES -DUSE_LIEMIEXT -DUSE_MCLI -DUSE_TTXTSUBS 
-D_GNU_SOURCE -DSENDMAIL='/usr/sbin/sendmail' 
-DPLUGIN_NAME_I18N='epgsearch' -DHAVE_PCREPOSIX -I/usr/include 
-I/usr/include  conflictcheck_thread.c

make: *** [confdloader.o] Error 1
make: *** Waiting for unfinished jobs


varparser.h:50-53:
cCommand* cmd;
string cmdArgs;

cVarParser() : cmd(NULL) {}


Tested vdr-epgsearch-0.9.25_beta14  15 + VDR 1.7.12 @ Gentoo amd64

___
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] epgsearch compile problem

2010-02-01 Thread VDR User
On Mon, Feb 1, 2010 at 9:40 AM, Christian Wieninger cwienin...@gmx.de wrote:
 Hi,

 I've just uploaded beta16 which works with vdr-1.7.12 too:

 http://winni.vdr-developer.org/epgsearch/downloads/beta/vdr-epgsearch-0.9.25.beta16.tgz

 BR,

 Christian

Thanks!

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


Re: [vdr] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread abbe normal
hey guys

i agree multi cards should be able to use mutli diseqc configs... or
at least be able to assign them to different switches that could be
used... would be nice to add more dishes and lnbs to my setup... would
like to do c and ku band dvb as well as have at least 2 to 3 fixed
dishes with lnbs on them now im limited to 4 max or use a very costly
switch...

abby

On 2/1/10, VDR User user@gmail.com wrote:
 On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote:
 Hi List and Klaus,

 It would be really nice if vdr could support diseqc setup directly in
 vdr.

 I don't know if this can be done by a plugin but the current solution is
 difficult for endusers.
 Setting a diseqc.conf needs some knowledge in diseqc and it's commands.
 A simple interface for creating a diseqc.conf can improove the
 usability of vdr!

 Personally I think adding support for multiple diseqc switches is a
 more important feature as I've noticed several users asking how to do
 this in VDR -- which it unfortunately doesn't support.  I think this
 is actually one of the reasons some guys fumble around trying to
 cascade their diseqc switches.  However, not all switches can be
 cascaded and so they're left stuck.  Can't cascade, and no support for
 multiple switches.

 ___
 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] feature request easy diseqc setup and channelscan for vdr

2010-02-01 Thread Ian Bates
On 1 Feb 2010, at 22:24, abbe normal wrote:
 
 On 2/1/10, VDR User user@gmail.com wrote:
 On Mon, Feb 1, 2010 at 7:12 AM, Halim Sahin halim.sa...@t-online.de wrote:
 Hi List and Klaus,
 
 It would be really nice if vdr could support diseqc setup directly in
 vdr.
 
 I don't know if this can be done by a plugin but the current solution is
 difficult for endusers.
 Setting a diseqc.conf needs some knowledge in diseqc and it's commands.
 A simple interface for creating a diseqc.conf can improove the
 usability of vdr!
 
 Personally I think adding support for multiple diseqc switches is a
 more important feature as I've noticed several users asking how to do
 this in VDR -- which it unfortunately doesn't support.  I think this
 is actually one of the reasons some guys fumble around trying to
 cascade their diseqc switches.  However, not all switches can be
 cascaded and so they're left stuck.  Can't cascade, and no support for
 multiple switches.
 
 
 
 hey guys
 
 i agree multi cards should be able to use mutli diseqc configs... or
 at least be able to assign them to different switches that could be
 used... would be nice to add more dishes and lnbs to my setup... would
 like to do c and ku band dvb as well as have at least 2 to 3 fixed
 dishes with lnbs on them now im limited to 4 max or use a very costly
 switch...
 
 abby

Dear all,

I have a diseqc-patch I that hacked together a couple of years ago relating to 
multi-cards/multi-switches that has served my purpose well.  It may not be the 
best way, it may even be the wrong way.  I will drag it out of the VDR box for 
all to see but that will not be for a couple of days.

MOTIVATION

I have three LNBs (28.2/5, 19.2, 13.0) and two cards, each card attached to a 
4-way diseqc switch.  Despite the switches being the same model and bought at 
the same time each one responds to a different set of diseqc commands to change 
LNB.  IIRC one seemed to behave as a cascade of 2-way switches, the other 
responded to the more usual commands for a 4-way switch.

DESCRIPTION

Enter my hack.  It allows diseqc commands to be defined on a per-card basis 
(numbered 1, 2, ...).  How you determine which number corresponds to which card 
is left as an exercise for the reader (hint: the margin may not be big enough). 
 These defines are placed in 'diseqc-multi.conf' and start with the card number 
but are otherwise the same format as those found in 'diseqc.conf'.

CONFIGURATION

Configuration options within VDR are:

- use only the diseqc.conf defines, 
- use only the diseqc-multi.conf, 
- use the disqc-multi.conf if a card definition appears otherwise use the 
diseqc.conf defines.

CAVEATS

For my purpose this patch works well.  I am aware there exist other 
multi-satellite/multi-card patches that may address a similar problem but I 
haven't used them.

You'll have to wait a couple of days before I can pull it off my vdr box.  
Current version works with vdr-1.7.11.  This patch has survived with minimal/no 
changes from at least the first vdr-1.6 releases.


Sorry to whet your appetites without satiating them.


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