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

@@ -13,8 +13,10 @@
- ntfy - ntfy
- gluetun - gluetun
- autobrr - autobrr
- name: qbittorrent - name: nginx
tags: test tags: test
- beets
- qbittorrent
- nextcloud - nextcloud
- redlib - redlib
- readarr - readarr

View File

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

View File

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