Beets changes

This commit is contained in:
Mike Wilson
2025-06-27 11:12:22 -04:00
parent 2a7b7ba7e9
commit 8b9577920a
3 changed files with 12 additions and 17 deletions

View File

@@ -1,42 +1,37 @@
plugins: fetchart embedart scrub replaygain lastgenre chroma web inline
directory: /music
library: /config/musiclibrary.blb
art_filename: cover
threaded: yes
original_date: no
per_disc_numbering: yes
plugins: fetchart web inline lyrics
paths:
default: $albumartist/$album%aunique{}/%if{$multidisc,$disc}$track - $title
singleton: Non-Album/$artist - $title
comp: Various Artists/$album%aunique{}/%if{$multidisc,$disc}$track - $title
albumtype_soundtrack: Soundtracks/$album/$track $title
item_fields:
multidisc: 1 if disctotal > 1 else 0 # Makes it so track number is preceded by disc number only if album contains multiple discs
import:
write: yes
copy: no
move: yes
hardlink: yes
resume: ask
incremental: yes
quiet_fallback: skip
timid: no
log: /config/beet.log
languages: "en jp es"
lastgenre:
auto: yes
source: album
asciify_paths: yes
embedart:
auto: yes
fetchart:
auto: yes
replaygain:
auto: no
high_resolution: yes
lyrics:
sources: [lrclib, genius]
scrub:
auto: yes

View File

@@ -1,5 +1,3 @@
version: "{{ docker_compose_version }}"
networks:
traefik:
external: true