Using FileBot to manage your media once it’s downloaded is really easy. You can use this article to get things set up nice and easily.
- SSH into your Server
- Run the following command
sudo su -
- Install FileBot using the following command
qb install filebot <username>
- Then type the following command
filebot -version
- This will tell you what version of filebot you are using.
- Then run the following commands so we move into the FileBot directory
cd /home/<username>/.filebot
- You can then do
ls -al
to display all of the relevant files in that directory.
- You will now need to add your license to the filebot directory for registering. To do this open your filebot license you received after purchase. The license will be labeled similar to
FileBot_License_P89XXXXX.psm
. Simply open this with your favorite editor and copy all the contents of the file.
- Now do
nano <name of your license file>
and paste the copied contents of the .psm license andctrl + x
and hity
to save. Adjust the permissions on this file so they are owned by the user if setting this up as an Adminchown <username>:<username> /home/<username>/.filebot/<name of your license file>
- Then run the following command
filebot --license <name of your licence file>
- To make sure everything has got the right permissions, run the following command
sudo chown -R <username>:<username> /home/<username>/.filebot
- Now you’re all ready to go celebrate!
QuickBox v3
with qbv3 all of these entries are handled directly though qb install filebot -u USERNAME