[tracker-miners/sam/only-music-and-videos: 3/3] Limit indexing to music and videos by default
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/only-music-and-videos: 3/3] Limit indexing to music and videos by default
- Date: Thu, 3 Sep 2020 14:36:23 +0000 (UTC)
commit d4c022543264af56641948f0c4591528f59d993a
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]