From 474475481c9b9a2992afa33f530099911cdd7ace Mon Sep 17 00:00:00 2001 From: Tolriq Date: Tue, 14 Oct 2014 12:07:31 +0200 Subject: [PATCH] Make default sources accessible from remotes Since Gotham there's a limitation on access to sources. It's by default true when added from the GUI but not from Openelec install script. Leading users to no easy way to give access unless removing the sources and adding it back again starting a slow full scrape after. --- packages/mediacenter/xbmc/scripts/xbmc-sources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/mediacenter/xbmc/scripts/xbmc-sources b/packages/mediacenter/xbmc/scripts/xbmc-sources index 12fa659a8f..a1058e8a2b 100755 --- a/packages/mediacenter/xbmc/scripts/xbmc-sources +++ b/packages/mediacenter/xbmc/scripts/xbmc-sources @@ -35,10 +35,12 @@ Videos $HOME/videos/ + true TV Shows $HOME/tvshows/ + true @@ -46,6 +48,7 @@ Music $HOME/music/ + true @@ -53,6 +56,7 @@ Pictures $HOME/pictures/ + true