[DB] Reworked settings for acousticbrainz tagging
This commit is contained in:
+4
-16
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user