Page 1 of 1

Filebot, Portainer and the amc script

Posted: 17 May 2020, 22:20
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.

Re: Filebot, Portainer and the amc script

Posted: 22 May 2020, 22:35
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.