comparison var/dml/settings.db @ 17:0cf66a1e3919

Adding ILM stuff in progress.
author samer
date Mon, 26 Jan 2015 13:56:59 +0000
parents d364e8ee791c
children bdcb2143981e
comparison
equal deleted inserted replaced
16:b2b7aecaeb2c 17:0cf66a1e3919
1 /* Saved settings 1 /* Saved settings
2 Date: Fri Jan 16 12:59:16 2015 2 Date: Fri Jan 23 17:52:23 2015
3 */ 3 */
4 4
5 5
6 % Indentation used goals in the body 6 % Indentation used goals in the body
7 setting(listing:body_indentation, 3). 7 setting(listing:body_indentation, 3).
22 setting(musicbrainz:limit, 40). 22 setting(musicbrainz:limit, 40).
23 23
24 % Minimum time between Musicbrainz requests 24 % Minimum time between Musicbrainz requests
25 setting(musicbrainz:min_wait, 0.91). 25 setting(musicbrainz:min_wait, 0.91).
26 26
27 % Pattern to match METS metadata files
28 setting(mets_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete_20150123.7z ').
29
27 % IP addresses from which remotes are allowed to connect 30 % IP addresses from which remotes are allowed to connect
28 setting(pengines:allow_from, ['127.0.0.1','192.168.1.68','192.168.1.76']). 31 setting(pengines:allow_from, ['127.0.0.1','192.168.1.68','192.168.1.76']).
29 32
30 % Pixels per inch for in browser figures 33 % Pixels per inch for in browser figures
31 setting(matlab:pixels_per_inch, 300). 34 setting(matlab:pixels_per_inch, 300).
36 % Default width of rendered score in mm 39 % Default width of rendered score in mm
37 setting(score_ui:default_width, 210). 40 setting(score_ui:default_width, 210).
38 41
39 % Soundfont directory 42 % Soundfont directory
40 setting(score_ui:soundfont_dir, "~/lib/sounds/sf2"). 43 setting(score_ui:soundfont_dir, "~/lib/sounds/sf2").
41
42 % Fluidsynth initialisation file
43 setting(score_ui:fluidsynth_rc, fluid_gm).