Search found 24358 matches

by rednoah
Today, 18:47
Forum: Episode / Movie Naming Scheme
Topic: Folders
Replies: 1
Views: 17

Re: Folders

phileeny wrote: Today, 16:06 I tried "genre(s)" but that didn't work
:?: What have you tried? What didn't work? What movie(s) did you run tests with?


e.g. Conditional Structures (if-then-else)

Format: Select all

{ genres ==~ /Documentary|News/ ? 'U:/Documentaries/' : 'T:/TV Shows/' }
by rednoah
Yesterday, 19:59
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 135

Re: Is there a label to identify forced subtitles?

:!: I see. You are talking about embedded subtitles and not external subtitles. That changes things. :?: In this case, please copy & paste the raw MediaInfo table via FileBot so we can see the all the keys. That way we can write code to check if the file contains any subtitles streams that are ...
by rednoah
Yesterday, 11:07
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 135

Re: Is there a label to identify forced subtitles?

piter332 wrote: Yesterday, 08:15 it's not recognizing the forced subtitles
:?: What are the subtitle file names you have?

:?: Can you share the subtitle files or OpenSubtitles links to these subtitles?
by rednoah
Yesterday, 05:04
Forum: Feature Requests and Bug Reports
Topic: Does PostProcess expect to autorun after rename ?
Replies: 5
Views: 129

Re: Does PostProcess expect to autorun after rename ?

What is the script you ended up using in the end? Please copy & paste for the next guy.
by rednoah
Yesterday, 05:03
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 135

Re: Is there a label to identify forced subtitles?

What is the format you ended up using in the end? Please copy & paste for the next guy.
by rednoah
09 Jan 2026, 16:04
Forum: Feature Requests and Bug Reports
Topic: Does PostProcess expect to autorun after rename ?
Replies: 5
Views: 129

Re: Does PostProcess expect to autorun after rename ?

If the plot value is not available in your preferred language, then the plot value may be served in the original language.
by rednoah
09 Jan 2026, 15:56
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 135

Re: Is there a label to identify forced subtitles?

:idea: {subt} will add the language code and the -forced marker.

:idea: {subt} notably can only detect -forced subtitles that are already marked as such. If you need auto-detection, then you might have to write your own code that reads the subtitle files and checks for certain heuristics.
by rednoah
09 Jan 2026, 04:12
Forum: Feature Requests and Bug Reports
Topic: Does PostProcess expect to autorun after rename ?
Replies: 5
Views: 129

Re: Does PostProcess expect to autorun after rename ?

:idea: Your code is wrong. It is running and failing for every single file: Cannot invoke method or() on null object This particular error message is likely caused by this bit, where you invent new variables (which are null by default) and then use the | or operator on them, which conceptually doesn ...
by rednoah
09 Jan 2026, 03:18
Forum: Scripting and Automation
Topic: TvDB special position binding ?
Replies: 5
Views: 142

Re: TvDB special position binding ?

:idea: episode is a top-level binding. info will optionally give you an EpisodeDetails object. FileBot however does not have the airsBefore* properties in its model, so we need to use raw which gives us the raw JSON API response which happens to contain these airsBefore* properties if you're using ...
by rednoah
08 Jan 2026, 13:53
Forum: Scripting and Automation
Topic: TvDB special position binding ?
Replies: 5
Views: 142

Re: TvDB special position binding ?

:idea: Special Position: Airs before season 1, episode 5 seems to be something new. I'm not sure if the API makes this information even available. I'll have a look. :arrow: You can probably use the episode airdate to sort episodes into the appropriate watch order. EDIT :idea: You can access the ...
by rednoah
08 Jan 2026, 06:14
Forum: Episode / Movie Naming Scheme
Topic: Plex Naming String Help
Replies: 3
Views: 151

Re: Plex Naming String Help

No worries. You're welcome.
by rednoah
07 Jan 2026, 11:36
Forum: macOS
Topic: Using preset after match
Replies: 1
Views: 143

Re: Using preset after match

:idea: A Preset defines a specific database / specific episode order / specific language to match against, a specific custom format to generate target file names with, etc, all at once. If you want to use a specific custom format, then you'll want to modify the Preset accordingly and then click on ...
by rednoah
06 Jan 2026, 05:55
Forum: Episode / Movie Naming Scheme
Topic: Plex Naming String Help
Replies: 3
Views: 151

Re: Plex Naming String Help

:?: What does the Format Editor say? :!: You are prototyping your custom format in the GUI Format Editor, right? Because prototyping via CMD script tests runs sounds rather cumbersome. :arrow: Try this: { ny.colon(' - ') }{ " {tmdb-$tmdbid}" }{ " {edition-$edition}" }{ " [$vf, $vc, $ac]" } Avatar ...
by rednoah
04 Jan 2026, 23:26
Forum: Help and Support
Topic: AcoustID - Bad duration value NumberFormatException (float parsing)
Replies: 3
Views: 171

Re: AcoustID - Bad duration value NumberFormatException (float parsing)

mediastack913 wrote: 04 Jan 2026, 19:16 Is there a direct download link for the updated JAR (r10884) so I can manually update the container while waiting for the Docker image to be rebuilt?
:arrow: Latest Beta Revisions and Release Candidates
by rednoah
04 Jan 2026, 06:32
Forum: Windows
Topic: Filebot Keeps Crashing after re-imaging
Replies: 2
Views: 314

Re: Filebot Keeps Crashing after re-imaging

:idea: FileBot for Windows ships with its own JRE and does not use any JRE you may or may not have installed on your system. You could try older versions of FileBot (that might ship with different versions of the JRE) to see if that makes a difference. Please try the latest beta for good measure ...
by rednoah
04 Jan 2026, 06:21
Forum: Help and Support
Topic: AcoustID - Bad duration value NumberFormatException (float parsing)
Replies: 3
Views: 171

Re: AcoustID - Bad duration value NumberFormatException (float parsing)

Thanks for the bug report. Looks like the API response has changed. Fixed with FileBot r10884.
by rednoah
31 Dec 2025, 03:49
Forum: macOS
Topic: Fetch subtitels
Replies: 4
Views: 32593

Re: Fetch subtitels

when I click Rename, it never even searches for subtitles :idea: What are the file names you are working with? Are subtitles available for these files? The Fetch subtitle files feature may not always work because Exact Search: Lookup by Hash may not always work for the specific file at hand. And I ...
by rednoah
30 Dec 2025, 10:04
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] macOS - Registration Information and Activation Information and Updates
Replies: 5
Views: 6029

Re: [Feature Request] macOS - Registration Information and Activation Information and Updates

Well, the version number can be revealed with one click and the complete release details and explicit update-check are just one more click away. Perhaps not intuitive, but also less than a second of click work. That said, future releases (on macOS) will intercept About menu clicks and provide an ...
by rednoah
30 Dec 2025, 04:15
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] macOS - Registration Information and Activation Information and Updates
Replies: 5
Views: 6029

Re: [Feature Request] macOS - Registration Information and Activation Information and Updates

I think that anything like FileBot 5.2.0 (Activated) or FileBot 5.2.0 (P1234567) or FileBot 5.2.0 (Valid-Until: 2026-01-01) looks ugly and cringe. The version number is generally not relevant for day-to-day FileBot usage so it's not necessary to show it at all times. That said, if you're running an ...
by rednoah
28 Dec 2025, 15:02
Forum: Feature Requests and Bug Reports
Topic: different source for Poster / Artwork
Replies: 1
Views: 293

Re: different source for Poster / Artwork

Well, built-in support is not planned, but if those sites have an API, then you can easily write a Custom Post-Processing Script to download some files from somewhere after processing a given movie or episode. That way you can add support for any artwork source yourself. EDIT :idea: Neither The ...
by rednoah
27 Dec 2025, 07:33
Forum: Feature Requests and Bug Reports
Topic: Function Request: String.Truncate(length)
Replies: 3
Views: 2903

Re: Function Request: String.Truncate(length)

iansebryk wrote: 27 Dec 2025, 07:07 most often i don't want the exhaustive title, just the first 'n' words of it.
Try this:

Format: Select all

{ n.tokenize(' ').take(3).join(' ') }

:arrow: Alternatively, you can truncate to the nearest word-boundary like so:

Format: Select all

{ n.truncate(20, /\W/) }
by rednoah
25 Dec 2025, 03:58
Forum: Windows
Topic: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore
Replies: 15
Views: 10016

Re: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore

:?: What was the old password that didn't work? And you're using the FileBot Desktop application and not the FileBot Node Web application or command-line tools?
by rednoah
24 Dec 2025, 04:56
Forum: Scripting and Automation
Topic: ntfy notification
Replies: 2
Views: 462

Re: ntfy notification

:idea: Usage generally looks like this: --apply '{ source, target, metadata -> println "$source | $target | $metadata" }' --apply /path/to/apply.groovy :idea: As for how to pass these command-line options to the jlesage/filebot docker container, that you might have to figure out yourself with a bit ...
by rednoah
23 Dec 2025, 03:48
Forum: Episode / Movie Naming Scheme
Topic: Matching file rename based on MediaInfo data
Replies: 9
Views: 1159

Re: Matching file rename based on MediaInfo data

Thanks! Those will be very useful for testing: OriginalSourceMedium_ID : 224 OriginalSourceMedium_ID/String : 224 (0xE0) OriginalSourceMedium : DVD-Video OriginalSourceMedium_ID : 4352 OriginalSourceMedium_ID/String : 4352 (0x1100) OriginalSourceMedium : Blu-ray :idea: HDR / Dolby Vision and ...
by rednoah
21 Dec 2025, 15:06
Forum: Episode / Movie Naming Scheme
Topic: Matching file rename based on MediaInfo data
Replies: 9
Views: 1159

Re: Matching file rename based on MediaInfo data

SljivovitzDino wrote: 21 Dec 2025, 13:10 A little more testing with different ripping software, MakeMKV and Xreveal/CloneBD, only MakeMKV adds the original source medium
Thanks for the feedback. Do you mind pasting the raw MediaInfo table of such a tagged file here? Then we can use that for testing and future reference.