Package Details: filebot 5.1.3-3

Git Clone URL: https://aur.archlinux.org/filebot.git (read-only, click to copy)
Package Base: filebot
Description: The ultimate TV and Movie Renamer
Upstream URL: https://www.filebot.net/
Keywords: mass media rename subtitle
Licenses: Commercial
Conflicts: filebot-git, filebot47
Provides: filebot
Submitter: ndowens
Maintainer: rvasilev
Last Packager: rvasilev
Votes: 138
Popularity: 0.35
First Submitted: 2009-06-21 07:41 (UTC)
Last Updated: 2024-03-30 19:38 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Pinned Comments

mithrial commented on 2022-03-03 21:16 (UTC)

This package now verifies the downloaded package against rednoahs PGP key:

gpg --recv-keys B0976E51E5C047AD0FD051294E402EBF7C3C6A71

(The key from https://get.filebot.net/filebot/KEYS )

rvasilev commented on 2018-11-11 11:46 (UTC) (edited on 2022-03-03 22:07 (UTC) by rvasilev)

Looking for a co-maintainer.

Please report bugs & fixes https://github.com/arch-noob/filebot

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 25 Next › Last »

j1simon commented on 2016-08-02 11:01 (UTC)

@max.bra the problem, as @rednoah says, is solved by installing java-openjfx. It should be a dependency.

rednoah commented on 2016-08-02 09:11 (UTC)

FileBot has dependencies to JavaFX. On Windows/Mac this is not a problem because the default Oracle JDK includes JavaFX, but if you use OpenJDK you'll need the OpenJFX package as well.

max.bra commented on 2016-08-02 07:18 (UTC) (edited on 2016-08-03 08:40 (UTC) by max.bra)

and again: openjfx it's not and will not be a dependency. it depend on your java installation (oracle, open, etc...)

max.bra commented on 2016-08-02 07:16 (UTC)

dear j1simon, it's not always possible to debug a problem with stack trace only. can you please submit more information about your system, installed packages (java and not) and any other relevant information that can help this board? already done a similar request in gnome-gmail package board but no response... a side note: https://wiki.archlinux.org/index.php/Java#OpenJFX

j1simon commented on 2016-08-01 23:18 (UTC)

I have an error with last version: filebot Failed to initialize JavaFX java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel at net.filebot.util.ui.SwingUI.initJavaFX(SwingUI.java:423) at net.filebot.Main.main(Main.java:148) Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel ... 2 more javafx/concurrent/Task java.lang.NoClassDefFoundError: javafx/concurrent/Task at net.filebot.ui.rename.RenameAction.lambda$actionPerformed$1(RenameAction.java:99) at net.filebot.util.ui.SwingUI.withWaitCursor(SwingUI.java:289) at net.filebot.ui.rename.RenameAction.actionPerformed(RenameAction.java:78) Caused by: java.lang.ClassNotFoundException: javafx.concurrent.Task ... 3 more

<deleted-account> commented on 2016-07-19 14:00 (UTC)

@max.bro thanks that sorted it out for me, it was probably something I had done for another java app.

max.bra commented on 2016-07-17 19:57 (UTC)

hi gregf don't know why (package deps point at java-runtime>=8) you are running a java version 1.7. you need 1.8.

<deleted-account> commented on 2016-07-17 00:11 (UTC)

$ filebot Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:803) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

max.bra commented on 2016-07-14 20:38 (UTC)

hi rednoah, thanks, i was already going to do exactly the same changes again, asap, give me a couple of days

rednoah commented on 2016-07-14 15:09 (UTC) (edited on 2016-07-14 15:09 (UTC) by rednoah)

You might wanna check the custom `filebot-arch.sh` launcher. There seem to be a few issues compared to the official `filebot.sh` launcher. e.g. Setting -Duser.home is probably a bad idea. If you just want the Java Preferences to go to $HOME/.config/filebot then you can do that specifically: -Djava.util.prefs.userRoot=$HOME/.config/filebot/user-prefs -Djava.util.prefs.systemRoot=$HOME/.config/filebot/system-prefs