Search found 24111 matches

by rednoah
Yesterday, 13:54
Forum: Announcements and Releases
Topic: FileBot 5.0
Replies: 2
Views: 79626

FileBot 5.2

FileBot 5.2.0 • Support for matching or re-matching selected items • Improved movie / episode auto-detection • Improved {runtime} binding to provide episode-specific runtime information • Improved {db} binding to support mapping from TheTVDB to TheMovieDB and vice versa • Improved {anime} heuristi ...
by rednoah
31 Aug 2025, 11:46
Forum: Scripting and Automation
Topic: Forced Subtitles Help
Replies: 6
Views: 616

Re: Forced Subtitles Help

Currently, the format used to rename my files is as follows: {n} - {sxe} - {t} How do i change that to automatically link the forced subtitle. :?: What does "link" mean exactly? The format above will rename files and thus produce "linked" subtitles like so: The Night Agent - S02E02 - Disconnected ...
by rednoah
31 Aug 2025, 11:44
Forum: Scripting and Automation
Topic: Forced Subtitles Help
Replies: 6
Views: 616

Re: Forced Subtitles Help

:idea: The easy solution would be to just drop the "forced subtitles" requirement. Might be as easy as enabling the Fetch subtitle files feature. :idea: If you were use the Subtitle feature then you could just drop your files and then select the subtitle files you want manually, only the -forced ...
by rednoah
31 Aug 2025, 11:12
Forum: Scripting and Automation
Topic: Forced Subtitles Help
Replies: 6
Views: 616

Re: Forced Subtitles Help

:idea: A video file and a set of subtitle files are considered "linked" if the have the same base name: Avatar.mkv Avatar.eng.srt Avatar.eng.forced.srt ** Avatar.eng.forced.srt would be a forced subtitles file in this example I would like to rename the files as above but also link the forced ...
by rednoah
27 Aug 2025, 05:32
Forum: Scripting and Automation
Topic: RAR files being duplicated
Replies: 2
Views: 1141

Re: RAR files being duplicated

:idea: According to the log, FileBot is not extracting any archives. No *.rar archive is passed as input in the first place. Instead, 2 *.mkv files are passed as input which the amc script then processes as instructed: Input: /mnt/media/Downloads/Movies/Threads (1984)/Threads (1984).mkv Input: /mnt ...
by rednoah
24 Aug 2025, 07:42
Forum: Feature Requests and Bug Reports
Topic: Opensubtitles alternative (option): search on other websites
Replies: 5
Views: 6771

Re: Opensubtitles alternative (option): search on other websites

This is the error: Lookup by hash failed: Server Error: https://api.opensubtitles.com/api/v1/login [502 Bad Gateway] I suppose we can't disable the hash check? :idea: You can disable OpenSubtitles. If you're using the amc script then you can do so by removing the --def subtitles parameter from the ...
by rednoah
23 Aug 2025, 09:58
Forum: Scripting and Automation
Topic: [Script] Send custom HTML report via Email
Replies: 0
Views: 2175

[Script] Send custom HTML report via Email

This post-processing script will use Resend to send a custom HTML report after moving / renaming files with FileBot: // Resend API KEY def auth = '<YOUR RESEND API KEY>' // Email Address def email = '<YOUR EMAIL ADDRESS>' // generate HTML code def subject = "FileBot finished processing ${model.size ...
by rednoah
23 Aug 2025, 08:31
Forum: Scripting and Automation
Topic: Notification Agents
Replies: 6
Views: 6481

Re: Notification Agents

I've added Notify via ntfy and Send custom HTML report via Email to the examples just in case.
by rednoah
21 Aug 2025, 07:14
Forum: Windows
Topic: Getting errors 2502 and 2503 when trying to install
Replies: 2
Views: 3912

Re: Getting errors 2502 and 2503 when trying to install

I recently upgraded to a new machine, and for some reason, this is the only app that won't install. I've followed all the troubleshooting steps for error codes 2502 and 2503, but there's no option to "run as administrator" when I right-click on the installer (my account is the only one on the ...
by rednoah
20 Aug 2025, 14:33
Forum: macOS
Topic: auto-delete empty source folders
Replies: 7
Views: 19097

Re: auto-delete empty source folders

I see. I could not have guessed that. Make sure to include these kinds of details in the future, here or elsewhere. ;)
by rednoah
20 Aug 2025, 11:16
Forum: macOS
Topic: auto-delete empty source folders
Replies: 7
Views: 19097

Re: auto-delete empty source folders

I see. So your request is rather "do auto-delete folders like Stargate SG1 or Season 1 but do not auto-delete folders like PLEX CLEANED or PLEX RENAMED" . :arrow: The thing that you can do about that is to simply add an extra file to your PLEX CLEANED / PLEX RENAMED folders. A 0-byte hidden file ...
by rednoah
20 Aug 2025, 09:09
Forum: macOS
Topic: auto-delete empty source folders
Replies: 7
Views: 19097

Re: auto-delete empty source folders

Hi, is there a way to disable the auto-delete of empty folders using the GUI?? :idea: Technically, no. But you could just create a hidden file, making the folder not empty, disabling the auto-delete of empty folders feature. A Custom Post-Processing Script could do this automatically after files ...
by rednoah
20 Aug 2025, 08:21
Forum: Help and Support
Topic: Is there a list of the colors/styles for the built-in editor?
Replies: 11
Views: 6279

Re: Is there a list of the colors/styles for the built-in editor?

I guess I’ll disable it again for upcoming builds. We probably disabled that feature for a reason in the first place a long time ago.
by rednoah
20 Aug 2025, 04:36
Forum: Help and Support
Topic: Tmdb ordering selection
Replies: 1
Views: 3096

Re: Tmdb ordering selection

Unfortunately, FileBot cannot access arbitrary groups by name. It'd be easy in code but the UI would be tricky since every series is different and we cannot know in advance which orders are available. FileBot will always select the first group of the requested type. In general, I would recommend ...
by rednoah
20 Aug 2025, 04:23
Forum: Help and Support
Topic: Is there a list of the colors/styles for the built-in editor?
Replies: 11
Views: 6279

Re: Is there a list of the colors/styles for the built-in editor?

Is there a way to make it only do it if the enter word is highlighted? Unfortunately, not easily. The current behaviour is built-in behaviour that cannot be changed easily. I could try to turn the current behaviour on / off depending on wether something is selected. That said, I kinda like things ...
by rednoah
19 Aug 2025, 18:25
Forum: Help and Support
Topic: Emby compatibility
Replies: 1
Views: 3145

Re: Emby compatibility

:arrow: Follow the How do I organize files for Plex? guide except use {emby.id} as format instead of {plex.id}:

Format: Select all

{ drive }/Media/{ emby.id }
by rednoah
19 Aug 2025, 16:35
Forum: Help and Support
Topic: Having a brainfart moment. (Get key from array match.)
Replies: 15
Views: 11156

Re: Having a brainfart moment. (Get key from array match.)

The idea is to get it so that a single variable can be used to either get the "group" it match (a1, a2, a3), the key (a11, a12, etc), or the value (regex32) as desired. The second example above will give you what you want as 3 separate variables. If you want it as a single variable that has 2 ...
by rednoah
19 Aug 2025, 12:35
Forum: Help and Support
Topic: Lifetime Licence Lost
Replies: 1
Views: 3199

Re: Lifetime Licence Lost

If you don't have any identifying information, then unfortunately we won't be able to find and re-send your license key. The email address you have used to register here in the forums is not associated with any license purchase. You can PM me your name and other email addresses I could try to find a ...
by rednoah
19 Aug 2025, 12:31
Forum: Help and Support
Topic: Having a brainfart moment. (Get key from array match.)
Replies: 15
Views: 11156

Re: Having a brainfart moment. (Get key from array match.)

:arrow: Maybe like this? { def data = [ "arrayT":[ "a1":[ "a11":"regex11", "a12":"regex12", ], "a2":[ "a21":"regex21", "a22":"regex22", ], "a3":[ "a31":"regex31", "a32":"regex32", ], ], ] def value = /regex32/ data.arrayT.findResult{ k1, v1 -> v1.findResult{ k2, v2 -> if (value =~ v2) return [(k1 ...