Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Albums not populating #33

Open
Gh0stKeyDev opened this issue Sep 9, 2024 · 2 comments
Open

Albums not populating #33

Gh0stKeyDev opened this issue Sep 9, 2024 · 2 comments

Comments

@Gh0stKeyDev
Copy link

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.

Screenshot 2024-09-09 at 11-12-26 Lidarr-Extended - Organizr V2

@anultravioletaurora
Copy link

I ended up rolling back to the 2.0.0 and it ended up working for me 👍 I'm using Hotio's Lidarr pr plugins branch

@bigyank
Copy link

bigyank commented Dec 18, 2024

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants