annotate var/dml/settings.db @ 34:69a653091bc6

A few changes to setup
author samer
date Sat, 21 Feb 2015 02:09:51 +0000
parents f6dc7a0bb309
children 0d884d5d3376
rev   line source
samer@8 1 /* Saved settings
samer@33 2 Date: Mon Feb 16 12:46:19 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@33 28 setting(pengines:allow_from, [*]).
samer@8 29
samer@8 30 % Decoration for AudioFile URIs
samer@8 31 setting(audio_ui:audiofile_decoration, player).
samer@8 32
samer@8 33 % Default width of rendered score in mm
samer@8 34 setting(score_ui:default_width, 210).
samer@8 35
samer@8 36 % Soundfont directory
samer@8 37 setting(score_ui:soundfont_dir, "~/lib/sounds/sf2").
samer@33 38
samer@33 39 % Fluidsynth initialisation file
samer@33 40 setting(score_ui:fluidsynth_rc, piano).
samer@33 41
samer@33 42 % Pixels per inch for in browser figures
samer@33 43 setting(matlab:pixels_per_inch, 300).