From 6beb3ab41983ac4cd7aaa0e12b51c9b097a780e4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 26 Feb 2014 16:37:44 +0200 Subject: [PATCH] Switch from MediaExport to LightMediaScanner in the config file --- data/rygel.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/rygel.conf b/data/rygel.conf index fd6b486..f7e1f87 100644 --- a/data/rygel.conf +++ b/data/rygel.conf @@ -99,7 +99,7 @@ strict-sharing=false title=@REALNAME@'s media [MediaExport] -enabled=true +enabled=false title=@REALNAME@'s media # List of URIs to export. Following variables are automatically substituted by # the appropriate XDG standard media folders by Rygel for you. @@ -113,6 +113,10 @@ extract-metadata=true monitor-changes=true virtual-folders=true +[LightMediaScanner] +enabled=true +title=My Media + [Playbin] enabled=true title=Audio/Video playback on @PRETTY_HOSTNAME@ -- 2.7.4