Since I don't like the way Radarr renames files, I'd like to do that with FIlebot.
I know this is a Radarr question, but i hope I'll find here someone using both.
I have deployed filebot-node (not sure it's the right flavour) and created this script:
Code: Select all
#!/bin/bash
filebot -rename --db TheMovieDB --lang it --conflict override --format "{n.colon(' - ')} ({vs}-{vf}-{ac}) ({y}) [{ audioLanguages.ISO3.join('+').upper() }]"I have tried to Connect a Custom Script from Radarr, but when I test it, it fails with "Script exited with code: 127"
As far as I could understand googling, that means Radarr cannot see the command "filebot" in the script, so how do I make it see it?
I have both Radarr and Filebot pointing at /data2 folder AND the relative one where movie library is stored, /data2/media/movies.
Side note: I prefer to keep all my containers config files in /config/[container name], but Filebot seems to be using /data as config folder, which overlaps with the folder that I mount for storage that every other container uses, so I mounted /config/filebot:/data and /path-to-files/data:/data2

 I'd have the Radarr container move completed files to some specific folder, and then have the FileBot folder process all the files in that specific folder once a day on a schedule. That's they only easy solution if each application is running in it's own container.
 I'd have the Radarr container move completed files to some specific folder, and then have the FileBot folder process all the files in that specific folder once a day on a schedule. That's they only easy solution if each application is running in it's own container. Please read the
 Please read the