Configure lastbeet plugin to use canonical genres rather than heavily specific ones

master
Quentin Duchemin 2023-04-06 18:41:46 +02:00
parent 5982fd5f61
commit c4c53bab26
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 10 additions and 0 deletions

View File

@ -36,3 +36,10 @@ import:
log: {{ beets_log_file }}
# Preferred languages for aliases (in case of foreign artist with another alphabet for example)
languages: fr en
lastgenre:
canonical: yes
count: 10
force: yes
source: album

View File

@ -22,6 +22,9 @@ services:
traefik.http.routers.cloud.rule: "Host(`cloud.{{ domain_name }}`)"
traefik.http.services.cloud.loadbalancer.server.port: 80
traefik.enable: true
environment:
OVERWRITECLIURL: https://cloud.chosto.me
OVERWRITEPROTOCOL: https
networks:
- proxy
restart: unless-stopped