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.50
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 25 Next › Last »

dcelasun commented on 2018-04-01 10:03 (UTC)

Latest version seems to have this problem (and slight variations of it).

The solution is to add the following to app.properties before building:

# API
url.data: https://app.filebot.net/data
apikey.fanart.tv: BA864DEE427E384A
apikey.thetvdb: BA864DEE427E384A
apikey.themoviedb: 66308fb6e3fd850dde4c7d21df2e8306
apikey.omdb: 49d311ec
apikey.acoustid: 0B3qZnQc
apikey.anidb: filebot

All the values are from unit tests on Github.

rvasilev commented on 2018-03-31 08:12 (UTC) (edited on 2018-03-31 08:13 (UTC) by rvasilev)

@G4Zz0L1 To add to @butler360 comment you can also use jdk-9. Just install and use archlinux-java

butler360 commented on 2018-03-31 06:45 (UTC)

I had to set my JDK version to get it to compile.

sudo archlinux-java set java-10-jdk

G4Zz0L1 commented on 2018-03-31 00:30 (UTC)

I've had error on updating the package, so I've tried reinstalling it, but it gives the same error:

[javac] Compiling 395 source files to /tmp/yaourt-tmp-g4zz0l1/aur-filebot/src/filebot/build
[javac] javac: invalid target release: 9
[javac] Usage: javac <options> <source files>
[javac] use -help for a list of possible options

Do you know what I can do?

rvasilev commented on 2018-03-27 11:03 (UTC)

@rednoah, your software is awesome, but until it is opensourced it will be built for unsupported platforms like arch and all sort of other OSes.

Also arch community doesn't distribute prebuilt executable of filebot, but give instructions how to download and to build via PKGBUILD.

So, unsupported OS, built from source, no binary executable is distributed. Sounds fair?

Distributing application as paid binary or free open source (with community support) also look fair. But you are the boss.

rednoah commented on 2018-03-27 09:05 (UTC)

@max.bra The license allows an individual to customize and build FileBot for their own purposes, but disallows sharing of such builds. In the case of AUR, I recommend sticking to the FileBot 4.7.9 builds that are freely available on SourceForge. AFAIK, the old FileBot 4.7.9 release works just fine.

If there's enough support for FileBot on Linux, then I'll look into official support and builds for for Arch / AUR as well of course: https://www.patreon.com/filebot

max.bra commented on 2018-03-23 22:27 (UTC)

Hi Varakh, for next time a simply "it's not working" does not help too much. Please try to be more complete writing something relevant about your system: in the case of filebot your java "type and version" and the distribution of your Archlinux: are you on Arch "classic" or on arm?

imdn commented on 2018-03-23 14:37 (UTC) (edited on 2018-03-23 14:38 (UTC) by imdn)

@max.bra - followed your instructions & made the necessary changes to compile using Java 8. However, compilation failed with the following message.

[javac] /tmp/filebot/src/filebot/source/net/filebot/mediainfo/MediaInfo.java:12: error: cannot find symbol
[javac] import java.lang.ref.Cleaner;

Apparently the Cleaner package is available only in Java 9.

Finally, I had to install Oracle's jdk-9 from AUR to build the package successfully.

max.bra commented on 2018-03-22 22:18 (UTC) (edited on 2018-03-22 22:26 (UTC) by max.bra)

hi blubbblubb, author is setting java version 10 for this project...

download package snapshot and edit PKGBUILD for this lines:

  • depends=('java-runtime>=8' 'fontconfig' 'chromaprint')
  • sed -i -E 's/jre.version: 10/jre.version: 8/' app.properties
  • sed -i -E 's/jvm.version: 10/jvm.version: 8/' app.properties

and let me know if you get any trouble.