/docker-filebot-ui

A docker container for a FileBot UI

Primary LanguageShellGNU General Public License v2.0GPL-2.0

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.

Usage

This docker image is available as a trusted build on the docker index.

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 <host ip>:<host port>. There are RDP clients for multiple platforms:

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.