[vdr] Plugindefined svdrp-commands not working?

2007-09-27 Thread Torsten Kunkel
Hi List,

sorry but it's me again :/

I'm still trying to get plugindefined svdrp-commands to work, but even the
svdrpdemo-plugin doesn't work:

 [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl help
 220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:20:53 2007
 214-This is VDR version 1.5.9
 214-Topics:
 214-CHAN  CLRE  DELC  DELR  DELT
 214-EDIT  GRAB  HELP  HITK  LSTC
 214-LSTE  LSTR  LSTT  MESG  MODC
 214-MODT  MOVC  MOVT  NEWC  NEWT
 214-NEXT  PLAY  PLUG  PUTE  REMO
 214-SCAN  STAT  UPDT  VOLU  QUIT
 214-Plugin svdrpdemo v0.0.3 - How to add SVDRP support to a plugin
 214-DATE  TIME
 214-To report bugs in the implementation send email to
 214-[EMAIL PROTECTED]
 214 End of HELP info
 221 vdr-entw closing connection
(no error in syslog, loglevel 3)


 [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl DATE
 220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:22:06 2007
 500 Command unrecognized: DATE
 221 vdr-entw closing connection
(no error in syslog, loglevel 3)

 [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl help DATE
 220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:22:09 2007
 504 HELP topic DATE unknown
 221 vdr-entw closing connection
(no error in syslog, loglevel 3)

The vdr building commands are working:

 [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl help REMO
 220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:22:57 2007
 214-REMO [ on | off ]
 214-Turns the remote control on or off. Without a parameter, the
current
 214 status of the remote control is reported.
 214 End of HELP info
(btw, here the 221-line is missing and I'm getting Sep 27 09:22:57
vdr-entw vdr: [16622] ERROR (svdrp.c,410): Broken pipe in my syslog)

 [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl REMO off
 220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:23:11 2007
 250 Remote control disabled
 221 vdr-entw closing connection
(I'm getting Sep 27 09:23:11 vdr-entw vdr: [16622] ERROR (svdrp.c,410):
Broken pipe in my syslog)

I think I'm making something completely wrong, but I have no idea what
this could be...

Helpless Greetings

Torsten


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


Re: [vdr] Plugindefined svdrp-commands not working?

2007-09-27 Thread Andreas Mair
Hi!

You should try
./svdrpsend.pl PLUG svdrpdemo DATE

Regards,
Andreas

On Donnerstag, 27. September 2007, Torsten Kunkel wrote:
 Hi List,

 sorry but it's me again :/

 I'm still trying to get plugindefined svdrp-commands to work, but even
 the

 svdrpdemo-plugin doesn't work:
  [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl help
  220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:20:53 2007
  214-This is VDR version 1.5.9
  214-Topics:
  214-CHAN  CLRE  DELC  DELR  DELT
  214-EDIT  GRAB  HELP  HITK  LSTC
  214-LSTE  LSTR  LSTT  MESG  MODC
  214-MODT  MOVC  MOVT  NEWC  NEWT
  214-NEXT  PLAY  PLUG  PUTE  REMO
  214-SCAN  STAT  UPDT  VOLU  QUIT
  214-Plugin svdrpdemo v0.0.3 - How to add SVDRP support to a plugin
  214-DATE  TIME
  214-To report bugs in the implementation send email to
  214-[EMAIL PROTECTED]
  214 End of HELP info
  221 vdr-entw closing connection

 (no error in syslog, loglevel 3)

  [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl DATE
  220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:22:06 2007
  500 Command unrecognized: DATE
  221 vdr-entw closing connection

 (no error in syslog, loglevel 3)

  [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl help DATE
  220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:22:09 2007
  504 HELP topic DATE unknown
  221 vdr-entw closing connection

 (no error in syslog, loglevel 3)

 The vdr building commands are working:
  [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl help REMO
  220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:22:57 2007
  214-REMO [ on | off ]
  214-Turns the remote control on or off. Without a parameter, the

 current

  214 status of the remote control is reported.
  214 End of HELP info

 (btw, here the 221-line is missing and I'm getting Sep 27 09:22:57
 vdr-entw vdr: [16622] ERROR (svdrp.c,410): Broken pipe in my syslog)

  [EMAIL PROTECTED]:/usr/src/vdr/vdr$ ./svdrpsend.pl REMO off
  220 vdr-entw SVDRP VideoDiskRecorder 1.5.9; Thu Sep 27 09:23:11 2007
  250 Remote control disabled
  221 vdr-entw closing connection

 (I'm getting Sep 27 09:23:11 vdr-entw vdr: [16622] ERROR (svdrp.c,410):
 Broken pipe in my syslog)

 I think I'm making something completely wrong, but I have no idea what
 this could be...

 Helpless Greetings

 Torsten


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



-- 
http://andreas.vdr-developer.org --- VDRAdmin-AM  EnigmaNG
VDR user #303

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


Re: [vdr] Plugindefined svdrp-commands not working?

2007-09-27 Thread Torsten Kunkel
On Thu, September 27, 2007 09:56, Andreas Mair wrote:
 Hi!


 You should try
 ./svdrpsend.pl PLUG svdrpdemo DATE


 Regards,
 Andreas

Ah thank you Andreas,

where do you have this information from? I was searching in the
PLUGIN.html and the manpages, but I didn't find any hint.
Maybe there is a documentation I haven't seen :)

Torsten


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


Re: [vdr] Plugindefined svdrp-commands not working?

2007-09-27 Thread Andreas Mair
Hi Torsten!

I think I got this information by reading the HISTORY on new VDR releases:

2005-08-28: Version 1.3.31
[...]
- Plugins can now implement their own SVDRP commands (based on a patch from 
Hardy Flor). See PLUGINS.html, section SVDRP commands for details. The 
SVDRP commands of a plugin are accessed through the new SVDRP command PLUG.
[...]

Regards,
Andreas

On Donnerstag, 27. September 2007, Torsten Kunkel wrote:
 On Thu, September 27, 2007 09:56, Andreas Mair wrote:
  Hi!
 
 
  You should try
  ./svdrpsend.pl PLUG svdrpdemo DATE
 
 
  Regards,
  Andreas

 Ah thank you Andreas,

 where do you have this information from? I was searching in the
 PLUGIN.html and the manpages, but I didn't find any hint.
 Maybe there is a documentation I haven't seen :)

 Torsten


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



-- 
http://andreas.vdr-developer.org --- VDRAdmin-AM  EnigmaNG
VDR user #303

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