[introduction | installation and usage | example | customization | FAQ | download / changelog]
INSTALL / USAGE
How do I install and use it?
Installation is simple, just untar the package.

 # cd /tmp/
 # tar xvzf vdrtube-VERSION.tar.gz
  
  
USAGE
  
You should not need to configure anything for your first run.
  
 # cd vdrtube-VERSION
 # perl vdrtube.pl /video/path/to/recording/datestring.rec \
           /video/path/to/another/recording/datestring.rec
                       
After that you should have a webtree directory where you could add other
recordings by simply calling vdrtube.pl again. 

It is also possible to directly trigger vdrtube.pl from VDR. Please see
helpers/reccmds/README for info.
Path: vdrtube -> install / usage