summaryrefslogtreecommitdiff
path: root/src/plugins/lms/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lms/README')
-rw-r--r--src/plugins/lms/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/lms/README b/src/plugins/lms/README
new file mode 100644
index 00000000..b741806a
--- /dev/null
+++ b/src/plugins/lms/README
@@ -0,0 +1,17 @@
+rygel-lms
+=========
+
+A rygel mediaserver plugin that exposes a lightmediascanner database
+as a Mediaserver.
+
+Configuration in rygel.conf:
+
+ [LightMediaScanner]
+ db-path=/path/to/lightmediascannerd.sqlite3
+ title=My Media
+
+* Supports browsing and searching (but in many cases searches will
+ still fall back to the inefficient simple_search()).
+* UpdateIDs are not yet supported as lightmediascanner seems to have
+ not change signal support yet
+* No real DLNA CTT testing has been done so far