Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HOW TO ADD Latest filebot and license
- Access user's box via SSH
- mkdir filebot
- cd filebot
- wget "https://get.filebot.net/filebot/FileBot_4.8.5/FileBot_4.8.5-portable.tar.xz"
- tar -xvf FileBot_4.8.5-portable.tar.xz
- mv filebot.sh filebot
- if user provides filebot license in a reply then do this
- nano license.psm copy paste the license and then
- ctrl +O and ctrl+X to exit
- nano .bashrc
- go to bottom of the file and add PATH for filebot to overwrite the server version
- PATH=users-homefolder/filebot/:$PATH
- for example
- PATH=/home/hd1/alchemist/filebot/:$PATH
- save the file and exit with ctrl +O and ctrl+X to exit
- source .bashrc
- if user has rtorrent or deluge (or both) access their filebot config and switch from
- filebot -script /opt/filebot/amc.groovy to filebot -script fn:amc
- last step
- filebot --license license.psm
- ^
- If you have created the license file then thefile should be in filebot/license.psm so it should be
- filebot --license filebot/license.psm
- if user uploaded the license somewhere on his box , you will have to set the path there for example if hte file is in "apps` then it should be
- filebot --license apps/license.psm
- that should be it
- you can check filebot version to confirm success by typing
- filebot -version it should be 4..8.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement