From 50f35873ed654ef3b289859a46aeb52c59df59ee Mon Sep 17 00:00:00 2001 From: methodus Date: Thu, 15 Nov 2012 19:02:14 +0100 Subject: Added file provider --- plugins/provider/fileProvider/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 plugins/provider/fileProvider/README (limited to 'plugins/provider/fileProvider/README') diff --git a/plugins/provider/fileProvider/README b/plugins/provider/fileProvider/README new file mode 100644 index 0000000..83f19c1 --- /dev/null +++ b/plugins/provider/fileProvider/README @@ -0,0 +1,28 @@ +README File 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 file provider provides access to any files on the file system. It +scans all files, which listed in the directory configuration file of +the sub-plug in. + +It provides the following URI scheme: file:// + +Additionally, it is used to access the files for streaming. + +The provider implemented the seekable interface and therefore allows +seeking in the files via byte based seeks. \ No newline at end of file -- cgit v1.2.3