Beets changes
This commit is contained in:
@@ -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
|
||||||
|
@@ -1,41 +1,36 @@
|
|||||||
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:
|
lyrics:
|
||||||
auto: no
|
sources: [lrclib, genius]
|
||||||
|
|
||||||
scrub:
|
scrub:
|
||||||
auto: yes
|
auto: yes
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
version: "{{ docker_compose_version }}"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
Reference in New Issue
Block a user