Search found 24553 matches
- 23 May 2026, 08:02
- Forum: Feature Requests and Bug Reports
- Topic: TMDb matching has been a bit strange lately
- Replies: 1
- Views: 146
Re: TMDb matching has been a bit strange lately
- 23 May 2026, 06:39
- Forum: macOS
- Topic: Universal binary for macOS 28
- Replies: 4
- Views: 1971
Re: Universal binary for macOS 28
If one is running the Mac App Store Intel version is there any way to transfer that license to the arm64 version or are we all waiting for Apple to tell you to drop x64?
We're waiting for Apple to allow developers to drop x64 support in favour of arm64 support. See [arm64] Apple Silicon Roadmap ...
- 19 May 2026, 10:50
- Forum: Feature Requests and Bug Reports
- Topic: remove duplicates from {tags}
- Replies: 4
- Views: 650
Re: remove duplicates from {tags}
FileBot r10975 fixes this issue internally as well so the custom code workaround above will no longer be necessary with upcoming releases.
- 18 May 2026, 16:58
- Forum: Feature Requests and Bug Reports
- Topic: remove duplicates from {tags}
- Replies: 4
- Views: 650
Re: remove duplicates from {tags}
:idea: {tags} does all of the above by default, except evidently not for Imax / IMAX which seems to be a corner case where default normalisation is not applied which then makes deduplication not work.
:arrow: You can fix the issue via your custom format code like so:
{ tags.unique{ it.upper ...
:arrow: You can fix the issue via your custom format code like so:
{ tags.unique{ it.upper ...
- 12 May 2026, 09:12
- Forum: Help and Support
- Topic: Way to change default GUI to copy instead of rename?
- Replies: 3
- Views: 830
Re: Way to change default GUI to copy instead of rename?
Is there a way to have a preset pre-chosen at launch?
Well, you'd still have to load in files, though that can be pre-configured via Presets . I guess you have to set up a Presets and use "1" as keyboard shortcut. Then you just need to press "1" every time you launch FileBot to load and process ...
- 11 May 2026, 03:35
- Forum: Help and Support
- Topic: Way to change default GUI to copy instead of rename?
- Replies: 3
- Views: 830
Re: Way to change default GUI to copy instead of rename?
You can create a Presets for your preferred use case. That way you can switch rename action / format / language / order / etc with a single keyboard shortcut.
- 10 May 2026, 14:25
- Forum: Help and Support
- Topic: FileBot 5.2.1 matching incorrectly
- Replies: 8
- Views: 4380
Re: FileBot 5.2.1 matching incorrectly
If you mean xattr metadata then you can check that easily via Filter tool. You can also use the Set Attributes menu item which is only there if the file at hand as xattr metadata.
- 10 May 2026, 12:34
- Forum: Anything and Everything else
- Topic: [FAQ] How do I verify the integrity of the FileBot installer?
- Replies: 0
- Views: 743
[FAQ] How do I verify the integrity of the FileBot installer?
You can verify the integrity of a FileBot package by checking the SHA-256 checksum. If you compute the checksum of the file at hand, and then compare it to the known checksum published on our public GitHub repository, then you can be sure that the file you have is exactly byte-for-byte the file ...
- 10 May 2026, 02:34
- Forum: Help and Support
- Topic: FileBot 5.2.1 matching incorrectly
- Replies: 8
- Views: 4380
Re: FileBot 5.2.1 matching incorrectly
:idea: Nope, that file path by itself works just fine:
$ filebot -rename -r "Superman Collection" --db TheMovieDB --output .
[MOVE] from [Superman Collection/1978 Superman 188/Superman (1978).BLURAY.1080p.FHD.HEVC.10bit.DTS-d3g.[68AC17A3].mkv] to [Superman (1978).mkv]
:arrow: You can create a ...
$ filebot -rename -r "Superman Collection" --db TheMovieDB --output .
[MOVE] from [Superman Collection/1978 Superman 188/Superman (1978).BLURAY.1080p.FHD.HEVC.10bit.DTS-d3g.[68AC17A3].mkv] to [Superman (1978).mkv]
:arrow: You can create a ...
- 10 May 2026, 02:12
- Forum: Feature Requests and Bug Reports
- Topic: Simple request (if possible). episode.imdb = IMDb tt#
- Replies: 5
- Views: 769
Re: Simple request (if possible). episode.imdb = IMDb tt#
You could use {tmdb-95057} S01E01 as ID for such purposes. That'd be better at identifying the episode and more human-readable compared to tt11608512 . The numeric TMDB Episode ID is available but again not all that useful, since TMDB itself doesn't even use the Episode ID for lookup purposes ...
- 09 May 2026, 16:30
- Forum: Feature Requests and Bug Reports
- Topic: Simple request (if possible). episode.imdb = IMDb tt#
- Replies: 5
- Views: 769
Re: Simple request (if possible). episode.imdb = IMDb tt#
Well, the problem with IMDB IDs is that they're a bit useless because IMDB in general is a bit useless, for programs anyway. You'll want TMDB / TVDB IDs because that's where we have APIs that can use those IDs to retrieve episode information.
- 09 May 2026, 13:25
- Forum: Windows
- Topic: Filebot takes a lot of time at fetching artwork and, do not fetch all artwork
- Replies: 5
- Views: 873
Re: Filebot takes a lot of time at fetching artwork and, do not fetch all artwork
It's very possible that the server can detect / guess if a human-operated browser is making the request or a robot, and then apply different rate-limiting / anti-abuse measures. The issue could also be completely unrelated. Your browser may also be using a different DNS service, thus connecting to a ...
- 09 May 2026, 13:05
- Forum: Help and Support
- Topic: FileBot 5.2.1 matching incorrectly
- Replies: 8
- Views: 4380
Re: FileBot 5.2.1 matching incorrectly
:?: Can you paste the file name? (see Export Original Files / New Names as TSV )
:idea: Looks good to me:
$ filebot -rename Superman.1978.mkv
[MOVE] from [Superman.1978.mkv] to [Superman (1978).mkv]
:idea: If FileBot is adamant about immediately matching the completely wrong movie, then ...
:idea: Looks good to me:
$ filebot -rename Superman.1978.mkv
[MOVE] from [Superman.1978.mkv] to [Superman (1978).mkv]
:idea: If FileBot is adamant about immediately matching the completely wrong movie, then ...
- 09 May 2026, 13:01
- Forum: Feature Requests and Bug Reports
- Topic: Simple request (if possible). episode.imdb = IMDb tt#
- Replies: 5
- Views: 769
Re: Simple request (if possible). episode.imdb = IMDb tt#
FileBot generally only used series TMDB ID / IMDB ID. We generally don't support episode-level IMDB. I'm pretty sure that TMDB does not maintain IMDB IDs for episodes. The best I can give you is {episode.id} which will give you the numeric episode ID for your selected database. I would not use that ...
- 09 May 2026, 03:32
- Forum: Windows
- Topic: Filebot takes a lot of time at fetching artwork and, do not fetch all artwork
- Replies: 5
- Views: 873
Re: Filebot takes a lot of time at fetching artwork and, do not fetch all artwork
:idea: ConnectException is a fundamental network connection error unrelated to any specific version of FileBot, nor FileBot specifically, and simply means that the remote server does not accept connections at this time, for some reason, due to being down, due to your IP being blocked, impossible to ...
- 06 May 2026, 16:37
- Forum: Episode / Movie Naming Scheme
- Topic: Source Media {vs} and {source}
- Replies: 48
- Views: 291506
Re: Source Media {vs} and {source}
CORE.WEB-DL has been added.
- 06 May 2026, 14:45
- Forum: Windows
- Topic: Subtitles not working
- Replies: 3
- Views: 592
Re: Subtitles not working
What did the error say? Might be helpful for the next guy.
- 06 May 2026, 09:49
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 748
- Views: 3062710
Re: Release Groups {group}
All of the above have been added to the list now.
- 06 May 2026, 06:13
- Forum: Windows
- Topic: Subtitles not working
- Replies: 3
- Views: 592
Re: Subtitles not working
- 06 May 2026, 06:11
- Forum: Feature Requests and Bug Reports
- Topic: Slow Artwork Lookup
- Replies: 2
- Views: 452
Re: Slow Artwork Lookup
:?: What does the log say?
:?: What does the progress indicator / status say?
:idea: If there's a network issue, then FileBot might retry multiple times, perhaps for up to 10-20 seconds for each request. I suppose FileBot will do this for each requested artwork, failing and retrying requests ...
:?: What does the progress indicator / status say?
:idea: If there's a network issue, then FileBot might retry multiple times, perhaps for up to 10-20 seconds for each request. I suppose FileBot will do this for each requested artwork, failing and retrying requests ...
- 06 May 2026, 06:08
- Forum: Help and Support
- Topic: Lost License Key
- Replies: 1
- Views: 427
Re: Lost License Key
The only currently active license key associated with the email address you have used here in the forums is P79989290, a 1-year license newly purchased today.
- 04 May 2026, 09:23
- Forum: Scripting and Automation
- Topic: Look who's back, back again... Match array entry based on minimum runtime?
- Replies: 4
- Views: 844
Re: Look who's back, back again... Match array entry based on minimum runtime?
You'll probably want to compare the numerical values:
If you compare string values, then "9" is greater than "10", which is probably not what we want here.
Groovy: Select all
minutes >= (k as int)- 03 May 2026, 12:48
- Forum: Feature Requests and Bug Reports
- Topic: My Hero Academia: Vigilantes
- Replies: 4
- Views: 2359
Re: My Hero Academia: Vigilantes
:idea: FileBot itself may not be aware of the implementation details of the underlying network connection (OSI Layer 1-6) because that is all happening on OS and JRE runtime layer, and so FileBot doesn't actually know what's going on, and can only forward the error message / error code it gets from ...
- 03 May 2026, 12:32
- Forum: Scripting and Automation
- Topic: Look who's back, back again... Match array entry based on minimum runtime?
- Replies: 4
- Views: 844
Re: Look who's back, back again... Match array entry based on minimum runtime?
Try this:
Format: Select all
{
def runtimes = [
188 : "Extended",
151 : "Special",
20 : '20min',
0 : '0min'
]
return runtimes.findResult{ k, v -> minutes >= k ? v : null }
}- 03 May 2026, 12:03
- Forum: Windows
- Topic: Constant issues with matching (with AniDB)
- Replies: 1
- Views: 542
Re: Constant issues with matching (with AniDB)
I cannot fundamentally reproduce the issue. I made a up an example file name and it works just fine here:
$ filebot -rename *.mkv --db AniDB
Rename episodes using [AniDB] with [Absolute Order]
Lookup via [Cowboy Bebop] [Cowboy Bebop]
Fetching episode data for [Cowboy Bebop]
* Cowboy Bebop [23] | 26 ...
$ filebot -rename *.mkv --db AniDB
Rename episodes using [AniDB] with [Absolute Order]
Lookup via [Cowboy Bebop] [Cowboy Bebop]
Fetching episode data for [Cowboy Bebop]
* Cowboy Bebop [23] | 26 ...