You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got both OVERRIDE_MB and PRIO_DEEMIX set to false. Running Lidarr with "extended" scripts version 2.5.3.4341. I tried looking at past issues but couldn't find a solution. All help is appreciated.
The text was updated successfully, but these errors were encountered:
@anultravioletaurora Hi, can you tell me if this is still working, I am on the Hotio's Lidarr pr plugins branch too. I tried 2.0.0 for lidarr-deemix but i am still unable to connect through the proxy
lidarr:
image: ghcr.io/hotio/lidarr:pr-plugins
container_name: lidarr
networks:
- proxy-network
volumes:
- /docker/appdata/lidarr/config:/config
- /mnt/whale/data/:/data
- /mnt/whale/data/media/music:/music
depends_on:
- lidarr-deemix
restart: unless-stopped
lidarr-deemix:
image: ghcr.io/ad-on-is/lidarr-deemix
container_name: lidarr-deemix
networks:
- proxy-network
environment:
- DEEMIX_ARL=xxx
- OVERRIDE_MB=false # set to true to override MusicBrainz completely !!! CAUTION !!! will delete all artists/albums imported from MB
- PRIO_DEEMIX=false # set to true to prioritize Deemix albums over Lidarr (adds dupliactes on existing albums, needs cleanup and rescan)
I've got both OVERRIDE_MB and PRIO_DEEMIX set to false. Running Lidarr with "extended" scripts version 2.5.3.4341. I tried looking at past issues but couldn't find a solution. All help is appreciated.
The text was updated successfully, but these errors were encountered: