Tag: VDRAdmin-AM

  • Ubuntu 9.10 & VDR: Setup EPGSearch plugin

    The EPGSearch plugin adds some useful features to your VDR system. Certainly, the most commonly used feature is, that this plugin enables the VDR system to automatically search for programs to record (based on times, channels and/or days). To install the plugin just use: # sudo apt-get install vdr-plugin-epgsearch # sudo /etc/init.d/vdr restart If you […]

  • Ubuntu 9.10: Setup VDRAdmin-am

    To setup the web based VDR administration tool vdradmin-am (which is a fork of vdradmin) just follow the instructions below: Install the required package: # sudo apt-get install vdradmin-am Setup your the user name and password in /var/lib/vdradmin-am/vdradmind.conf: PASSWORD = your-secret-password USERNAME = vdr Enable vdradmin-am in /etc/default/vdradmin-am: ENABLED=”1″ Start vdradmin-am: # sudo /etc/init.d/vdradmin-am start […]