[BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Please check again. It works for me, and other users have reported that it works now as well. If it still doesn't work, please post the SHA-256 checksum of the SPK file you're using, so that we can confirm that we're on the same page.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
"You may need to hit CTRL+R to reload the page. If you're using the Synology Package Manager, you might need to uninstall and then reinstall. Maybe click the Refresh button before as well." This helped!
Thx man!
Thx man!
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Looks like I spoke too soon. Haven't had the chance to check things out completely until yesterday, but this is what I see when I click the icon pinned to the taskbar using build r5684 (updating today) and only happens when using the pinned icon:

happens everytime no matter what I do. Not really an issue for me as far as I can tell but I thought you should know of course.
UPDATE: just updated to 13-Jul-2018 build (not sure of the build number) and still the same as above.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
I’m not sure what you mean. I’m surprised Windows is smart enough to group the console window with the FileBot window.
Do you mean the console window? You can use and pin FileBot as opposed to FileBot (console) if you prefer not to see the console.
Do you mean the console window? You can use and pin FileBot as opposed to FileBot (console) if you prefer not to see the console.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
So the problem you wanted to illustrated in the previous post is that there's a console window? Or what the console window shows? Or something else?
The normal GUI launcher would be filebot.launcher.exe as oppose to the CLI launcher filebot.exe.
The normal GUI launcher would be filebot.launcher.exe as oppose to the CLI launcher filebot.exe.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Ok.. i found it it here:

if i run "filebot" (which is filebot.launcher.exe) NOT console, or platform, it opens the launcher properly as you said. However, when I pin that same open window, then click the pinned link, it opens the console as well as the launcher
also, as you see in one of the previous screenshots, the start menu only shows console or uninstall
you see no open console:

but only console can be pinned:

so if i were to pin that, it would open console:


if i run "filebot" (which is filebot.launcher.exe) NOT console, or platform, it opens the launcher properly as you said. However, when I pin that same open window, then click the pinned link, it opens the console as well as the launcher
also, as you see in one of the previous screenshots, the start menu only shows console or uninstall
you see no open console:

but only console can be pinned:

so if i were to pin that, it would open console:

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Shit! I'm going to be late! Gotta go but I'll check this thread with my phone asap.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Strange indeed. I'll investigate.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Maybe fixed with FileBot r5725.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
-
- Posts: 101
- Joined: 09 Mar 2014, 19:15
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
OK, I am ready to buy the annual licence... where do I go?
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
The app will give you a link as you're using features that require a license.
-
- Posts: 101
- Joined: 09 Mar 2014, 19:15
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
I have MacOS app store FileBot installed. After installing FileBot 4.8.2 I had to do the following to make command line work
Change filebot symlink
Change filebot.sh
Change filebot symlink
Code: Select all
sudo mv /usr/local/bin/filebot /usr/local/bin/filebot.wrong
cd /usr/local/bin
sudo ln -s /Applications/FileBot.localized/FileBot.app/Contents/MacOS/filebot.sh filebot
Code: Select all
sudo vi /Applications/FileBot.localized/FileBot.app/Contents/MacOS/filebot.sh
Code: Select all
#!/bin/sh
#FILEBOT_HOME="/Applications/FileBot.app/Contents"
FILEBOT_HOME="/Applications/FileBot.localized/FileBot.app/Contents"
JAVA_HOME="$FILEBOT_HOME/PlugIns/jre-10.0.1.jre/Contents/Home"
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
If you take all the bits and pieces, then you can of course assembly something that runs, but it'll either require a standalone license, or the MAS license check will fail. Also, native libraries will not work due to code singing.
You can run filebot -script fn:sysinfo to run a self-check for yourself.
I recommend using either the Mac App Store version, or the brew cask stand-alone version, but not both at the same time.
You can run filebot -script fn:sysinfo to run a self-check for yourself.

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Thanks for reporting back. +1
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Just purchased an annual license, and registered one x64 ubuntu linux box with no issues using the latest build. Be interesting to see how well behaved the armhf box will be;) Both the payment and 'activation' processes were simple and straightforward, and the suggested layout you have for the downloads page looks good. I will swap over to a lifetime license when this one expires. Thanks for getting this up and running, and keeping this fantastic project going!
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Registered here to report on my experiences with FreeBSD and to post some questions, but first of all: THANK YOU FOR UPDATING THE LINUX / UNIX BUILDS! And for providing this licensing option. Finally I can setup FileBot on my FreeNAS box for some automagic renaming action 
Anyway, the only issue I noticed with FreeNAS 11 / FreeBSD 11 was that MediaInfo or JNA didn't work out of the box. To fix this, I downloaded this version of JNA and extracted it under lib/amd64 in the path where I extracted FileBot 4.8.2. The latest version of JNA didn't work due to FileBot expecting an earlier version, but it seemed to be fine with the 4.5.1 tagged one.
I noticed another issue with the update script, where it doesn't seem to work properly on FreeBSD, or at least reports some warnings / errors. The curl command used says that the -z option format isn't valid:
The download finishes besides these warnings, but the gpgv command isn't found:
I have the latest version of gnupg available installed on the jail that I'm running FileBot in, perhaps this command just doesn't exist on FreeBSD? Anyway, this is a minor / non-issue for me personally, just wanted to report this in case you are interested in improving compatibility for non-Linux systems.
I noticed that the filebot.sh script does some system architecture checks to determine the method of file information detection:
Is there a huge difference between ffprobe and libmediainfo for determining media characteristics? Main reason for asking is that the x86_64 architecture is reported as amd64 on FreeBSD, which causes this if - else branch to take the else branch on FreeBSD systems unless I'm mistaken. With the downloaded JNA library libmediainfo seems usable on my machine, so I just wanted to check if I should prefer that and edit the launch script accordingly.

Anyway, the only issue I noticed with FreeNAS 11 / FreeBSD 11 was that MediaInfo or JNA didn't work out of the box. To fix this, I downloaded this version of JNA and extracted it under lib/amd64 in the path where I extracted FileBot 4.8.2. The latest version of JNA didn't work due to FileBot expecting an earlier version, but it seemed to be fine with the 4.5.1 tagged one.
I noticed another issue with the update script, where it doesn't seem to work properly on FreeBSD, or at least reports some warnings / errors. The curl command used says that the -z option format isn't valid:
Code: Select all
Warning: Illegal date format for -z, --time-cond (and not a file name).
Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
Code: Select all
./update-filebot.sh: gpgv: not found
I noticed that the filebot.sh script does some system architecture checks to determine the method of file information detection:
Code: Select all
# choose archive extractor / media characteristics parser
if uname -m | grep "86"; then
# i686 or x86_64
ARCHIVE_EXTRACTOR="SevenZipNativeBindings" # use lib7-Zip-JBinding.so
MEDIA_PARSER="libmediainfo" # use libmediainfo
else
# armv7l or aarch64
ARCHIVE_EXTRACTOR="ApacheVFS" # use Apache Commons VFS2
MEDIA_PARSER="ffprobe" # use ffprobe
fi
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
1.
I'll add improved support for FreeBSD to the backlog. As a quick fix, I've update the install script to create symlinks for amd64 -> x86_64:
https://github.com/filebot/plugins/blob ... ler/tar.sh
2.
These warnings are normal if you run the incremental update script for the first time.
3.
gpgv is only required for the incremental update script. On Linux, it's part of GnuPG 1 and 2 but might be different on FreeBSD. Google says it's part of GnuPG 1 only on FreeBSD.
4.
The lower set of options is more compatible because it avoids native libraries. It should work exactly the same though. It'll require ffprobe though.
EDIT:
Please run filebot -script fn:sysinfo and post the output.
I'll add improved support for FreeBSD to the backlog. As a quick fix, I've update the install script to create symlinks for amd64 -> x86_64:
https://github.com/filebot/plugins/blob ... ler/tar.sh
2.
These warnings are normal if you run the incremental update script for the first time.
3.
gpgv is only required for the incremental update script. On Linux, it's part of GnuPG 1 and 2 but might be different on FreeBSD. Google says it's part of GnuPG 1 only on FreeBSD.
4.
The lower set of options is more compatible because it avoids native libraries. It should work exactly the same though. It'll require ffprobe though.
EDIT:
Please run filebot -script fn:sysinfo and post the output.
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
I can't access the system for a week or so, but I'll report back with the sysinfo results once I can
-
- Posts: 101
- Joined: 09 Mar 2014, 19:15
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Just purchased my licence. What's the next stage for a headless Linux server
?

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Purchasing a license is the last stage. What stage are you at?plittlefield wrote: ↑23 Jul 2018, 11:47 Just purchased my licence. What's the next stage for a headless Linux server?
Stage 1:
Install FileBot: viewtopic.php?f=11&t=6057
Stage 2:
Call filebot and do your thing. The CLI tool will give you instructions on how to purchase & install a FileBot license then and there as necessary.
-
- Posts: 101
- Joined: 09 Mar 2014, 19:15
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
I already have 4.7.x running on the Linux box.
I purchased the licence just now via the /purchase link and have my Licence file in an email.
I can SSH in to the server and put the LIcence_XXX file somewhere if you like AFTER I have installed 4.8.2 via the .DEB file?
I purchased the licence just now via the /purchase link and have my Licence file in an email.
I can SSH in to the server and put the LIcence_XXX file somewhere if you like AFTER I have installed 4.8.2 via the .DEB file?