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.006018
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 2 3 4 5 6 7 .. 26 Next › Last »

dgnrt3 commented on 2023-12-06 12:32 (UTC)

I re-installed jre-openjdk jre17-openjdk jre11-openjdk jre8-openjdk and after that filebot installation worked again

d-air1 commented on 2023-11-25 06:25 (UTC)

Looks like the openjfx packages have been dropped from the repos. I'm guessing this is related to the java packages restructuring. Simply removing the package doesn't cause filebot to break, so I think it should be removed from the pkgbuild at this point.

JohnMaguire commented on 2023-07-29 15:31 (UTC) (edited on 2023-07-29 15:32 (UTC) by JohnMaguire)

❯ filebot
/usr/sbin/filebot: line 69: java: command not found
❯ pacman -Q | grep java
java-runtime-common 3-5
java17-openjfx 17.0.7.u2-1

Is there a missing dependency?

edit: re-installed java-runtime-common and things work now. pray for me.

vincen commented on 2022-07-17 15:00 (UTC)

Thanks but already tried (forgot to mention sorry) but no changes :( I got a look in the script too but it looks to have that key in it so don't understand why it's not working :(

mithrial commented on 2022-07-16 11:07 (UTC)

Please read the pinned comment.

vincen commented on 2022-07-16 09:44 (UTC)

Impossible to install on Manjaro due to missing key file and so can't check downloaded file :(

mithrial commented on 2022-03-04 15:23 (UTC)

It says 'Server Error', your selected keyserver doesn't respond correctly.

ESClaus commented on 2022-03-04 15:10 (UTC) (edited on 2022-03-04 15:15 (UTC) by ESClaus)

I am getting the following error when it tries to import the key. :: keys need to be imported:) B0976E51E5C047AD0FD051294E402EBF7C3C6A71 wanted by: filebot-4.9.5-2 :: import? [Y/n]: y gpg: keyserver receive failed: Server indicated a failure error: failed to run: gpg --recv-keys B0976E51E5C047AD0FD051294E402EBF7C3C6A71:

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 )

dkadioglu commented on 2021-08-26 14:28 (UTC) (edited on 2021-08-26 14:29 (UTC) by dkadioglu)

I would propose to change the PKGBUILD in the following way: change the line cp -dpr --no-preserve=ownership * "$pkgdir" to cp -dpr --no-preserve=ownership etc usr "$pkgdir"

Reason: Currently, files of the src folder are copied to the pkg folder during makepkg, which should not be in the package. These files are copied to / during package installation.