Filebot, Portainer and the amc script

Support for Ubuntu and other Desktop Linux distributions
Post Reply
turtlejay
Posts: 20
Joined: 13 Mar 2020, 00:20

Filebot, Portainer and the amc script

Post by turtlejay »

Hi,

I have an Asustoe Nimbusor4 nas. I have qbittorrent running and plex. I cant figure out exactly how to deploy filebot in portainer and also then to get it to be callable (is that a word?) to run AMC. Honestly, I'm not good at docker period but seems to be the only option I have. I do have a license which I use on windows but don want to run a pc 24/7 just for renaming. Sorry if this is in the wrong forum.
ghostserverd
Posts: 16
Joined: 15 Nov 2019, 06:25

Re: Filebot, Portainer and the amc script

Post by ghostserverd »

ghostserverd/filebot is a container which combines filebot and shell2http to give you an HTTP interface into the amc script.

I'd recommend using tag `4.9.x` which is the most up to date version

Here's the dockerfile source https://github.com/ghostserverd/docker- ... tree/4.9.x

And here's an example of it in use with a post-processing script which is called by transmission

https://github.com/ghostserverd/docker- ... process.sh

Mount your license file (.psm) into /config/ in the container and it will license automatically.
Post Reply