Search found 24560 matches

by rednoah
01 Jun 2026, 02:23
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 6
Views: 63333

Re: Generate thumbnails for video files on Synology NAS


Thank you for taking the time to assist me. Your responses make sense and are helpful. I would like to ask though because I'm a little confused. I've read other places that I"m supposed to install FileBot, Java Installer, FFMPEG, JSnode. Is this not the case? Those packages are not needed to ...
by rednoah
31 May 2026, 04:01
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 6
Views: 63333

Re: Generate thumbnails for video files on Synology NAS


So are you saying that I can run this functionality using task scheduler alone?

Yes. Open Task Manager . Create Task. Paste Shell Script as shown in the screenshots above. Maybe modify the first line. That's it.

https://i.imgur.com/BiGfSNR.png https://i.imgur.com/qT8fdWc.png


:idea: You can ...
by rednoah
30 May 2026, 14:51
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 6
Views: 63333

Re: Generate thumbnails for video files on Synology NAS


I see the scripts that have been recommend to be added to facilitate thumbnails but I don't know where or how to put them. Can someone please walk me through the next steps?

You can use Task Scheduler to create and run scripts:

https://i.imgur.com/BiGfSNR.png https://i.imgur.com/qT8fdWc.png ...
by rednoah
30 May 2026, 07:07
Forum: Scripting and Automation
Topic: Post Rename Reference
Replies: 2
Views: 583

Re: Post Rename Reference

The -exec custom post-process commands manual is a good way to get started with custom post-process commands.


e.g.
-exec /path/to/script.sh {f} {historic.f} {json}
{f} is the new file path
{historic.f} is the previous file path
{json} is the xattr metadata


:idea: "ut_title=%N" is notably ...
by rednoah
29 May 2026, 12:04
Forum: macOS
Topic: [arm64] Apple Silicon Roadmap
Replies: 13
Views: 24007

Re: [arm64] Apple Silicon Roadmap

MAS purchases don’t have a standalone universe license number. See post above.

The MAS edition will notably not be discontinued. The message you see is misleading. It’s a generic message by Apple, not us, and not specifically about FileBot. We will switch the MAS edition to ARM64-only if and when ...
by rednoah
27 May 2026, 07:56
Forum: Feature Requests and Bug Reports
Topic: Presets are gone
Replies: 7
Views: 6987

Re: Presets are gone

:idea: This post is primarily about the Windows version of FileBot.


:arrow: If you're using the macOS version of FileBot, then you can export / import settings like so: Backup and Restore Settings

https://i.imgur.com/fhvfMMi.png


:arrow: On a more technical level, if you're must restore ...
by rednoah
26 May 2026, 05:54
Forum: macOS
Topic: [arm64] Apple Silicon Roadmap
Replies: 13
Views: 24007

Re: [arm64] Apple Silicon Roadmap

I kept getting the "Intel Support Ending" message so I went on the Mac app Store to find the ARM version.
The MAS only has the intel version available to me.

I downloaded the ARM version from your website and exported the settings from intel and restored to the arm version. My presets were ...
by rednoah
23 May 2026, 06:39
Forum: macOS
Topic: Universal binary for macOS 28
Replies: 4
Views: 3345

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 ...
by rednoah
19 May 2026, 10:50
Forum: Feature Requests and Bug Reports
Topic: remove duplicates from {tags}
Replies: 4
Views: 2588

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.
by rednoah
18 May 2026, 16:58
Forum: Feature Requests and Bug Reports
Topic: remove duplicates from {tags}
Replies: 4
Views: 2588

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 ...
by rednoah
12 May 2026, 09:12
Forum: Help and Support
Topic: Way to change default GUI to copy instead of rename?
Replies: 3
Views: 2446

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 ...
by rednoah
11 May 2026, 03:35
Forum: Help and Support
Topic: Way to change default GUI to copy instead of rename?
Replies: 3
Views: 2446

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.
by rednoah
10 May 2026, 14:25
Forum: Help and Support
Topic: FileBot 5.2.1 matching incorrectly
Replies: 8
Views: 6402

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.
by rednoah
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: 2297

[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 ...
by rednoah
10 May 2026, 02:34
Forum: Help and Support
Topic: FileBot 5.2.1 matching incorrectly
Replies: 8
Views: 6402

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 ...
by rednoah
10 May 2026, 02:12
Forum: Feature Requests and Bug Reports
Topic: Simple request (if possible). episode.imdb = IMDb tt#
Replies: 5
Views: 2776

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 ...
by rednoah
09 May 2026, 16:30
Forum: Feature Requests and Bug Reports
Topic: Simple request (if possible). episode.imdb = IMDb tt#
Replies: 5
Views: 2776

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.
by rednoah
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: 3001

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 ...
by rednoah
09 May 2026, 13:05
Forum: Help and Support
Topic: FileBot 5.2.1 matching incorrectly
Replies: 8
Views: 6402

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 ...
by rednoah
09 May 2026, 13:01
Forum: Feature Requests and Bug Reports
Topic: Simple request (if possible). episode.imdb = IMDb tt#
Replies: 5
Views: 2776

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 ...
by rednoah
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: 3001

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 ...
by rednoah
06 May 2026, 16:37
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 48
Views: 299403

Re: Source Media {vs} and {source}

CORE.WEB-DL has been added.
by rednoah
06 May 2026, 14:45
Forum: Windows
Topic: Subtitles not working
Replies: 3
Views: 2115

Re: Subtitles not working

What did the error say? Might be helpful for the next guy.
by rednoah
06 May 2026, 09:49
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 748
Views: 3116221

Re: Release Groups {group}

All of the above have been added to the list now.