Search found 23962 matches
- Yesterday, 20:04
- Forum: Windows
- Topic: Shaun the Sheep - Specials
- Replies: 1
- Views: 63
Re: Shaun the Sheep - Specials
:idea: Matching and Formatting is notably unrelated. Your format has no effect on matching. If the match is incorrect, then the format will generate a file path for that incorrect match. :idea: Matching the Shaun the Sheep / Specials episodes at hand is particularly tricky since the file names you ...
- Yesterday, 15:39
- Forum: Windows
- Topic: Custom Plex Edition
- Replies: 3
- Views: 131
Re: Custom Plex Edition
Cheers. Anything is possible. That's the idea.dougcgibson1 wrote: ↑23 May 2025, 06:25 Nice! I really have a lot to learn about this syntax! It seems that once you know what you want, there's a way!


Groovy: Select all
' {edition-'
- Yesterday, 15:15
- Forum: Help and Support
- Topic: Email
- Replies: 1
- Views: 39
Re: Email
Your license has been re-issued and re-sent to your correct email address, the one you used to register here in the forums.
- 23 May 2025, 05:22
- Forum: Windows
- Topic: Custom Plex Edition
- Replies: 3
- Views: 131
Re: Custom Plex Edition
e.g.
Format: Select all
{ allOf{ tags }{ hd =~ /UHD/ ? '4K' : null }{ hdr }{ fn.matchAll(/remux|hybrid|upscaled/) }.joining(', ', '{edition-','}') }
Code: Select all
{edition-Extended Cut, 4K, HDR10, REMUX}
- 22 May 2025, 17:55
- Forum: Help and Support
- Topic: Passing JRE flags to filebot?
- Replies: 2
- Views: 132
Re: Passing JRE flags to filebot?

Shell: Select all
export JAVA_OPTS="-Dawt.toolkit.name=WLToolkit"
filebot

Shell: Select all
filebot -script fn:properties --def awt.toolkit.name=WLToolkit
- 21 May 2025, 14:54
- Forum: Help and Support
- Topic: Invalid email
- Replies: 4
- Views: 255
Re: Invalid email
Your order has already been re-issued to your correct email address. Please check your @yahoo.com mailbox. Please do not re-order as you will end up with 2 orders / payments.
- 21 May 2025, 14:03
- Forum: Help and Support
- Topic: Invalid email
- Replies: 4
- Views: 255
Re: Invalid email

EDIT:
We found Order P72280317 registered to s***b***@yahoo.ca that was reported as not delivered by the destination mail server:
Code: Select all
1 Requested mail action aborted, mailbox not found
- 19 May 2025, 18:06
- Forum: Help and Support
- Topic: Deal with escape chars when checking for matches
- Replies: 1
- Views: 152
Re: Deal with escape chars when checking for matches
Replace : colon with - dash and Replace Characters, Words or Patterns will get you started. You will likely need to sanitize each usage of {n} and {t}. Alternatively, the {plex} format generates Windows-compatible file paths by default.
- 19 May 2025, 09:24
- Forum: Windows
- Topic: No license received
- Replies: 1
- Views: 186
Re: No license received
:idea: License delivery usually takes ~5 seconds, assuming that you have entered a working email address. Please contact Paddle (our payment processor) if you have mistyped your email address during checkout. :?: What email address did you type in during checkout? (NOTE: the email address you have ...
- 16 May 2025, 19:09
- Forum: Windows
- Topic: subtitles name (add index when there are multiple French subtitles)
- Replies: 3
- Views: 296
Re: subtitles name (add index when there are multiple French subtitles)
:arrow: Format Expressions allow you to customize how files are named and organized. The Format Expressions manual will get you started with custom format expressions. :idea: Please watch the video tutorial at 1:00 if you have trouble finding the Format Editor : https://i.imgur.com/bcvSeoJ.png https ...
- 16 May 2025, 18:56
- Forum: Windows
- Topic: New User requires pointing in Right Direction (processing files ripped from DVD)
- Replies: 1
- Views: 249
Re: New User requires pointing in Right Direction
:arrow: Q: How can I rename video files ripped from a DVD or BluRay disk? will get you started: If you rip video files from a DVD, then you will typically get file names that do not contain SxE numbers (e.g. Alias-V01D01T01.mp4) and thus cannot be matched to search.thetvdb TheTVDB or search.tmdb ...
- 16 May 2025, 18:40
- Forum: Windows
- Topic: [Microsoft Store] transfer the license to a new computer
- Replies: 1
- Views: 197
Re: transfer the license to a new computer
If you have Microsoft Store purchase then you simply need to log into the Microsoft Store with the user that has the purchase and install FileBot from there. You will notably want to uninstall the non-Store edition of FileBot that you may have installed also, as to avoid confusion later. :arrow: How ...
- 16 May 2025, 09:27
- Forum: Windows
- Topic: subtitles name (add index when there are multiple French subtitles)
- Replies: 3
- Views: 296
Re: subtitles name
Option A : Use the {di} duplicate index binding to add an index. Option B : Use fn.match() to match information from the file path . e.g. copy specific keywords: { fn.match(/EN COLOUR|EN NOIR/) } e.g. copy the - something something bit at the end whatever it may be: { fn.match(/ - (.+)[.]fr$/) }
- 16 May 2025, 00:23
- Forum: Windows
- Topic: multiple audio tracks, more than 3 chapters, only english subs
- Replies: 10
- Views: 1941
Re: multiple audio tracks, more than 3 chapters, only english subs
CaptainKen wrote: ↑15 May 2025, 22:54 Just noticed one last item, which is how do I keep IMAX in the filename?

Format: Select all
{ ' ' + fn.match(/IMAX/) }
- 15 May 2025, 21:47
- Forum: Windows
- Topic: multiple audio tracks, more than 3 chapters, only english subs
- Replies: 10
- Views: 1941
Re: multiple audio tracks, more than 3 chapters, only english subs
there's no way to reduce {audio.Format_Commercial} to give a reduced number of English only audio stream values as shown below and as MediaInfo reports? :?: I don't know what that means exactly, but anything is possible. You mean to say you only want to print audio stream information for English ...
- 15 May 2025, 10:12
- Forum: Windows
- Topic: Can FileBot hardlink files for Plex?
- Replies: 1
- Views: 335
Re: Filebot Clarification
Yes. Please watch the How do I organize files for Plex? video tutorial at 0:54 to see the creation of hardlinks.
- 14 May 2025, 20:02
- Forum: Episode / Movie Naming Scheme
- Topic: Add {1080p,x265,AAC} to the season folder name
- Replies: 2
- Views: 585
Re: renaming help
e.g. use << to append values to the season folder name:
Format: Select all
{drive}/{ plex.id << { " {$vf,$vc,$ac}" } }
Code: Select all
X:/TV Shows/Alias {tmdb-2046}/Season 01 {480p,x264,AC3}/Alias - S01E01 - Truth Be Told
- 14 May 2025, 17:55
- Forum: Windows
- Topic: multiple audio tracks, more than 3 chapters, only english subs
- Replies: 10
- Views: 1941
Re: multiple audio tracks, more than 3 chapters, only english subs
I'd also like to show the channels after each audio code listed as shown in the desired name. This will get progressively more difficult since you will need to loop over each audio stream and format the information as needed for each audio stream: { audio.collect{ it.Format_Commercial + ' ' + it ...
- 14 May 2025, 17:48
- Forum: Windows
- Topic: multiple audio tracks, more than 3 chapters, only english subs
- Replies: 10
- Views: 1941
Re: multiple audio tracks, more than 3 chapters, only english subs
:idea: EXAMPLE 1: { audio.Format_Commercial } will give you [Dolby Digital, Dolby Digital Plus] because the file has 2 audio streams: Format_Commercial : Dolby Digital Format_Commercial : Dolby Digital Plus :idea: EXAMPLE 2: { audio.Format_Commercial } will give you [Dolby Digital Plus, Dolby ...
- 14 May 2025, 08:46
- Forum: Windows
- Topic: Issue with AMC script not moving files to final destination
- Replies: 1
- Views: 547
Re: Issue with AMC script not moving files to final destination


- 13 May 2025, 09:59
- Forum: Windows
- Topic: multiple audio tracks, more than 3 chapters, only english subs
- Replies: 10
- Views: 1941
Re: multiple audio tracks, more than 3 chapters, only english subs
My code currently extracts the first english aco audio code, but I don't know how to add multiple audio aco's to the filename? {aco} already considers multiple audio streams but will generally only yield one value. There is no {aco} for all audio streams. {aco} is based on audio.Codec_Profile and ...
- 13 May 2025, 00:02
- Forum: Windows
- Topic: multiple audio tracks, more than 3 chapters, only english subs
- Replies: 10
- Views: 1941
Re: multiple audio tracks, more than 3 chapters, only english subs
:?: What does the MediaInfo Inspector say for the file at hand? 1. You can use {audio} to access any audio stream property for all audio streams. 2. You can use {menu} to access chapter information. 3. Here's how I'd check if a specific subtitle language is available: { textLanguages =~ /eng ...
- 11 May 2025, 10:20
- Forum: Scripting and Automation
- Topic: Can AMC or any other script organize movies by country of origin?
- Replies: 3
- Views: 2264
- 10 May 2025, 19:23
- Forum: Windows
- Topic: Not detecting all TVDB seasons
- Replies: 7
- Views: 2185
Re: Not detecting all TVDB seasons
Indeed. DVD Order also seems to be missing a few episodes as well.mayormemories wrote: ↑10 May 2025, 19:07 I think I just solved it! I right-clicked and went in preferences and changed the episode order to "airdate" instead of "DVD."

- 10 May 2025, 18:37
- Forum: Windows
- Topic: Not detecting all TVDB seasons
- Replies: 7
- Views: 2185
Re: Not detecting all TVDB seasons
:idea: Here's what I get for TheTVDB › Gullah Gullah Island in Airdate Order on TheTVDB : $ filebot -list --db TheTVDB --order Airdate --q 258806 Gullah Gullah Island - 1x01 - Rain, Rain Go Away Gullah Gullah Island - 1x02 - Ron's Birthday Gullah Gullah Island - 1x03 - Charleston Market ... Gullah G ...