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

Download wasn't grabbed by Lidarr and not in a category, Skipping. #89

Open
ruvido opened this issue Dec 28, 2023 · 1 comment
Open

Comments

@ruvido
Copy link

ruvido commented Dec 28, 2023

Fresh install on debian and docker compose. Added my ARL and logged in in deemiz. When I request a track in deemix, the track is downloaded but appears in Lidarr in Queue with an orange icon on the left with a helper saying:

Download wasn't grabbed by Lidarr and not in a category, Skipping.

Files are in the deemix folder (/download) and not moved by Lidarr to proper directory (/music).

What did I miss in the config?

Just fyi, this is my docker compose (only the relevant part)

lidarr:
      image: youegraillot/lidarr-on-steroids
      restart: unless-stopped
      ports:
        - "8686:8686" # Lidarr web UI
        - "6595:6595" # Deemix web UI
      volumes:
        - ./lidarr_config:/config
        - ./deemix_config:/config_deemix
        - /media/deemix/downloads:/downloads
        - /media/music:/music

Thanks a lot for your help

@blibdoolpoolp
Copy link

Same issue here. How can we put it into a category? Maybe create a Lidarr folder inside the downloads folder? Or
Maybe we have the folder structure inside the downloads folder wrong? I have it set up so it creates an artist folder, then an album folder inside, then finally the track. I just took the folders out and just put that info in the track name. Maybe it'll help, but let's hope the amazing dev who put this together responds ❤️

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

2 participants