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

NYG140 commented on 2018-04-11 19:59 (UTC)

Is anyone having trouble with the API Key for fanart.tv? Everytime I run a sort every file errors with:

Server returned HTTP response code: 401 for URL: https://webservice.fanart.tv/v3/movies/121856?api_key=BA864DEE427E384A

401 being "API key is invalid or disabled"

I've tried rebuilding Filebot with a personal API key as well as the default but it just seems like Fanarts whole API key system is down. So just going to have to wait it out. Would be great if someone could confirm that they are having the same issue.

max.bra commented on 2018-04-06 15:15 (UTC)

Anyone in the house with time and desire to generate some "AUR apikeys"?

rvasilev commented on 2018-04-02 17:22 (UTC)

@max.bra, may be you'll push pkgbuild to github so we could PR to it?

rednoah commented on 2018-04-02 03:52 (UTC)

@rvasilev That's fine, especially since I can't support ARCH anyway. I'd appreciate it, if you could use your own API keys though.

Please make sure that -Dapplication.deployment=AUR is set, so I can easily filter out AUR users in the official support forums, because I'd like to be able to focus my support on paying customers when there's not enough time to reply to everyone.

If you could pin the FileBot for Linux Patreon page here on this thread, that would be much appreciated as well: https://www.patreon.com/filebot

max.bra commented on 2018-04-01 10:50 (UTC)

Thanks a lot to all. I will package all ASAP after Easter Hollidays.

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?