[gnome-music/sam/flatpak-tracker3-updates: 2/2] flatpak: Configure Tracker to only index XDG Music folder




commit 27b3c163ea30bf0721946800ad2443cb6b6d7f7f
Author: Sam Thursfield <sam afuera me uk>
Date:   Fri Aug 28 22:15:04 2020 +0200

    flatpak: Configure Tracker to only index XDG Music folder
    
    The app currently only shows content from this directory, so there's no
    point using the private Tracker instance to crawl and monitor any other
    locations.

 org.gnome.Music.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index d595e9f0..9666148b 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -63,7 +63,9 @@
         {
             "name": "tracker-miners",
             "buildsystem": "meson",
-            "config-opts": [ "-Ddomain_prefix=org.gnome.Music.Devel",
+            "config-opts": [ "-Ddefault_index_single_directories=",
+                             "-Ddefault_index_recursive_directories=&MUSIC",
+                             "-Ddomain_prefix=org.gnome.Music.Devel",
                              "-Dman=false",
                              "-Dminer_fs=true",
                              "-Dminer_fs_cache_location=$XDG_CACHE_HOME/gnome-music/miner/files",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]