Package Details: filebot 5.1.7-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.000426
First Submitted: 2009-06-21 07:41 (UTC)
Last Updated: 2025-03-07 17:00 (UTC)

Dependencies (6)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

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

amwalters commented on 2019-07-29 22:47 (UTC)

This does not build on armv7h because it cant find the armv7h directory looking for libjnidispatch. I had to change it manually to pull from armv7l. I'm not good enough with batch to figure out where the problem is, though it looks like its in the line: [[ $CARCH == "armv7h" ]] && _intarch=armv7l

Also openjfx is not a requirement if there is not GUI, and is a huge install on headless systems. It should be optional, or maybe there should just be a filebot-cli package without the jfx dependency.

tbw commented on 2019-05-11 09:25 (UTC)

Same validity check error here.

Line 36 in PKGBUILD, md5sum should be '91827d5a16358316c475e58ee86b552e' and not '67567ae0fd2ab5b18fea3442362ac7f4'

Nukesor commented on 2019-04-16 23:22 (UTC)

I'm getting a validity check error during install:

==> Retrieving sources... -> Found FileBot_4.8.5-aur.tar.xz -> Found filebot-arch.sh ==> Validating source files with md5sums... FileBot_4.8.5-aur.tar.xz ... FAILED filebot-arch.sh ... Passed ==> ERROR: One or more files did not pass the validity check! Error downloading sources: filebot

rvasilev commented on 2018-12-11 14:51 (UTC)

4.8.5 beta published

Buddlespit commented on 2018-12-08 16:19 (UTC)

Who decided that the beta makes this version 'out-of-date'?

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

benjarobin commented on 2018-11-10 15:21 (UTC) (edited on 2018-11-10 15:35 (UTC) by benjarobin)

In order to build it, without installing jdk AUR package:

  • Remove jdk make depend

  • Optionally replace in depends(): 'java-runtime>=8' by: 'java-openjfx' 'jre8-openjdk'

  • Install java-8-openjdk and java-openjfx

  • Set Java 8 as default java environment : archlinux-java set java-8-openjdk

  • Patch /usr/bin/filebot : Replace java by /usr/lib/jvm/java-8-openjdk/bin/java

  • Restore the previous java environment using archlinux-java...

apodim commented on 2018-10-14 17:21 (UTC) (edited on 2018-10-21 21:02 (UTC) by apodim)

Hi,

Not sure that this is directly related to this PKGBUILD but even though it now also supports java-runtime 8 and above, when I try to build this package pacaur still lists jdk (11.2) as dependency and then tries to build it first which of course fails, since this is an arm device, and thus fails to build filebot as well.

I checked the PKGBUILD but I couldn't find anything wrong with it. Does anybody have any idea?

EDIT: It seems that

makedepends=('ant' 'ivy' 'jdk>=8')

invokes building of jdk 11. If you click on the relevant link in the dependencies above (jdk>=8 (make)) that's where it links. Is this supposed to happen?