[DB] Reworked settings for acousticbrainz tagging

This commit is contained in:
emeric
2016-05-28 18:32:09 +02:00
parent b1b139ffcc
commit 2ea4ba7f22
23 changed files with 787 additions and 355 deletions
+4 -16
View File
@@ -4,10 +4,11 @@
# Must have write privileges in order to create and modify the file
db-path = "/storage/emeric/lms/lms.dev.db";
# Listen port of the web server
listen-port = 5082;
# Cache directory for downloaded contents
cache-dir-path = "/var/lms/cache";
# Listen address of the web server
# Listen port/addr of the web server
listen-port = 5082;
listen-addr = "0.0.0.0";
# If enabled, these files have to exist and have correct permissions
@@ -23,16 +24,3 @@ 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;