diff options
author | lado <herrlado@gmail.com> | 2011-11-06 22:07:40 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-06 22:07:40 +0100 |
commit | 3a32bcf271ce8c80712fc0f123229aeb38129954 (patch) | |
tree | 6de803f1d56c9c6eca63378c7663adf52cabb75a | |
parent | 04e97bf53a77c4d3efb13e65b9026a58908b2738 (diff) | |
download | vdr-manager-3a32bcf271ce8c80712fc0f123229aeb38129954.tar.gz vdr-manager-3a32bcf271ce8c80712fc0f123229aeb38129954.tar.bz2 |
history
-rw-r--r-- | vdr-vdrmanager/HISTORY | 6 | ||||
-rw-r--r-- | vdr-vdrmanager/README | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/vdr-vdrmanager/HISTORY b/vdr-vdrmanager/HISTORY index a9a03f9..4ecac2a 100644 --- a/vdr-vdrmanager/HISTORY +++ b/vdr-vdrmanager/HISTORY @@ -1,7 +1,11 @@ VDR Plugin 'vdrmanager' Revision History ------------------------------------ -2011-10-12: Version 0.2-pre +2011-11-06: Version 0.3 +- Check against svdrphosts.conf file only if a) forced via command + line argument -s or no password was specified via -P +- arguments parsing by getopts +2011-10-12: Version 0.2 - Recording Info via recordings command - Delete a recording via drecord <recording index> commmand - shortText delivery with event commands diff --git a/vdr-vdrmanager/README b/vdr-vdrmanager/README index 7d82ff0..8e0ed1e 100644 --- a/vdr-vdrmanager/README +++ b/vdr-vdrmanager/README @@ -5,4 +5,9 @@ See the file COPYING for license information. Description: This helper plugin allows remote programming VDR using -VDR-Manager running on Android devices.
\ No newline at end of file +VDR-Manager running on Android devices. + +Installation: +- It's already debianized, so it can be build just by dpkg-buildpackage -b in the source folder +- gentoo ebuilds can also be downloaded from the download section +- Otherwise use Makfile |