Search found 8 matches

by tacoloco
16 Mar 2020, 16:39
Forum: Help and Support
Topic: java.lang.NoClassDefFoundError: com/sun/jna/Platform with FileBot 4.9.0 and Fedora 31
Replies: 9
Views: 8908

Re: java.lang.NoClassDefFoundError: com/sun/jna/Platform with FileBot 4.9.0 and Fedora 31

Code: Select all

mse@sirius /etc/yum.repos.d $ ls -la /usr/share/filebot/jar/jna.jar
ls: cannot access '/usr/share/filebot/jar/jna.jar': No such file or directory
me@sirius /etc/yum.repos.d $ find /usr/lib -name jna.jar
/usr/lib/java/jna.jar
/usr/lib/java/jna/jna.jar
me@sirius /etc/yum.repos.d 
by tacoloco
16 Mar 2020, 16:33
Forum: Help and Support
Topic: java.lang.NoClassDefFoundError: com/sun/jna/Platform with FileBot 4.9.0 and Fedora 31
Replies: 9
Views: 8908

Re: java.lang.NoClassDefFoundError: com/sun/jna/Platform with FileBot 4.9.0 and Fedora 31

I installed from your repository.

Here are the rpms mentioned in your post:

me@sirius /etc/yum.repos.d $ rpm -qa | grep java
javapackages-filesystem-5.3.0-6.fc31.noarch
tzdata-java-2019c-2.fc31.noarch
java-1.8.0-openjdk-1.8.0.242.b08-0.fc31.x86_64
javapackages-tools-5.3.0-6.fc31.noarch
python3 ...
by tacoloco
16 Mar 2020, 16:08
Forum: Help and Support
Topic: java.lang.NoClassDefFoundError: com/sun/jna/Platform with FileBot 4.9.0 and Fedora 31
Replies: 9
Views: 8908

java.lang.NoClassDefFoundError: com/sun/jna/Platform with FileBot 4.9.0 and Fedora 31

FileBot 4.8.5 worked fine. Unfortunately, I can't get this new version to work.

I am running openjdk-1.8.0

Does this error output help clarify my problem?

Thanks!

Rename movies using [TheMovieDB]
Auto-detect movie from context [/storage/samba/videos/Movies/Dogtown.and.Z-Boys.2001.720p.BluRay ...
by tacoloco
09 Dec 2019, 13:29
Forum: Ubuntu & Desktop Linux
Topic: How do I use --filter to exclude "Watchmen (2017)" specifically?
Replies: 11
Views: 11648

Re: How do I use --filter to exclude "Watchmen (2017)" specifically?

I'm having this same problem with the latest beta. I have a shell script that sometimes works. Here it is:
#!/bin/bash
set -o errexit -o nounset -o xtrace # exit on error, unset variable detection and execution tracing

#FB_PATH='java -jar /home/user/bin/FileBot.jar'
#FB_PATH='/usr/bin/filebot'
FB ...
by tacoloco
30 Oct 2019, 01:04
Forum: Ubuntu & Desktop Linux
Topic: How do I use --filter to exclude "Watchmen (2017)" specifically?
Replies: 11
Views: 11648

Re: How do I use --filter to exclude "Watchmen (2017)" specifically?

I ran into this issue as well, and I can exclude the bogus series as rednoah suggested on the command line.

What is the format of excludes.txt ?

filebot_excludes.txt:
'n != /Watchmen\ \(2017\)/'
'n != /Watchmen\:\ Motion\ Comic/'

I have also tried not escaping the spaces, colon, and parentheses ...
by tacoloco
09 Apr 2016, 01:09
Forum: Feature Requests and Bug Reports
Topic: Filebot r3881 CLI fails with handshake failure
Replies: 7
Views: 8296

Filebot r3881 CLI fails with handshake failure

I'm not sure what's going on here, other than an SSL issue. r3574 works fine.

Java is java-1.8.0-openjdk-headless-1.8.0.77-1.b03.fc23.x86_64

I hope you can shed some light on this issue!

Thanks!

java -jar filebot-r3881.jar -rename /storage/videos/samba/TV/ --action symlink --output /storage ...