This is a Docker container running FileBot, a organizing and renaming tool.
The docker image is available here
docker run --name=FileBot -d -v /path/to/config:/config:rw -v /path/to/input:/input:rw -v /path/to/media:/media:rw tmcphee/docker-filebot
The creation of this docker image included the use of the following GitHub repositories: