Ok will do some digging around with Mediainfo then
Output below - for some reason it's only finding info from the sample and not the full video file is that correct?
filebot -mediainfo -r /mnt/shared/Downloads/Temp/Complete
bohemian.rhapsody.2018.2160p.uhd.bluray.x265-terminal.sample [3840x1608 ...
Search found 16 matches
- 11 Mar 2019, 21:27
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
- 11 Mar 2019, 07:32
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
So looks like additional debugging is enabled but I still don't see any additional information
filebot -script fn:sysenv | grep net.filebot.logging.debug
FILEBOT_OPTS: -Dnet.filebot.logging.debug=ALL
net.filebot.logging.debug: ALL
I am just running the script from the command line, the TV ...
filebot -script fn:sysenv | grep net.filebot.logging.debug
FILEBOT_OPTS: -Dnet.filebot.logging.debug=ALL
net.filebot.logging.debug: ALL
I am just running the script from the command line, the TV ...
- 08 Mar 2019, 18:35
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Sorry no was some copy\paste fail, should be this:
Trying to seperate 4k movies in to a different folder
I don't seem to get any extra logging after running that.
Code: Select all
movieFormat="{vf == /2160p/ ? '/mnt/shared/Downloads/Temp/Movies/UHD' : '/mnt/shared/Downloads/Temp/Movies/HD'}"I don't seem to get any extra logging after running that.
- 08 Mar 2019, 07:30
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
So now that's fixed I was wondering if you can help with an error when I'm trying to run a script (I assumed the error was because of the JNA issue
When running the script I get the following error
Auto-detect movie from context: [/mnt/shared/Downloads/Temp/Complete/Deadpool.2.2018.Once.Upon.a ...
When running the script I get the following error
Auto-detect movie from context: [/mnt/shared/Downloads/Temp/Complete/Deadpool.2.2018.Once.Upon.a ...
- 08 Mar 2019, 07:19
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Ok, I think we've got somewhere now.
I copied jna.jar from Filebot folder to Java folder, then copied https://github.com/filebot/filebot/blob/master/lib/native/linux-armv7l/libjnidispatch.so to /usr/lib/arm-linux-gnueabihf/jni. Then renamed the file libjnidispatch.system.so. It's no longer erroring ...
I copied jna.jar from Filebot folder to Java folder, then copied https://github.com/filebot/filebot/blob/master/lib/native/linux-armv7l/libjnidispatch.so to /usr/lib/arm-linux-gnueabihf/jni. Then renamed the file libjnidispatch.system.so. It's no longer erroring ...
- 06 Mar 2019, 13:38
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
ok now getting:
###########:~ $ filebot -script fn:sysinfo FileBot 4.8.5 (r6180)
JNA Native: java.lang.Error:
There is an incompatible JNA native library installed on this system
Expected: 5.2.2
Found: 4.0.1
(at /usr/lib/arm-linux-gnueabihf/jni/libjnidispatch.system.so).
To resolve this issue you ...
###########:~ $ filebot -script fn:sysinfo FileBot 4.8.5 (r6180)
JNA Native: java.lang.Error:
There is an incompatible JNA native library installed on this system
Expected: 5.2.2
Found: 4.0.1
(at /usr/lib/arm-linux-gnueabihf/jni/libjnidispatch.system.so).
To resolve this issue you ...
- 06 Mar 2019, 07:47
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Code: Select all
~ $ echo /usr/lib/*-linux-gnu*/jni
/usr/lib/arm-linux-gnueabihf/jni- 06 Mar 2019, 07:34
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
sure
filebot -script fn:sysenv
# Environment Variables #
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
SHELL: /bin/bash
SSH_TTY: /dev/pts/0
SSH_CLIENT: 192.168.0.16 54261 22
TERM: xterm
USER: pi
LANG: en_GB.UTF-8
XDG_SESSION_ID: c2
SSH_CONNECTION ...
filebot -script fn:sysenv
# Environment Variables #
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
SHELL: /bin/bash
SSH_TTY: /dev/pts/0
SSH_CLIENT: 192.168.0.16 54261 22
TERM: xterm
USER: pi
LANG: en_GB.UTF-8
XDG_SESSION_ID: c2
SSH_CONNECTION ...
- 06 Mar 2019, 07:16
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Thanks but unfortunately I'm still getting the same :(
##########:~ $ filebot -script fn:sysinfo FileBot 4.8.5 (r6176)
JNA Native: java.lang.UnsatisfiedLinkError: Could not find JNA native support
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load arm (32-bit) native library ...
##########:~ $ filebot -script fn:sysinfo FileBot 4.8.5 (r6176)
JNA Native: java.lang.UnsatisfiedLinkError: Could not find JNA native support
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load arm (32-bit) native library ...
- 05 Mar 2019, 18:59
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Code: Select all
#1193 SMP Tue Jan 22 15:34:30 GMT 2019 armv7l GNU/Linux- 04 Mar 2019, 18:28
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
I get this:
Code: Select all
/usr/lib/arm-linux-gnueabihf/jni/libjnidispatch.system.so- 03 Mar 2019, 19:47
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
find /usr -iname "jnidispatch*" doesn't find anything. So that means it's not installed then? I did search the entire file system too and couldn't find anything still
- 01 Mar 2019, 20:07
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
But JNA Native is installed yet it's giving me the error isn't it?
libjna-jni is already the newest version (4.2.2-3).
libjna-jni is already the newest version (4.2.2-3).
- 28 Feb 2019, 21:00
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Any ideas? 
- 25 Feb 2019, 19:25
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Re: Filebot on Raspberry Pi 3B+
Hi Rednoah thanks for the reply.
I've installed FileBot_4.8.5_universal-jdk8.deb
The only dependancy that fails to install is p7zip-rar
libchromaprint-tools is already the newest version (1.4.2-1).
libchromaprint-tools set to manually installed.
libjna-jni is already the newest version (4.2.2-3 ...
I've installed FileBot_4.8.5_universal-jdk8.deb
The only dependancy that fails to install is p7zip-rar
libchromaprint-tools is already the newest version (1.4.2-1).
libchromaprint-tools set to manually installed.
libjna-jni is already the newest version (4.2.2-3 ...
- 24 Feb 2019, 20:24
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot on Raspberry Pi 3B+
- Replies: 30
- Views: 22293
Filebot on Raspberry Pi 3B+
Hi,
I am trying to use Filebot on a Raspberry Pi 3B+ but am having trouble issues running a script. It looks like it's caused by an issue with JNA Native:
FileBot 4.8.5 (r6034)
JNA Native: java.lang.UnsatisfiedLinkError: Could not find JNA native support
MediaInfo: net.filebot.mediainfo ...
I am trying to use Filebot on a Raspberry Pi 3B+ but am having trouble issues running a script. It looks like it's caused by an issue with JNA Native:
FileBot 4.8.5 (r6034)
JNA Native: java.lang.UnsatisfiedLinkError: Could not find JNA native support
MediaInfo: net.filebot.mediainfo ...