Search found 24622 matches
- Today, 03:27
- Forum: Windows
- Topic: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)
- Replies: 7
- Views: 35567
Re: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)
can't get it to work it shows my Presets i click on it then nothing
:?: What does the log say?
:idea: Note that the task runs in the background. You will see a tray icon while it's running. Windows will hide tray icons by default in the "more" section but you can configure the tray icon to ...
- Yesterday, 15:49
- Forum: macOS
- Topic: Filebot can't match Life, Larry and the Pursuit of Unhappiness TV Show
- Replies: 1
- Views: 14
Re: Filebot can't match Life, Larry and the Pursuit of Unhappiness TV Show
- Yesterday, 01:31
- Forum: Windows
- Topic: Font color
- Replies: 1
- Views: 200
Re: Font color
- 05 Aug 2026, 10:14
- Forum: Scripting and Automation
- Topic: Post Rename Reference
- Replies: 9
- Views: 5363
Re: Post Rename Reference
:idea: Looks like PowerShell doesn't like [...] in >> file paths...
:arrow: Try this:
filebot -script fn:amc ... --def exec="Add-Content -LiteralPath {quote defines.myLogFile} -Value {quote f}" --def myLogFile="T:/FileBot/Logs/%title%.txt"
** using -LiteralPath instead of -Path is the key here
:arrow: Try this:
filebot -script fn:amc ... --def exec="Add-Content -LiteralPath {quote defines.myLogFile} -Value {quote f}" --def myLogFile="T:/FileBot/Logs/%title%.txt"
** using -LiteralPath instead of -Path is the key here
- 05 Aug 2026, 05:35
- Forum: Scripting and Automation
- Topic: Post Rename Reference
- Replies: 9
- Views: 5363
Re: Post Rename Reference
:!: Your doing this on Windows!? With Windows CMD no less!? I don't usually use emoji... but... 🤯
:idea: Alright, lets say this work for you, so we can start with this:
filebot -script fn:amc ... --def exec="echo {quote f} >> T:/FileBot/Logs/File.txt"
:idea: You also have a variable %title ...
:idea: Alright, lets say this work for you, so we can start with this:
filebot -script fn:amc ... --def exec="echo {quote f} >> T:/FileBot/Logs/File.txt"
:idea: You also have a variable %title ...
- 05 Aug 2026, 02:33
- Forum: Windows
- Topic: Clean folders
- Replies: 3
- Views: 3289
Re: Clean folders
is it possible to move a folder... for example if exists an Extra folder just move it with its contents
Yes. Please check Post Process ➔ Import companion files to move / copy along all kinds of Companion Files including Extra folders:
https://i.imgur.com/KQWUvAo.png https://i.imgur.com/jNm0NHx ...
- 05 Aug 2026, 02:16
- Forum: Episode / Movie Naming Scheme
- Topic: I am problem renaming WWE Smackdown
- Replies: 2
- Views: 474
Re: I am problem renaming WWE Smackdown
Q: FileBot is highlighting episodes in shades of red colour. What does this mean?
:?: Is the match shown in the screenshot correct? (NOTE: I cannot see the original file name so I cannot tell if the proposed file name is correct)
:arrow: You can still click Rename even if the line is ...
:?: Is the match shown in the screenshot correct? (NOTE: I cannot see the original file name so I cannot tell if the proposed file name is correct)
:arrow: You can still click Rename even if the line is ...
- 01 Aug 2026, 04:39
- Forum: Scripting and Automation
- Topic: Post Rename Reference
- Replies: 9
- Views: 5363
Re: Post Rename Reference
I run your AMC script from a bash script and I'm trying to get that filepath back into my bash script.
:!: AFAIK, a process called by your bash script (i.e. filebot ) fundamentally cannot modify (i.e. write back variables) to the parent process.
:?: What exactly do you need to do? Why pass ...
- 30 Jul 2026, 20:08
- Forum: Feature Requests and Bug Reports
- Topic: Allow the Original Files and New Names panes in the Rename window to be inspected independently
- Replies: 6
- Views: 591
- 30 Jul 2026, 14:12
- Forum: Feature Requests and Bug Reports
- Topic: Allow the Original Files and New Names panes in the Rename window to be inspected independently
- Replies: 6
- Views: 591
Re: Allow the Original Files and New Names panes in the Rename window to be inspected independently
Could this be the default view? I think it's a much better way of viewing proposed changes.
:arrow: Just hit SPACE to toggle this additional view on or off in the blink of an eye as needed. I would consider making changes to the match view to better support your use case though. Though making ...
- 30 Jul 2026, 05:24
- Forum: Help and Support
- Topic: Feature Request: Expandable File Filter editor in Preset Editor
- Replies: 4
- Views: 412
Re: Feature Request: Expandable File Filter editor in Preset Editor
:arrow: You can check the revision number in the top right: [FAQ] How do I open the Debug Console / Groovy Pad?
:idea: The latest build in Latest Beta Revisions and Release Candidates is currently from 2026-07-20 09:02 so a beta build for r11059 or higher does not currently exist. But I can push ...
:idea: The latest build in Latest Beta Revisions and Release Candidates is currently from 2026-07-20 09:02 so a beta build for r11059 or higher does not currently exist. But I can push ...
- 29 Jul 2026, 19:49
- Forum: Help and Support
- Topic: Feature Request: Expandable File Filter editor in Preset Editor
- Replies: 4
- Views: 412
Re: Feature Request: Expandable File Filter editor in Preset Editor
:?: What is your use case? Can you share your very long and complex multi-line file filter expression so that we can see what you can see?
EDIT:
I had a look and it wasn't growing horizontally to fill out the window width. FileBot r11059 makes the File Filter / File Order expression field grow ...
EDIT:
I had a look and it wasn't growing horizontally to fill out the window width. FileBot r11059 makes the File Filter / File Order expression field grow ...
- 29 Jul 2026, 19:39
- Forum: Feature Requests and Bug Reports
- Topic: Allow the Original Files and New Names panes in the Rename window to be inspected independently
- Replies: 6
- Views: 591
Re: Allow the Original Files and New Names panes in the Rename window to be inspected independently
:arrow: You'll want to use the Inspect ➔ Match view ( Keyboard Shortcut: SPACE ) to check and compare original file / match object / custom format output / destination file. That way you'll get the entire screen width for your long file path and differences are also easier to spot if each text field ...
- 25 Jul 2026, 20:04
- Forum: macOS
- Topic: [arm64] Apple Silicon Roadmap
- Replies: 19
- Views: 31699
Re: [arm64] Apple Silicon Roadmap
There are known issues on macOS 27 Golden Gate . Apple changed something and broke things. It happens. You have upgraded to a beta of macOS after all.
The issue at hand is notably entirely unrelated to Apple Silicon / Intel / Rosetta / etc, but does effect MAS / non-MAS editions of FileBot ...
The issue at hand is notably entirely unrelated to Apple Silicon / Intel / Rosetta / etc, but does effect MAS / non-MAS editions of FileBot ...
- 24 Jul 2026, 20:08
- Forum: Windows
- Topic: How Can I Retrieve My License Email
- Replies: 3
- Views: 529
Re: How Can I Retrieve My License Email
:arrow: [FAQ] How do I recover a lost license key?
:idea: We were able to find your life-time license purchase via your FileBot Forums email address. We have re-sent it to your email address. Please do not lose it again. It's a life-time license. Please do store it carefully because you may need ...
:idea: We were able to find your life-time license purchase via your FileBot Forums email address. We have re-sent it to your email address. Please do not lose it again. It's a life-time license. Please do store it carefully because you may need ...
- 22 Jul 2026, 15:09
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
:idea: I see. {ac} is giving you MLP (Meridian Lossless Packing) because that's the first word in the Format/String property:
Format : MLP FBA
Format/String : MLP FBA 16-ch
Format/Info : Meridian Lossless Packing FBA with 16-channel presentation
:arrow: You could try {aco} audio codec profile ...
Format : MLP FBA
Format/String : MLP FBA 16-ch
Format/Info : Meridian Lossless Packing FBA with 16-channel presentation
:arrow: You could try {aco} audio codec profile ...
- 22 Jul 2026, 14:03
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
- 22 Jul 2026, 13:16
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
Alright, lets go back to organising files as originally discussed. As far as FileBot is concerned, you decide the file path you want via your custom format, and then FileBot will make it happen. It's that simple.
Let's assume you want:
* movie file names as discussed above
* each movie file in its ...
Let's assume you want:
* movie file names as discussed above
* each movie file in its ...
- 22 Jul 2026, 12:00
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
:arrow: If you want to rename files in-place, then you simply need to modify your custom format to create just a file name as opposed to a complete file path, like so:
{plex.name} {"{tmdb-$tmdbid}"} - {"[$vs-$vf]"}{"[$ac $channels]" }{"[$hdr]"}{"[$vc]"}{"-$group"}
:idea: In case you're curious ...
{plex.name} {"{tmdb-$tmdbid}"} - {"[$vs-$vf]"}{"[$ac $channels]" }{"[$hdr]"}{"[$vc]"}{"-$group"}
:idea: In case you're curious ...
- 22 Jul 2026, 11:02
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
How can I process the existing movie folders and movies to match the new naming format scheme?
:arrow: As far as FileBot is concerned, there's no difference between processing new files or existing files. I'd just use the FileBot Desktop application as usual from your Windows Desktop and ...
- 22 Jul 2026, 09:41
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
Is this the way to solve my issue by using this:
X:/Media/{ plex.id % {" - [$vs-$vf]"} % {"[$ac $channels]" } % {"[$hdr]"} % {"[$vc]"} % {"-$group"} }
Or was it just an example?
:arrow: This is an example to get you started. It'll do what you want as-is, as far as I can tell at this point ...
- 22 Jul 2026, 03:00
- Forum: Episode / Movie Naming Scheme
- Topic: I want my Filebot movie naming format to match that of my Radarr naming format
- Replies: 16
- Views: 1416
Re: I want my Filebot movie naming format to match that of my Radarr naming format
e.g.
Format: Select all
X:/Media/{ plex.id % {" - [$vs-$vf]"} % {"[$ac $channels]" } % {"[$hdr]"} % {"[$vc]"} % {"-$group"} }- 21 Jul 2026, 15:14
- Forum: Feature Requests and Bug Reports
- Topic: could Games Roms be added.
- Replies: 8
- Views: 15624
- 19 Jul 2026, 17:05
- Forum: macOS
- Topic: Keep losing files
- Replies: 1
- Views: 378
Re: Keep losing files
- 19 Jul 2026, 09:54
- Forum: Windows
- Topic: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)
- Replies: 7
- Views: 35567
Re: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)
We use the IExplorerCommand interface so that should work on both Windows 10 and Windows 11. That said, we only test on Windows 11, so if it doesn't work on Windows 10 for some unknown reason then there's not much we can do about that. If you're on Windows 10 and have some Windows development ...
