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.021703
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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 26 Next › Last »

<deleted-account> commented on 2017-06-07 10:14 (UTC)

The problem is still happening even after your update, and what is strange is that I did some tests and the file that is being downloaded has different versions (md5 values) when I download it each time. And even after matching the correct md5 value I got another error saying that the file: FileBot.jar was not found on the "Install" section of the PKGBUILD file.

max.bra commented on 2017-06-07 07:59 (UTC)

hi chmercesmoreira, thanks for reporting. done.

<deleted-account> commented on 2017-06-07 04:38 (UTC)

There is a fail on the md5 test for the file FileBot_4.7.9-portable.tar.xz, could you fix this please?

max.bra commented on 2017-05-26 13:24 (UTC)

hi juanrodgil, thanks for reporting. just tested here with no problem... are you using an AUR helper? can you try to download the snapshot of this package (https://aur.archlinux.org/cgit/aur.git/snapshot/filebot.tar.gz), uncompress it and do a simple 'makepkg'?

juanrodgil commented on 2017-05-26 09:44 (UTC)

Hi, It fail building by not found this file: 'jna-4.3.0/lib/native/libjnidispatch.so'

max.bra commented on 2017-04-04 06:48 (UTC) (edited on 2017-04-04 06:48 (UTC) by max.bra)

hi fryfrog, openjfx is not optional, it is mandatory but only on openjdk

fryfrog commented on 2017-04-04 01:32 (UTC)

(1/1) upgrading filebot [##########################################################################] 100% ==> if you use OpenJDK as Java VM you must also install OpenJFX ==> https://wiki.archlinux.org/index.php/Java#OpenJFX Maybe openjfx should be an opt depend?

max.bra commented on 2017-01-17 16:54 (UTC) (edited on 2017-01-17 16:57 (UTC) by max.bra)

@rednoah Thanks for the clarification. Not being a JNA specialist and not reading the internal manifest files, i was not aware of these differences about internal versions. Episode 3 Non hacky way but greater donwload size. Native code is now from official JNA release. Ready for the upcoming versions FB 4.7.8 - JNA 4.3.0.

rednoah commented on 2017-01-17 10:26 (UTC) (edited on 2017-01-17 10:29 (UTC) by rednoah)

FileBot bundles the JNA class files, but not the JNA native code. FileBot 4.7.7 bundles JNA 4.2.2 which uses jnidispatch 4.0.1 FileBot 4.7.8 (alpha) bundles JNA 4.3.0 which uses jnidispatch 5.1.0 I've only tested this on my Mac, so it might actually be different from the less common / less maintained architectures. All the native libraries that are usually in the jna.jar are also in the git repo: https://github.com/filebot/filebot/tree/master/lib/native You will find older versions of all the libraries in the git history: https://github.com/filebot/filebot/commits/master/lib/native

apodim commented on 2017-01-13 23:33 (UTC)

@max.bra Just tested latest build. Sysinfo appears fine: FileBot 4.7.7 (r4678) JNA Native: 4.0.1 A run also completes successfully, same as with earlier versions. Again thanks for your efforts!