Right now we are depending on renaming from Sickrage/Sonarr and friends for content to be properly sorted. I would love to find a good way to bring Filebot into the mix.
Of course the most powerful solution is just to install Filebot system-wide, this way you can have all the freedom of the total filesystem.
However it would be fitting to also offer a dockerized way of running filebot. However since the paths inside of Docker are quite different from those on the outside this might be a problem. We also don't want to have to manually run Filebot every time but make it a service.
The first step would be to do some research to see how Filebot can be used inside a container while still having valid symlinks being created as I feel sym- and hardlinks are the best way to use Filebot.
The second step could be a separate binary that watches a given path for changes and then runs Filebot automatically on the changed files.
The third important thing is that it should follow the Connect laid our paths media/tv and media/movies.
Right now we are depending on renaming from Sickrage/Sonarr and friends for content to be properly sorted. I would love to find a good way to bring Filebot into the mix.
Of course the most powerful solution is just to install Filebot system-wide, this way you can have all the freedom of the total filesystem.
However it would be fitting to also offer a dockerized way of running filebot. However since the paths inside of Docker are quite different from those on the outside this might be a problem. We also don't want to have to manually run Filebot every time but make it a service.
The first step would be to do some research to see how Filebot can be used inside a container while still having valid symlinks being created as I feel sym- and hardlinks are the best way to use Filebot.
The second step could be a separate binary that watches a given path for changes and then runs Filebot automatically on the changed files.
The third important thing is that it should follow the Connect laid our paths media/tv and media/movies.