This is a Docker container for running FileBot, a media file organizer. This is the UI version.
404
Copied from coppit/filebot-ui to update to the latest version of Filebot (4.7)
docker-filebot-ui This is a Docker container for running FileBot, a media file organizer. Unlike coppit/filebot, this version is interactive, with a GUI exposed via RDP.
Run:
sudo docker run --name=FileBot-UI -d -p 3389:3389 -v /input/dir/path:/input -v /output/dir/path:/output:rw coppit/filebot-ui
Then connect a remote desktop client to your server. If you have changed the host port, then specify the server as :. There are RDP clients for multiple platforms:
Microsoft Remote Desktop for Windows (built into the OS) Microsoft Remote Desktop for OS X rdesktop for Linux Connect with any username and password to use the FileBot UI.
With the default configuration, files written to the input directory will be renamed and copied to the output directory. It is recommended that you do not overlap your input and output directories. FileBot will end up re-processing files that it already processed, and generally make a mess of things.
Content type
Image
Digest
Size
882.4 MB
Last updated
about 10 years ago
docker pull kurterik/filebot-ui