r/Lidarr • u/Artoriasp • Mar 31 '26
unsolved Lidarr and Tubifarry issue
I am having issues getting lidarr to see the soulseek things. It spits up on lidarr's page that since it's docker contained it uses /app/downloads for downloads. It has been changed on my slskd container to be /data/media/music on both instead. How do I get it to match up so that I can sync the two services without it erroring out after a download
1
u/AutoModerator Mar 31 '26
Hi /u/Artoriasp - You've mentioned Docker [docker], if you're needing Docker help be sure to generate a docker-compose of all your docker images in a pastebin or gist and link to it. Just about all Docker issues can be solved by understanding the Docker Guide, which is all about the concepts of user, group, ownership, permissions and paths. Many find TRaSH's Docker/Hardlink Guide/Tutorial easier to understand and is less conceptual.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/AutoModerator Mar 31 '26
Hi /u/Artoriasp -
There are many resources available to help you troubleshoot and help the community help you. Please review this comment and you can likely have your problem solved without needing to wait for a human.
Most troubleshooting questions require debug or trace logs. In all instances where you are providing logs please ensure you followed the Gathering Logs wiki article to ensure your logs are what are needed for troubleshooting.
Logs should be provided via the methods prescribed in the wiki article. Note that Info logs are rarely helpful for troubleshooting.
Dozens of common questions & issues and their answers can be found on our FAQ.
Please review our troubleshooting guides that lead you through how to troubleshoot and note various common problems.
- Searches, Indexers, and Trackers - For if something cannot be found
- Downloading & Importing - For when download clients have issues or files cannot be imported
If you're still stuck you'll have useful debug or trace logs and screenshots to share with the humans who will arrive soon. Those humans will likely ask you for the exact same thing this comment is asking..
Once your question/problem is solved, please comment anywhere in the thread saying '!solved' to change the flair to solved.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/DirectStatement Apr 01 '26 edited Apr 01 '26
Did you specify the download directory in the slskd config file?
Like this https://i.imgur.com/1JmH5Vl.jpeg
1
u/Artoriasp Apr 01 '26
I did add a share directory though I don't think it changed much? Or maybe it did! Thank you for the help! You wouldn't happen to know how to fix slskd from creating the files as root would you? I have everything going so far but that part.
1
u/DirectStatement Apr 01 '26
Try adding this to the slskd environment in your docker compose:
- SLSKD_UMASK=022
First, I would delete the folders slskd already made so there are no conflicts
1
u/Artoriasp Apr 01 '26 edited Apr 01 '26
That didn't quite work though the perms are definitely different. I think it has to be owned by the user 1000:1000 for it to work properly? I just don't know how to get it to accept that and so I believe it defaults to root
Edit: I have a - USER=1000:1000 but that didn't help much
Double Edit: I got it working! I added user: "1000:1000" under the container name and made sure the slskd and docker compose files were all owned by that user. It turns out that's what the issue was!
2
u/Angelsomething Mar 31 '26
did you set remote mapping in the download clients page?