mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
according to this issue https://github.com/beetbox/beets/issues/4838 the default of beets should be to copy, rather than move so that the user does not modify their original files unless they have a full understanding of how the application works. This has generated bugs and issues for the beets project. Which is undesired
63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
YAML
plugins: fetchart embedart convert scrub replaygain lastgenre chroma web
|
|
directory: /music
|
|
library: /config/musiclibrary.blb
|
|
art_filename: albumart
|
|
threaded: yes
|
|
original_date: no
|
|
per_disc_numbering: no
|
|
|
|
convert:
|
|
auto: no
|
|
ffmpeg: /usr/bin/ffmpeg
|
|
opts: -ab 320k -ac 2 -ar 48000
|
|
max_bitrate: 320
|
|
threads: 1
|
|
|
|
paths:
|
|
default: $albumartist/$album%aunique{}/$track - $title
|
|
singleton: Non-Album/$artist - $title
|
|
comp: Compilations/$album%aunique{}/$track - $title
|
|
albumtype_soundtrack: Soundtracks/$album/$track $title
|
|
|
|
import:
|
|
write: yes
|
|
copy: yes
|
|
move: no
|
|
resume: ask
|
|
incremental: yes
|
|
quiet_fallback: skip
|
|
timid: no
|
|
log: /config/beet.log
|
|
|
|
lastgenre:
|
|
auto: yes
|
|
source: album
|
|
|
|
embedart:
|
|
auto: yes
|
|
|
|
fetchart:
|
|
auto: yes
|
|
|
|
replaygain:
|
|
auto: no
|
|
|
|
scrub:
|
|
auto: yes
|
|
|
|
replace:
|
|
'^\.': _
|
|
'[\x00-\x1f]': _
|
|
'[<>:"\?\*\|]': _
|
|
'[\xE8-\xEB]': e
|
|
'[\xEC-\xEF]': i
|
|
'[\xE2-\xE6]': a
|
|
'[\xF2-\xF6]': o
|
|
'[\xF8]': o
|
|
'\.$': _
|
|
'\s+$': ''
|
|
|
|
web:
|
|
host: 0.0.0.0
|
|
port: 8337
|
|
|