39 lines
1.0 KiB
Django/Jinja
39 lines
1.0 KiB
Django/Jinja
directory: {{ funkwhale_import_music_directory_host }}
|
|
threaded: yes
|
|
plugins: lyrics ftintitle embedart duplicates fetchart lastgenre acousticbrainz lyrics
|
|
|
|
match:
|
|
# Allow 90% confidence for auto-tagging
|
|
strong_rec_thresh: 0.10
|
|
max_rec:
|
|
media: strong
|
|
label: strong
|
|
year: strong
|
|
preferred:
|
|
# I have only a few physical CD
|
|
media: ['Digital Media']
|
|
|
|
discogs:
|
|
user_token: {{ discogs_user_token }}
|
|
|
|
acoustid:
|
|
apikey: {{ acoustid_api_key }}
|
|
|
|
ui:
|
|
color: yes
|
|
|
|
import:
|
|
# Always move files to Funkwhale import directory
|
|
move: yes
|
|
# Previous import interrupted, start for the begining
|
|
# Should not really change because files are deleted after import
|
|
resume: no
|
|
# Merge albums if they look the same
|
|
duplicate_action: merge
|
|
# Use-as-is if no release found (could be then added to MusicBrainz)
|
|
# Reasonable because Deezer metadata is good enough in most cases
|
|
quiet_fallback: asis
|
|
log: {{ beets_log_file }}
|
|
# Preferred languages for aliases (in case of foreign artist with another alphabet for example)
|
|
languages: fr en
|