Sonarr version: 2.0.0.5163
Mono version: 5.12.0.226
OS: Docker running on Linux Fedora 27
Docker Image: https://hub.docker.com/r/linuxserver/sonarr/
Debug logs:
- sonarr.txt: https://pastebin.com/DneZYVb7
- sonarr-debug.txt: https://drive.google.com/file/d/1HC27HnmUqHjWzK9PF2CHpQR4JAhWuAq7/view?usp=sharing
Description of issue: Sonarr doesn’t automatically identify the video file (in the downloaded folder) once downloaded by deluge, but can from another menu: when importing (anything) from the download folder in the Wanted
tab.
Here are the steps to reproduce this problem:
- Snatch an episode in Sonarr GUI. Sonarr adds the download to Deluge. Deluge downloads the files and when done it places the downloaded folder in the
/downloads
location of Sonarr. - When sonarr sees the file is there it looks into the folder but doesn’t see anything "eligible"
See screenshot: https://imgur.com/a/11i5bQZ
But there is a video file:
/downloads $ find .
.
./Stranger.Things.S02E09.iNTERNAL.720p.WEB.x264-STRiFE[rarbg]
./Stranger.Things.S02E09.iNTERNAL.720p.WEB.x264-STRiFE[rarbg]/RARBG.txt
./Stranger.Things.S02E09.iNTERNAL.720p.WEB.x264-STRiFE[rarbg]/stranger.things.s02e09.internal.720p.web.x264-strife.mkv
./Stranger.Things.S02E09.iNTERNAL.720p.WEB.x264-STRiFE[rarbg]/stranger.things.s02e09.internal.720p.web.x264-strife.nfo
However if I click on the Wanted
tab and select Import Manually
then Sonarr properly identifies the video file. See screenshot: https://imgur.com/a/lRY4eu9
Note 1: Deluge is set to move the files to /downloads when the download is completed and the seed ratio is reached. It does that nicely. Deluge is not configured to automatically remove the download from its list of downloads. Sonarr should do that after it imports the files.
Note 2: In Sonarr Settings
> Download Client
, I’ve set those entries to Yes
:
Completed Download Handling
> Enable
= Yes
Completed Download Handling
> Remove
= Yes
Failed Download Handling
> Redownload
= Yes
Failed Download Handling
> Remove
= Yes
Thanks!