FileBot on RaspberryPi

Running FileBot from the console, Groovy scripting, shell scripts, etc
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot on RaspberryPi

Post by rednoah »

The GUI requires JavaFX. So you will need to install JavaFX. apt-get install openjfx should do the trick.
:idea: Please read the FAQ and How to Request Help.
pricchri
Posts: 6
Joined: 02 Dec 2016, 16:10

Re: FileBot on RaspberryPi

Post by pricchri »

SORRY, I did just tried the CLI way. Works easy and smooth for me. So don't care about my GUI problem!
Thank for your good support!
Ernie95
Posts: 10
Joined: 17 Oct 2015, 19:07

Re: FileBot on RaspberryPi

Post by Ernie95 »

Dear All

I am trying to install:

Code: Select all

Debian package: FileBot_4.8.2_amd64.deb
On my raspberry 3 B+ with Raspbian 9.6

Via the interface I click on the deb file. The installation is launched and then a message tell me that it is not successful.

What is the right procedure for installation on Raspbian ?

Where can I find the log file ?

Thanks for any help

edit
i find the log

Code: Select all

Start-Date: 2018-11-26  20:53:41
Commandline: packagekit role='install-files'
Install: filebot:amd64 (4.8.2)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2018-11-26  20:53:42
Log started: 2018-11-26 21:35:38

Code: Select all

dpkg: erreur de traitement de l'archive /media/seagate/FileBot_4.8.2_amd64.deb (--unpack) :
 l'architecture du paquet (amd64) ne correspond pas à celle du système (armhf)
Des erreurs ont été rencontrées pendant l'exécution :
 /media/seagate/FileBot_4.8.2_amd64.deb
Log ended: 2018-11-26  21:35:38
thanks for clarification
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot on RaspberryPi

Post by rednoah »

The DEB package currently only supports x86_64 (aka amd64) processor architecture. Your device has a armhf processor and is thus not compatible.

If the DEB isn't working, try the TAR instead:
viewtopic.php?f=11&t=6057
:idea: Please read the FAQ and How to Request Help.
Ernie95
Posts: 10
Joined: 17 Oct 2015, 19:07

Re: FileBot on RaspberryPi

Post by Ernie95 »

Dear Rednoah,

Thanks.

I obtained:

Code: Select all

/media/seagate/filebot $ filebot -script fn:sysinfo
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 0.7.73
Apache Commons VFS: [zip, rar]
FFprobe: 3.2.10-1~deb9u1+rpt2
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-10-05 (r536)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 1.8.0_65
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 4 Core / 224 MB Max Memory / 13 MB Used Memory
OS: Linux (arm)
HW: Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
DATA: /media/seagate/filebot/data/pi
Package: TAR
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
Is the message 'Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory' critical ?
What does it mean ?

Is it only for AcoustID support ?

B.R.
Last edited by Ernie95 on 27 Nov 2018, 13:46, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot on RaspberryPi

Post by rednoah »

Not critical. Just required for AcoustID. You can fix it by installing the chromaprint-tools package which includes the fpcalc command-line tool.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot on RaspberryPi

Post by rednoah »

The new Debian package may work on RaspberryPi, but you'll make sure that OpenJDK 11 and OpenJFX 11 and all other dependencies can be installed via apt.

:arrow: viewtopic.php?f=11&t=6028&p=40227#p40227
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot on RaspberryPi

Post by rednoah »

The new universal-jdk8 DEB package should work out of the box on Raspbian:
viewtopic.php?f=11&t=6028&p=40227#p40261

What version of Raspbian are you guys using? Does anybody have any issues with the new beta package?
:idea: Please read the FAQ and How to Request Help.
Post Reply