summaryrefslogtreecommitdiff
path: root/plugins/provider/recProvider
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-28 14:02:40 +0100
committermethodus <methodus@web.de>2012-10-28 14:02:40 +0100
commit735900e78b42329b6548ff67612c672f5a3fdceb (patch)
treee31f643d7bf8e393970409e218896016e2337e3e /plugins/provider/recProvider
parent2d082611ac1f51f3a0ce86d29b8e3d674ad6e3b0 (diff)
downloadvdr-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/recProvider')
-rw-r--r--plugins/provider/recProvider/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/provider/recProvider/README b/plugins/provider/recProvider/README
new file mode 100644
index 0000000..adb2ec8
--- /dev/null
+++ b/plugins/provider/recProvider/README
@@ -0,0 +1,28 @@
+README Recording 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 recording provider provides access to VDR recordings. It scans
+the recording directories given by the VDRs internal structure and
+returns a list of recording resources.
+
+It provides the following URI scheme: rec://
+
+Additionally, it is used to access the recording files for streaming.
+
+The provider implemented the seekable interface and therefore allows
+seeking in the recordings via byte based seeks. \ No newline at end of file