filebot node install on ubuntu

Support for Ubuntu and other Desktop Linux distributions
Post Reply
cyr0nk0r
Posts: 14
Joined: 15 Nov 2020, 20:23

filebot node install on ubuntu

Post by cyr0nk0r »

So filebot node appears very poorly documented in general, especially around how to get it going on if you don't have a synology or using docker.
Does anyone have any documentation I can read on how to get filebot node installed and useable on base ubuntu rather than inside docker?
User avatar
rednoah
The Source
Posts: 24010
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot node install on ubuntu

Post by rednoah »

:arrow: If your Ubuntu is a Ubuntu Desktop, then you will want to just use the FileBot Desktop application.


:arrow: If your Ubuntu is a headless Ubuntu Server, then I strongly recommend using the FileBot Desktop application from your Desktop, mount the remote file system via SMB / NFS / SSHFS / WebDAV / etc, and then move / rename files as usual.


:?: What is your reasoning for using FileBot Node? Cannot use the FileBot Desktop application for some reason?


:arrow: If you must use FileBot Node for some reason, then docker is the easiest way to get things running, because docker takes care of everything. Do you have a reason for not using docker perhaps?


:arrow: You can actually use the Dockerfile as reference on how to install FileBot Node on Ubuntu, because literally all it does is install FileBot Node on Ubuntu:
  1. Download and extract the filebot-node_*.tar.xz bundle
  2. Run ./start and that's it (NOTE: you might need to apt install nodejs if nodejs is not already installed)
:idea: Please read the FAQ and How to Request Help.
cyr0nk0r
Posts: 14
Joined: 15 Nov 2020, 20:23

Re: filebot node install on ubuntu

Post by cyr0nk0r »

rednoah wrote: 16 Jun 2024, 15:42 :arrow: If your Ubuntu is a headless Ubuntu Server, then I strongly recommend using the FileBot Desktop application from your Desktop, mount the remote file system via SMB / NFS / SSHFS / WebDAV / etc, and then move / rename files as usual.
because windows SMB/CIFS doesn't support hardlinks/symlinks.

I ended up using your filebot-xpra docker image, but see here for other issues I've encountered with it.
Again, mostly centered around documentation. I can figure things out if the documentation were a bit more helpful.

viewtopic.php?t=14292
viewtopic.php?t=14291

I've got the license activated, but had to do it manually in the gui because the documentation on passing the --license argument with a path just simply does not work for me.
in fact, so far, trying to pass anything after the "rednoah/filebot:xpra" in the docker run doesn't really seem to do anything.
User avatar
rednoah
The Source
Posts: 24010
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot node install on ubuntu

Post by rednoah »

cyr0nk0r wrote: 17 Jun 2024, 04:04 because windows SMB/CIFS doesn't support hardlinks/symlinks.
:arrow: You can create hardlinks from Windows on a remote SMB network share. Confirmed to work on Windows 11 / Synology NAS.

AFAIK, Windows has implemented support for the SMB UNIX extensions for quite some time. So if it doesn't work, then it might just be a matter enabling the UNIX extensions on your NAS.
:idea: Please read the FAQ and How to Request Help.
Post Reply