FileBot on RaspberryPi
Re: FileBot on RaspberryPi
The GUI requires JavaFX. So you will need to install JavaFX. apt-get install openjfx should do the trick.
Re: FileBot on RaspberryPi
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!
Thank for your good support!
Re: FileBot on RaspberryPi
Dear All
I am trying to install:
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
Log started: 2018-11-26 21:35:38
thanks for clarification
I am trying to install:
Code: Select all
Debian package: FileBot_4.8.2_amd64.deb
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
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
Re: FileBot on RaspberryPi
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
If the DEB isn't working, try the TAR instead:
viewtopic.php?f=11&t=6057
Re: FileBot on RaspberryPi
Dear Rednoah,
Thanks.
I obtained:
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.
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 ヾ(@⌒ー⌒@)ノ
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.
Re: FileBot on RaspberryPi
Not critical. Just required for AcoustID. You can fix it by installing the chromaprint-tools package which includes the fpcalc command-line tool.
Re: FileBot on RaspberryPi
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.
viewtopic.php?f=11&t=6028&p=40227#p40227

Re: FileBot on RaspberryPi
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?
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?