Skip to content

niavasha/filebot-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileBot Watcher

This repo is a reduced set fork of filebot-docker, focusing only on filebot-watcher.

filebot-watcher

The filebot-watcher command-line tool watches a given folder and executes the amc script on newly added files.

It has been customized and extended.

docker run --rm -it -v $PWD:/volume1 -v data:/data niavasha/filebot-watcher:watcher /volume1/input --output /volume1/output

The first argument $1 is the watch folder. The remaining arguments are amc script options.

FAQ

How do I activate my license?

You can activate your license by calling filebot --license *.psm from within the docker container.

docker run --rm -it -v $PWD:/volume1 -v data:/data niavasha/filebot-watcher --license /volume1/*.psm

Your license will then be stored in -v data:/data which is the persistent application data folder common to all FileBot docker containers.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.1%
  • Dockerfile 35.3%
  • Makefile 17.6%