Installing FileBot on unRAID
Posted: 24 Dec 2021, 03:35
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.

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.

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


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


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

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

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.
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.

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.

Setup Instructions:
1. Open the Terminal and install our docker templates for unRAID:
Code: Select all
curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-xpra.xml -o /boot/config/plugins/dockerMan/templates/filebot-xpra.xml
Code: Select all
curl -L https://raw.githubusercontent.com/filebot/plugins/master/unraid/filebot-node.xml -o /boot/config/plugins/dockerMan/templates/filebot-node.xml


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


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

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

