[DB] Reworked feature extraction
This commit is contained in:
+16
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user