diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-01-07 21:29:45 +0200 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-01-07 21:29:45 +0200 |
commit | c6ffcc01aa82582b119de294ff40aac915c88e19 (patch) | |
tree | ac6881e6c72f9f2511bcbff7d5d29607a9ff9711 /README | |
download | vdr-plugin-history-0.0.3.tar.gz vdr-plugin-history-0.0.3.tar.bz2 |
Initial commit. Version 0.0.3.v0.0.3
Diffstat (limited to 'README')
-rwxr-xr-x | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +This is a "plugin" for the Video Disk Recorder (VDR). + +Written by: Matti Lehtimäki <matti.lehtimaki@gmail.com> + +Project's homepage: + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. +See the file COPYING for more information. + +Description: + +History is a VDR plugin for maintaining a replay history. + +Installation: + +cd /put/your/path/here/VDR/PLUGINS/src +tar -xzf /put/your/path/here/vdr-history-X.Y.Z.tgz +ln -s history-X.Y.Z history +cd /put/your/path/here/VDR +make +make plugins +./vdr -P history |