Search found 9 matches

by stevef9432203
29 Dec 2022, 07:29
Forum: Feature Requests and Bug Reports
Topic: Feature Request - Query Plex Database
Replies: 1
Views: 3477

Feature Request - Query Plex Database

Option to Query Plex Database and Add MetaInfo hard coded into the MP4 file. Would make migrations to new hardware or media servers much easier.
Steve Foster :mrgreen:
by stevef9432203
01 Oct 2020, 23:21
Forum: Ubuntu & Desktop Linux
Topic: Rpm Repo appears to be offline
Replies: 1
Views: 7442

Rpm Repo appears to be offline

I Came upon this error last nite....

$ sudo dnf update filebot
filebot 36 B/s | 9 B 00:00
Errors during downloading metadata for repository 'filebot':
- Status code: 404 for https://get.filebot.net/rpm/universal-jdk8/noarch/repodata/repomd.xml (IP: 2606:4700:20::681a:a30)
Error: Failed to ...
by stevef9432203
10 Apr 2020, 04:49
Forum: Ubuntu & Desktop Linux
Topic: [Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11
Replies: 6
Views: 5896

Re: [Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11

Ok I Got it Fixed. used this Script to change path

sudo ./update-java-alternatives.sh /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc31.x86_64/

# cat update-java-alternatives
#!/bin/bash

if [ -z "$1" ]; then
echo "No argument supplied"
echo "Usage: ./update-alternatives-java /path/to/jdk ...
by stevef9432203
09 Apr 2020, 03:19
Forum: Ubuntu & Desktop Linux
Topic: [Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11
Replies: 6
Views: 5896

Re: This version 4,9.0 is a glofied Pain in the Arse

So uninstalled filebot and ran your install Script as above shows
by stevef9432203
09 Apr 2020, 03:16
Forum: Ubuntu & Desktop Linux
Topic: [Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11
Replies: 6
Views: 5896

Re: This version 4,9.0 is a glofied Pain in the Arse

^K I A fbinst.sh (Modified)(sh) Row 19 Col 1
#!/bin/sh -xu

# 1. Add repository
sudo dnf config-manager --add-repo https://raw.githubusercontent.com/filebot/plu

# 2. Enable repository
sudo dnf config-manager --set-enabled filebot --dump

# 3. Install dependencies
sudo dnf install java-1.8.0 ...
by stevef9432203
09 Apr 2020, 03:07
Forum: Ubuntu & Desktop Linux
Topic: [Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11
Replies: 6
Views: 5896

Re: This version 4,9.0 is a glofied Pain in the Arse

stevef@pita-24 ~]$ filebot -script fn:sysinfo
FileBot 4.9.0 (r7234)
JNA Native: 6.1.0
MediaInfo: 19.09
p7zip: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,48 CPUs Genuine Intel(R) CPU @ 2.40GHz (306F1),ASM,AES-NI)
unrar: UNRAR 5.80 freeware
Chromaprint: java.io.IOException ...
by stevef9432203
08 Apr 2020, 02:43
Forum: Ubuntu & Desktop Linux
Topic: [Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11
Replies: 6
Views: 5896

[Fedora] FileBot (OpenJDK 8 build) does not work with OpenJDK 11

On Fedora 31 with dependancy installed.
Find Titles ok, Now hit Rename - Get this Stuff

[stevef@pita-24 ~]$ filebot
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/usr/share/filebot/jar ...
by stevef9432203
24 Mar 2020, 03:01
Forum: Feature Requests and Bug Reports
Topic: [Fedora 31] ClassNotFoundException: javafx.concurrent.Task
Replies: 1
Views: 2698

[Fedora 31] ClassNotFoundException: javafx.concurrent.Task

File does not exist: 2
MOVE: ClassNotFoundException: javafx.concurrent.Task
java.lang.NoClassDefFoundError: javafx/concurrent/Task
at net.filebot.ui.rename.RenameAction.lambda$actionPerformed$1(Unknown Source)
at net.filebot.util.ui.SwingUI.withWaitCursor(Unknown Source)
at net.filebot.ui.rename ...
by stevef9432203
27 Jan 2020, 05:13
Forum: Feature Requests and Bug Reports
Topic: Filebot issue on Fedora 31
Replies: 1
Views: 3544

Filebot issue on Fedora 31

Filebot works ok as expected till a dnf update changes a a java library or Java version. This happen once every six weeks or so. Then throws an error is difficult to read. San/java/ something never see this error in the logs. The recover "dnf remove filebot", reboot, and "dnf install filebot". Its ...