Mercurial > hg > dml-home
changeset 69:0d9657423c4e
Added setting for bl_p2r archive_pattern
author | samer |
---|---|
date | Fri, 14 Aug 2015 16:46:59 +0100 |
parents | 40162d9f1d0b |
children | 37d96962a62e |
files | var/dml/settings.db |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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).