annotate var/dml/settings.db @ 16:b2b7aecaeb2c

Added DML CPACK archive
author samer
date Fri, 23 Jan 2015 17:16:06 +0000
parents d364e8ee791c
children 0cf66a1e3919
rev   line source
samer@8 1 /* Saved settings
samer@8 2 Date: Fri Jan 16 12:59:16 2015
samer@8 3 */
samer@8 4
samer@8 5
samer@8 6 % Indentation used goals in the body
samer@8 7 setting(listing:body_indentation, 3).
samer@8 8
samer@8 9 % Distance between tab-stops. 0 uses only spaces
samer@8 10 setting(listing:tab_distance, 3).
samer@8 11
samer@8 12 % Width of a line. 0 is infinite
samer@8 13 setting(listing:line_width, 100).
samer@8 14
samer@8 15 % Number of server threads
samer@8 16 setting(http:workers, 8).
samer@8 17
samer@8 18 % Application name
samer@8 19 setting(htmlutils:appname, "DML").
samer@8 20
samer@8 21 % Default limit for Musicbrainz search and browse queries
samer@8 22 setting(musicbrainz:limit, 40).
samer@8 23
samer@8 24 % Minimum time between Musicbrainz requests
samer@8 25 setting(musicbrainz:min_wait, 0.91).
samer@8 26
samer@8 27 % IP addresses from which remotes are allowed to connect
samer@8 28 setting(pengines:allow_from, ['127.0.0.1','192.168.1.68','192.168.1.76']).
samer@8 29
samer@8 30 % Pixels per inch for in browser figures
samer@8 31 setting(matlab:pixels_per_inch, 300).
samer@8 32
samer@8 33 % Decoration for AudioFile URIs
samer@8 34 setting(audio_ui:audiofile_decoration, player).
samer@8 35
samer@8 36 % Default width of rendered score in mm
samer@8 37 setting(score_ui:default_width, 210).
samer@8 38
samer@8 39 % Soundfont directory
samer@8 40 setting(score_ui:soundfont_dir, "~/lib/sounds/sf2").
samer@8 41
samer@8 42 % Fluidsynth initialisation file
samer@8 43 setting(score_ui:fluidsynth_rc, fluid_gm).