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




commit c09074cf37a9c19cd446a6744f75178fc0d9346f
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 532dfc10..295288fd 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]