Installing FileBot on unRAID

Support for unRAID and docker container users
Post Reply
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Installing FileBot on unRAID

Post by rednoah »

Option A: The Community Apps container maintained by the unRAID community

The jlesage/filebot container is popular among unRAID users and packed with features. Please read the manual or contact the maintainer via [SUPPORT] DJOSS - FILEBOT if you need help with setup and usage.

Screenshot




Option B: The official filebot docker images

The official filebot docker images work the same on all platforms including unRAID. You can create and configure containers manually or via our docker templates for unRAID to speedup the process.

Screenshot

Setup Instructions

1. Open the Terminal and install our docker templates for unRAID:

Shell: Select all

curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-xpra.xml -o /boot/config/plugins/dockerMan/templates/filebot-xpra.xml
curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-node.xml -o /boot/config/plugins/dockerMan/templates/filebot-node.xml
curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-watcher.xml -o /boot/config/plugins/dockerMan/templates/filebot-watcher.xml
ScreenshotScreenshot



3. Add a new container and select either the filebot-xpra or the filebot-node template:

ScreenshotScreenshot



3. Configure the User Files bind mount to make your media files available within the docker container:

Screenshot



4. Click on the application icon to open the WebUI:

Screenshot




Setup Instructions for 3rd party docker containers

You can run any docker container via the unRAID management WebUI. The Add Container form allows you to generate and run any docker command. All docker command-line options map 1:1 to form fields in the unRAID WebUI.

e.g. run filebot-watcher via the unRAID management WebUI:

Shell: Select all

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





:idea: If you have ideas on how to make FileBot work better for unRAID users (e.g. ease of installation, easy of use, new use cases, etc) please post them here.
:idea: Please read the FAQ and How to Request Help.
Post Reply