Radarr stuck on "Downloaded - Importing" due to folder name mismatch (Decypharr/Real-Debrid)
Problem Summary: Radarr is failing to import movies because of a naming discrepancy between the download client (Decypharr) and Radarr's expectations:
- Actual Folder Name: Decypharr creates the directory using the full release name (e.g.,
Irresistible.2006.1080p.BluRay.x264.AAC-LAMA). - Radarr Expectation: Radarr is looking for a folder named strictly after the movie title (e.g.,
Irresistible (2006)). - Result: Radarr triggers a
Could not find a part of the patherror because it cannot map the specific release folder to the movie entry automatically.
Filesystem: Symlinks pointing to a Real-Debrid mount (/downloads/realdebrid/__all__/).
How i can fix that?
I mean:
root@jelly:~/servicios-debrid/downloads/radarr# ls -la Irresistible.2006.1080p.BluRay.x264.AAC-LAMA/
total 12
drwxr-xr-x 2 1000 1000 4096 May 15 16:12 .
drwxrwxrwx 64 1000 1000 4096 May 15 16:12 ..
lrwxrwxrwx 1 1000 1000 119 May 15 16:12 Irresistible.2006.1080p.BluRay.x264.AAC-LAMA.mp4 -> /downloads/realdebrid/__all__/697achhhhhhhhhhhh5ecf4/Irresistible.2006.1080p.BluRay.x264.AAC-LAMA.mp4
And radarr says:
Irresistible.2006.1080p.BluRay.x264.AAC-LAMA.mp4
Unable to determine if file is a sample
Because:
"Could not find a part of the path '/downloads/radarr/Irresistible (2006)'.
u/9acca9 — 7 days ago