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 }}
|
log: {{ beets_log_file }}
|
||||||
# Preferred languages for aliases (in case of foreign artist with another alphabet for example)
|
# Preferred languages for aliases (in case of foreign artist with another alphabet for example)
|
||||||
languages: fr en
|
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.routers.cloud.rule: "Host(`cloud.{{ domain_name }}`)"
|
||||||
traefik.http.services.cloud.loadbalancer.server.port: 80
|
traefik.http.services.cloud.loadbalancer.server.port: 80
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
environment:
|
||||||
|
OVERWRITECLIURL: https://cloud.chosto.me
|
||||||
|
OVERWRITEPROTOCOL: https
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue