Configure lastbeet plugin to use canonical genres rather than heavily specific ones
parent
5982fd5f61
commit
c4c53bab26
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue