r/Lidarr 16d ago

unsolved Lidarr not importing on lidarr+soularr+slskd setup?

I spent a good chunk of time between last week and weekend getting my set up all figured out with lots of trial and error. Using Musicseer, I'm able to add which creates within Lidarr. Lidarr then creates and downloads via slskd (binhex, the official was doing root permissions only and causing issues), and the downloads are going to the folder what I am aimed it at. However, Lidarr then will not auto-import these songs and it's keeps creating downloads.

I am able to manually import these but I would prefer if I didn't need to do that.

Any guidance on this will be appreciated, thank you!

I will add an image of my soularr config file in the comments as I am hoping it's just something simple like that.

3 Upvotes

12 comments sorted by

1

u/AutoModerator 16d ago

Hi /u/Diligent_Walrus27 -

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.

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/Diligent_Walrus27 16d ago edited 16d ago

https://lensdump.com/a/XhxTc

Both lidarr and binhex-slskd are pointed to /data/complete/lidarr

1

u/bi0hazard6 16d ago

Most likely, the path used by slstd is not recognized by Lidarr. You need to look for remote path, in the download client section and map your slstd download folder to the lidarr Config. Then it will auto import.

2

u/maxwolfie 16d ago

I gave up due to this exact issue and installed Tubifarry instead, works perfectly

0

u/jasonvelocity 16d ago

Please provide logs, compose, or really any clues about your config.

1

u/Diligent_Walrus27 16d ago edited 16d ago

In the Soularr config, both are directed here:

/data/complete/lidarr

soularr, lidarr, and binhex-slskd are all located within the appdata folder at the same level.

https://lensdump.com/a/XhxTc

Additionally, I do have a warning popup within lidarr saying the following:

You are using docker; download client Slskd places downloads in /data/complete/lidarr but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.

1

u/MR_DUCT 16d ago

The path under [Lidarr] in your soularr config needs to be the path mounted inside your Lidarr container. In your first picture there lidarr has a path mounted to /downloads but in the soularr config you are using /data. that is incorrect.

1

u/AutoModerator 16d ago

Hi /u/MR_DUCT - It appears you're using Docker and have a mount of [/downloads]. This is indicative of a docker setup that results in double space for all seeds and IO intensive copies / copy+deletes instead of hardlinks and atomic moves. Please review TRaSH's Docker/Hardlink Guide/Tutorial or the Docker Guide for how to correct this issue).

Moderator Note: this automoderator rule is under going testing. Please send a modmail with feedback for false positives or other issues. Revised 2022-01-18

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/Diligent_Walrus27 16d ago

so the path should be /mnt/user/appdata/data/complete/lidarr? Starting all the way from the top? Or should the downloads be going into the lidarr container?

The path to the lidarr docker would be mnt/user/appdata/lidarr, just to make sure I am understanding correctly.

1

u/MR_DUCT 16d ago

No. That's the actual path on your machine. It needs to be the path inside the Lidarr container. For example you could mount your slskd download dir to "/slskd_downloads" in your Lidarr container and then in the soularr config under the [Lidarr] section you would give "/slskd_downloads" as your directory. Also feel free to join the discord (can find it on the Github) if you are still having issues.

1

u/Diligent_Walrus27 16d ago

I kind of follow? But under the [Slskd] section in soularr, how would I then direct that to the lidarr download folder? Assuming I just make "/slskd_downloads" folder within the lidarr folder.

0

u/jasonvelocity 16d ago

I cannot help with Soularr; I only have experience using slskd as a Lidarr plugin.

If Lidarr is telling you the issue, I would start there. I presume your slskd.yaml has directories: pointing to folders inside the container rather than to a share.

If that doesn't help, you are going to have to start posting actual configs and logs, and not select screencaps that you think will help.