# HG changeset patch # User samer # Date 1439567219 -3600 # Node ID 0d9657423c4ebe3a4e20eb9c3cd29e984969f695 # Parent 40162d9f1d0b2aeb9fadfa922643f6a075847961 Added setting for bl_p2r archive_pattern diff -r 40162d9f1d0b -r 0d9657423c4e var/dml/settings.db --- a/var/dml/settings.db Fri Aug 14 16:30:02 2015 +0100 +++ b/var/dml/settings.db Fri Aug 14 16:46:59 2015 +0100 @@ -1,5 +1,5 @@ /* Saved settings - Date: Wed May 20 16:54:14 2015 + Date: Thu Jul 23 06:56:32 2015 */ @@ -21,6 +21,12 @@ % Minimum time between Musicbrainz requests setting(musicbrainz:min_wait, 0.91). +% Root directory of audio file collection +setting(bl_p2r:audio_root, just('/mnt/audio')). + +% Pattern to match METS metadata files +setting(bl_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete.7z'). + % IP addresses from which remotes are allowed to connect setting(pengines:allow_from, [*]). @@ -30,6 +36,9 @@ % Fluidsynth initialisation file setting(score:fluidsynth_rc, genuser_fs). +% Enables automatic semantic web searches for recognised URIs +setting(crawler:enable_auto_crawl, false). + % Pixels per inch for in browser figures setting(matlab:pixels_per_inch, 300). @@ -44,6 +53,3 @@ % Keep information to support source-level debugging setting(swish:debug_info, true). - -% Enables automatic semantic web searches for recognised URIs -setting(crawler:enable_auto_crawl, false).