Search found 24584 matches

by rednoah
Yesterday, 04:20
Forum: Scripting and Automation
Topic: filebot:watcher and post-processing
Replies: 1
Views: 174

Re: filebot:watcher and post-processing

:idea: You can pass in custom post-processing scripts like so:
--apply /path/to/apply.groovy
See [DOCS] Custom Post-Processing Scripts › Add Post-Processing Scripts via the --apply option from Terminal for details.


:arrow: Here's a command-line example to get you started:

docker run --rm ...
by rednoah
28 Jun 2026, 17:48
Forum: Windows
Topic: Display/Remove Close Captions
Replies: 5
Views: 762

Re: Display/Remove Close Captions

:idea: You can click on the Copy to Clipboard button and then paste the content via CTRL+V here in the forums.

window.icon16 Open FileBot ➔ action.format Edit Format ➔ action.variables Change Sample ➔ action.load Select Media File ➔ action.properties Open MediaInfo ➔ Copy to Clipboard

https://i ...
by rednoah
28 Jun 2026, 04:44
Forum: Windows
Topic: Display/Remove Close Captions
Replies: 5
Views: 762

Re: Display/Remove Close Captions

:?: Can you share the MediaInfo table for one of these files you want to tag with CC2 ?


:idea: In general, you can do something like this to check the number of subtitle tracks and then add a CC2 / CC3 / CC4 / etc marker accordingly:
{
def cc = text.size()
if (cc >= 2) return " [CC$cc]"
}
by rednoah
25 Jun 2026, 06:10
Forum: Feature Requests and Bug Reports
Topic: Can't see New Preset or delete any presets
Replies: 5
Views: 1495

Re: Can't see New Preset or delete any presets

I see. A 1920x1080 at 150% would be equivalent to 1280x720 and we don't really test and optimize for that screen size. I'll add that to our tests and see what we can do though.



UPDATE
FileBot r11026 and higher will allow you to use the mouse wheel to scroll off-screen menu items into view. We ...
by rednoah
24 Jun 2026, 12:13
Forum: Feature Requests and Bug Reports
Topic: Filebot Fails to rename series.
Replies: 5
Views: 1725

Re: Filebot Fails to rename series.

I guess you could try using your mobile as hotspot or a different WiFi from a different place? Just for testing.

It’s almost certainly an issue between you and the target server (API server; different from the website server) so at this point you could only try lots of different tests to narrow ...
by rednoah
24 Jun 2026, 03:01
Forum: Feature Requests and Bug Reports
Topic: Can't see New Preset or delete any presets
Replies: 5
Views: 1495

Re: Can't see New Preset or delete any presets

:?: What’s your screen resolution? I tried on Windows with 200% on a standard 4K monitor and was able to fit 20+ custom presets in addition to the built-in presets. Maybe you have a screen height that is less than 1080 pixels? Maybe a small laptop?

:idea: Built-in presets cannot be deleted as they ...
by rednoah
23 Jun 2026, 12:38
Forum: Feature Requests and Bug Reports
Topic: Can't see New Preset or delete any presets
Replies: 5
Views: 1495

Re: Can't see New Preset or delete any presets

1.
Yep, looks like you have too many Presets for your screen.


:?: Which screen size / screen resolution / scale factor are you using? If you're using a high scale factor then you could temporarily use a smaller scale factor to allow for more things on screen at once.

:?: Is it a screen size ...
by rednoah
22 Jun 2026, 12:49
Forum: Feature Requests and Bug Reports
Topic: Filebot Fails to rename series.
Replies: 5
Views: 1725

Re: Filebot Fails to rename series.

Getting the same issue for multiple different servers would definitely be a bit strange, unless it's something CloudFlare related that happens to be used by both TMDB and TVDB. In any case, Connection reset by peer means that the remote end of the network connection closed the connection ...
by rednoah
20 Jun 2026, 12:23
Forum: Ubuntu & Desktop Linux
Topic: Name matching issue
Replies: 1
Views: 1243

Re: Name matching issue

Here's what I get:
Screenshot


:?: Which version of FileBot are you using? What does System Information say?

:?: Which database are you using? Are you using a custom preset or a custom format that might explain the different behaviour you get?
by rednoah
19 Jun 2026, 03:19
Forum: macOS
Topic: Support ending for Intel-Based apps
Replies: 1
Views: 1222

Re: Support ending for Intel-Based apps

Don't worry about it. You can safely ignore that message. It's just about Apple removing Rosetta 2 from a future versions of macOS. "a future release of macOS" notably refers to late 2027 at the earliest and not this year. See Q: When will FileBot publish arm64 binaries on the Mac App Store? for ...
by rednoah
18 Jun 2026, 13:32
Forum: Feature Requests and Bug Reports
Topic: Filebot Fails to rename series.
Replies: 5
Views: 1725

Re: Filebot Fails to rename series.

Sounds like a generic network error...

:?: Are you using a VPN?

:?: Which database are you using? Have you tried using a different database?

:?: What does the Error Log say?
by rednoah
17 Jun 2026, 10:05
Forum: Windows
Topic: Can't Find My License
Replies: 1
Views: 1306

Re: Can't Find My License

:idea: The email address you have used to register here in the forums is not associated with a license purchase. If you don't know neither your email address nor your license number, then you will need to check with Paddle (our payment provider) to lookup your license number / license key via your ...
by rednoah
17 Jun 2026, 04:12
Forum: unRAID & docker
Topic: [FAQ] How do I activate my license in the FileBot Desktop WebUI? (filebot-xpra)
Replies: 0
Views: 1662

[FAQ] How do I activate my license in the FileBot Desktop WebUI? (filebot-xpra)


Please help me activate my FileBot license in Docker. Copying and pasting into the WebUI doesn't work. I really don't want to have to use the command-line for this.


:idea: The Paste License Key option requires access to your system clipboard. If the clipboard does not work, then you may need ...
by rednoah
17 Jun 2026, 03:29
Forum: Episode / Movie Naming Scheme
Topic: Naming Harry Potter And The Sorcerers Stone?
Replies: 1
Views: 1604

Re: Naming Harry Potter And The Sorcerers Stone?

:idea: Harry Potter and the Philosopher's Stone is the official English movie name according to the database, so that's the value the {n} binding will give you.


:arrow: You could use Edit Name to manually rewrite the target file name if you don't like the name in the database.

https://i.imgur ...
by rednoah
14 Jun 2026, 13:27
Forum: Feature Requests and Bug Reports
Topic: Open-With Filebot Functionality No Longer Working in v5.2.3 MacOS arm64
Replies: 1
Views: 1717

Re: Open-With Filebot Functionality No Longer Working in v5.2.3 MacOS arm64

:?: Did that ever work? Which version?


:idea: Open with FileBot works on Windows and Linux because the selected files are passed as argument array into the startup function. However, macOS doesn't pass selected files as argument array, so that's why it doesn't work when first launching FileBot ...
by rednoah
13 Jun 2026, 03:48
Forum: macOS
Topic: [arm64] Apple Silicon Roadmap
Replies: 17
Views: 28879

Re: [arm64] Apple Silicon Roadmap

At a glance, probably not a Rosetta / Intel / ARM issue at all. Probably something else. Probably not something that an ARM version would fix. Though I cannot reproduce the issue on my M1 MacBook with macOS 26.5 here. Can you provide more information so we can investigate and fix this bug ...
by rednoah
13 Jun 2026, 03:34
Forum: Windows
Topic: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)
Replies: 2
Views: 27336

Re: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)

The context menu uses your Presets . You can create / modify your Presets into the FileBot Desktop application to suit your needs. Specifically, you'll want to use a custom format and not {plex.id} which is the default format and adds {tmdb-12345} markers to the movie folder name.

After that you'll ...
by rednoah
12 Jun 2026, 04:54
Forum: Ubuntu & Desktop Linux
Topic: %post CDS dump (-Xshare:dump) crashes with SIGABRT under rpm-ostree — blocks updates on atomic Fedora (Bazzite/Silverblu
Replies: 3
Views: 2649

Re: %post CDS dump (-Xshare:dump) crashes with SIGABRT under rpm-ostree — blocks updates on atomic Fedora (Bazzite/Silve

Cheers! In the meanwhile, we have added a || true to that %post line to ensure a positive exit code even if CDS archive generation fails. The next public release / RPM is many months away though.
by rednoah
10 Jun 2026, 07:25
Forum: macOS
Topic: lost my license when filebot upgraded
Replies: 7
Views: 61503

Re: lost my license when filebot upgraded


10.15.8 catalina, I don't want to upgrade. When Filebot went to its newest upgrade it just made it so it tries to boot up, bounces a few times and never opens. So I rolled back to an older version to get it back working and when I uninstalled I lost my license key.

FileBot 5.2.3 should restore ...
by rednoah
10 Jun 2026, 03:53
Forum: macOS
Topic: [arm64] Apple Silicon Roadmap
Replies: 17
Views: 28879

Re: [arm64] Apple Silicon Roadmap

Q: When will FileBot publish arm64 binaries on the Mac App Store? explains the issue in detail. Please read that first and then point out specific aspects you would like to discuss or find dumb.

We are saying "Apple currently prevents us from uploading a correct version for future versions of ...
by rednoah
10 Jun 2026, 03:20
Forum: Ubuntu & Desktop Linux
Topic: %post CDS dump (-Xshare:dump) crashes with SIGABRT under rpm-ostree — blocks updates on atomic Fedora (Bazzite/Silverblu
Replies: 3
Views: 2649

Re: %post CDS dump (-Xshare:dump) crashes with SIGABRT under rpm-ostree — blocks updates on atomic Fedora (Bazzite/Silve

The RPM install and post process is typically running as root so writing to /usr/share/filebot is not usually a problem. At this point, the [RPM] Fedora package is used by dnf and zypper. We have never tested with rpm-ostree but could look into it that is what is commonly used nowadays.
by rednoah
08 Jun 2026, 02:51
Forum: Help and Support
Topic: Lost License Key
Replies: 1
Views: 2204

Re: Lost License Key

FileBot License PX34215387 has been re-sent to your registered email address.
by rednoah
07 Jun 2026, 05:42
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 10
Views: 70380

Re: Generate thumbnails for video files on Synology NAS

iconoclast wrote: 06 Jun 2026, 02:46 It actually worked! I can't believe it was that simple.
Spread the word! Feel free to help others and write a tutorial in your own words.
by rednoah
04 Jun 2026, 04:03
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 10
Views: 70380

Re: Generate thumbnails for video files on Synology NAS

:idea: SHARE='/volume1/Media' indeed refers to the input file path. You can use Right-Click ➔ Properties in File Station and then copy & paste the file path of the selected folder from the Location text field.

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


:idea: If you want to generate thumbnails for ...
by rednoah
01 Jun 2026, 02:23
Forum: Synology NAS & Embedded Linux
Topic: Generate thumbnails for video files on Synology NAS
Replies: 10
Views: 70380

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 ...