Package Details: filebot 5.1.6-1

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: mithrial
Last Packager: mithrial
Votes: 138
Popularity: 0.001088
First Submitted: 2009-06-21 07:41 (UTC)
Last Updated: 2025-02-02 13:43 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 26 Next › Last »

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.

grasp commented on 2020-10-07 12:19 (UTC) (edited on 2020-10-07 12:54 (UTC) by grasp)

@Buddlespit mentioned that you needed to remove >=11, for me atleast you needed to remove that and then add -bin to the end so the line should look something like 'liberica-jre-11-full-bin'.

If you're having issues displaying filebot it's probably due to your window manager/dwm. Add these lines to your ~/.xinitrc above your exec

export _JAVA_AWT_WM_NONREPARENTING=1 export AWT_TOOLKIT=MToolkit wmname compiz

(P.S I'm not sure if you need them all, I added them to make sure it worked on reboot.)

Source: https://wiki.archlinux.org/index.php/Dwm#Fixing_misbehaving_Java_applications https://wiki.archlinux.org/index.php/Java#Gray_window,_applications_not_resizing_with_WM,_menus_immediately_closing

Buddlespit commented on 2020-10-07 10:32 (UTC)

@G4Zz0L1, It's looking for 'liberica-jre-11-full>=11'. You have to edit the pkgbuild to get rid of the '>=11'.

G4Zz0L1 commented on 2020-10-07 00:09 (UTC)

The newest addition liberica-jre-11-full is missing on AUR. We either have liberica-jre-11-bin or liberica-jre-11-full-bin. I think the PKGBUILD should include the second.

Buddlespit commented on 2020-10-06 21:18 (UTC) (edited on 2020-10-06 21:24 (UTC) by Buddlespit)

Disregard

nakinney commented on 2020-06-27 21:07 (UTC)

Don't know if this is a bug related to Manjaro with KDE desktop, but the context menus are don't show anything. They are long as though there are items there, but can't be seen. Wish I could get this working. Till then, I guess it's old reliable Windows to the rescue.

rvasilev commented on 2019-10-25 14:06 (UTC)

@GreenRaccoon23 fixed

GreenRaccoon23 commented on 2019-10-25 00:46 (UTC)

In the PKGBUILD, line 17 should be removed. It is this line:

install=()

In filebot.install, line 5 is missing the closing quotes:

echo -e "\e[1;33m==>\e[0m \e[1;31mfilebot --license license.file\e[0m will activate your license.file

It should be:

echo -e "\e[1;33m==>\e[0m \e[1;31mfilebot --license license.file\e[0m will activate your license.file"