[DB] Reworked feature extraction

This commit is contained in:
emeric
2016-05-23 20:06:13 +02:00
parent d211c76cf8
commit af97d6af4d
16 changed files with 444 additions and 105 deletions
+16 -2
View File
@@ -2,10 +2,10 @@
# Path to the DB file.
# Must have write privileges in order to create and modify the file
db-path = "/var/lms/lms.db";
db-path = "/storage/emeric/lms/lms.dev.db";
# Listen port of the web server
listen-port = 5081;
listen-port = 5082;
# Listen address of the web server
listen-addr = "0.0.0.0";
@@ -22,3 +22,17 @@ approot = "/usr/share/lms/approot";
# Path to the wt_config.xml file
wt-config = "/etc/wt/wt_config.xml";
# -- Settings to be moved in the web interface --
features-dir-path = "/var/lms/features/";
# Create tags from genres in metadata
# tag-genres = true;
# Create tags from the high level data on AcousticBrainz
tag-highlevel-acousticbrainz = true;
# Create similarity tags from the low level data on AcousticBrainz
tag-similarity-acousticbrainz = true;