Sonarr/Radarr and SABnzbd
If you are using Sonarr or Radarr with SABnzbd, you should make FileFlows act as a man in the middle (middleman) between the two applications
1. Configure your directories
| Name | Directory |
|---|---|
| Incomplete | /media/downloads/incomplete |
| Complete | /media/downloads/complete |
| Converted | /media/downloads/converted |
2. SABnzdb
Now map the incomplete and complete directories into SABnzbd.
SABnzbd will download files here as usual.
3. FileFlows
Map the /media/downloads directory into FileFlows if using docker.
Add a library to monitor /media/downloads or a subdirectory if using a subdirectory eg /media/downloads/movies
Have FileFlows process those files and always move them to the converted directory i.e. /media/downloads/converted
4. Sonarr/Radarr
Goto Settings > Download Clients and then under Remote Path Mappings enter
| Name | Directory |
|---|---|
| Remote Path | /media/downloads/complete |
| Local Path | /media/downloads/converted |
Now Sonarr/Radarr will monitor the converted folder for completed files, and will only ever see the converted files.