2021-05-11 13:56:51 +02:00
|
|
|
directory: {{ funkwhale_import_music_directory_host }}
|
|
|
|
threaded: yes
|
2022-02-01 14:48:42 +01:00
|
|
|
plugins: ftintitle embedart duplicates fetchart lastgenre acousticbrainz
|
2021-05-11 13:56:51 +02:00
|
|
|
|
|
|
|
match:
|
2021-05-12 19:21:12 +02:00
|
|
|
# Allow 90% confidence for auto-tagging
|
|
|
|
strong_rec_thresh: 0.10
|
2021-05-11 13:56:51 +02:00
|
|
|
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:
|
2021-05-12 18:45:18 +02:00
|
|
|
# Always move files to Funkwhale import directory
|
2021-05-11 13:56:51 +02:00
|
|
|
move: yes
|
2021-05-12 18:45:18 +02:00
|
|
|
# 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
|
2023-04-06 18:41:46 +02:00
|
|
|
|
|
|
|
lastgenre:
|
|
|
|
canonical: yes
|
|
|
|
count: 10
|
|
|
|
force: yes
|
|
|
|
source: album
|
|
|
|
|