diff options
author | methodus <methodus@web.de> | 2012-10-28 14:02:40 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-28 14:02:40 +0100 |
commit | 735900e78b42329b6548ff67612c672f5a3fdceb (patch) | |
tree | e31f643d7bf8e393970409e218896016e2337e3e /plugins/provider/vdrProvider | |
parent | 2d082611ac1f51f3a0ce86d29b8e3d674ad6e3b0 (diff) | |
download | vdr-plugin-upnp-735900e78b42329b6548ff67612c672f5a3fdceb.tar.gz vdr-plugin-upnp-735900e78b42329b6548ff67612c672f5a3fdceb.tar.bz2 |
Added READMEs for the sub plugin to describe their purpose
Diffstat (limited to 'plugins/provider/vdrProvider')
-rw-r--r-- | plugins/provider/vdrProvider/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/provider/vdrProvider/README b/plugins/provider/vdrProvider/README new file mode 100644 index 0000000..ccdf5e4 --- /dev/null +++ b/plugins/provider/vdrProvider/README @@ -0,0 +1,27 @@ +README Live-tv channel provider + +This is a sub-plug in for the VDR UPnP/DLNA media server plug in. + +Created on: 28.10.2012 +Written by: Denis Loh + +Projekt homepage: http://upnp.vdr-developer.org + +Latest version available at: http://upnp.vdr-developer.org + +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. + +Description: + +The live TV provider provides access to VDR live-tv channels. It +scans the channels given by the VDRs internal structure and returns +a list of channel IDs + +It provides the following URI scheme: vdr:// + +The live TV provider has not implemented the file access interface. +To access live tv channels, the streamdev server plugin and the +appropriate externremux.sh must be installed on the system.
\ No newline at end of file |