Page 1 of 1
filebot node install on ubuntu
Posted: 16 Jun 2024, 14:21
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?
Re: filebot node install on ubuntu
Posted: 16 Jun 2024, 15:42
by rednoah

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

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?

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?

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:
- Download and extract the filebot-node_*.tar.xz bundle
- Run ./start and that's it (NOTE: you might need to apt install nodejs if nodejs is not already installed)
Re: filebot node install on ubuntu
Posted: 17 Jun 2024, 04:04
by cyr0nk0r
rednoah wrote: ↑16 Jun 2024, 15:42

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.
Re: filebot node install on ubuntu
Posted: 17 Jun 2024, 05:51
by rednoah
cyr0nk0r wrote: ↑17 Jun 2024, 04:04
because windows SMB/CIFS doesn't support hardlinks/symlinks.

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.