NAME

svdrpsend-ng.pl - This script is compatible with the original one delivered with vdr.


SYNOPSIS

 svdrpsend-ng.pl [options] command
 Help options:
   --help | -h | -?             brief help message
   --man                        full documentation
 Options:
         -d hostname          destination hostname (default: localhost)
         -p port              SVDRP port number (default: 2001)
         -o filename or dir   write output to file or dir, useful with -c
                            
         -i filename          read data from file (e.g. for PUT/CHECK an eplist or PUTE)
         -c                   clean, only print data, no codes
         -L                   dereference links
         -V                   print version
 Special options for eplist server:
         -u username          username to authorize for writing at eplist server
         -s password          password to authorize for writing at eplist server
         * You need an account at http://eplists.constabel.net/eplists/eplist.cgi *
         -e charset           data encoding, use utf8 or latin1


Examples for vdr:

  svdrpsend-ng.pl -d video -p 2001 -c -o ZDF.epg LSTE 2
  
    Writes the EPG of channel 2 into file ZDF.epg without the svdrp codes.
  svdrpsend-ng.pl -d video -p 2001 -i ZDF.epg PUTE
    Send vdr the data back.
 Examples for eplists:
  svdrpsend-ng.pl -d eplists.constabel.net -p 2006 LHELP
    Print long help.
  svdrpsend-ng.pl -d eplists.constabel.net -p 2006 -u demo -s 1234 [options] command
  
    Authorize first, then send the command
  svdrpsend-ng.pl -d eplists.constabel.net -p 2006 GET Monc
    Get the episodes from Monk and print them on screen.
  svdrpsend-ng.pl -d eplists.constabel.net -p 2006 -c -o MonkTest.txt GET Monc
    Get the episodes from Monk and write them without svdrp codes to file MonkTest.txt.
  svdrpsend-ng.pl -d eplists.constabel.net -p 2006 -c -o /tmp/ GET Monc
   Get the episodes from Monk and write them without svdrp codes to file /tmp/Monk.episodes
  svdrpsend-ng.pl -d eplists.constabel.net -p 2006 -c -o /tmp/ GET all
   Get all lists and write them in files under /tmp/


COPYRIGHT and LICENSE

Copyright (c) 2007 Mike Constabel

http://www.constabel.net/vdr/

This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.