[tracker-miners/sam/only-music-and-videos: 2/2] Limit indexing to music and videos by default




commit e846f64e5a8a72cbda5d3ecc9a3c1673a5f3b094
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Sep 3 16:34:44 2020 +0200

    Limit indexing to music and videos by default
    
    In GNOME 3.38 the first adopters of Tracker 3 are Totem and Music.
    Only index the directories which they use.

 meson_options.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 4ef4dd9ff..ab95f194b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -20,10 +20,10 @@ option('domain_prefix', type: 'string', value: 'org.freedesktop',
 option('miner_fs_cache_location', type: 'string', value: '',
        description: 'Location of the miner cache, only used when domain_prefix is not \'org.freedesktop\'')
 option('default_index_recursive_dirs', type: 'array',
-       value: [ '&DESKTOP', '&DOCUMENTS', '&MUSIC', '&PICTURES', '&VIDEOS' ],
+       value: [ '&MUSIC', '&VIDEOS' ],
        description: 'List of directories to index recursively')
 option('default_index_single_dirs', type: 'array',
-       value: [ '$HOME', '&DOWNLOAD' ],
+       value: [ ],
        description: 'List of directories to index without inspecting subfolders')
 
 option('network_manager', type: 'feature', value: 'auto',


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