changeset 17:0cf66a1e3919

Adding ILM stuff in progress.
author samer
date Mon, 26 Jan 2015 13:56:59 +0000
parents b2b7aecaeb2c
children c6237eca99c1
files .odbc.ini lib/ilm var/dml/settings.db
diffstat 3 files changed, 22 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.odbc.ini	Fri Jan 23 17:16:06 2015 +0000
+++ b/.odbc.ini	Mon Jan 26 13:56:59 2015 +0000
@@ -1,6 +1,22 @@
+[ODBC Data Sources]
+myodbc      = MySQL ODBC Driver DSN 
+
 [beets]
 Description = beets music database
 Driver      = SQLite3
-Database    = /home/dml/lib/beets/music.db
+Database    = /home/dml/lib/beets/music-ro.db
 Timeout=5000
 
+
+[dml]
+Driver       = MySQL
+Description  = MySQL ODBC Driver DSN
+Server       = localhost
+Port         =
+User         = dml
+Password     =
+Database     = dml
+Option       = 3
+Socket       = 
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/ilm	Mon Jan 26 13:56:59 2015 +0000
@@ -0,0 +1,1 @@
+/home/dml/src/hg/dml-datasets/ILM
\ No newline at end of file
--- a/var/dml/settings.db	Fri Jan 23 17:16:06 2015 +0000
+++ b/var/dml/settings.db	Mon Jan 26 13:56:59 2015 +0000
@@ -1,5 +1,5 @@
 /*  Saved settings
-    Date: Fri Jan 16 12:59:16 2015
+    Date: Fri Jan 23 17:52:23 2015
 */
 
 
@@ -24,6 +24,9 @@
 %	Minimum time between Musicbrainz requests
 setting(musicbrainz:min_wait, 0.91).
 
+%	Pattern to match METS metadata files
+setting(mets_p2r:archive_pattern, '~/lib/mets/BL_metadata_complete_20150123.7z  ').
+
 %	IP addresses from which remotes are allowed to connect
 setting(pengines:allow_from, ['127.0.0.1','192.168.1.68','192.168.1.76']).
 
@@ -38,6 +41,3 @@
 
 %	Soundfont directory
 setting(score_ui:soundfont_dir, "~/lib/sounds/sf2").
-
-%	Fluidsynth initialisation file
-setting(score_ui:fluidsynth_rc, fluid_gm).