Search found 24619 matches

by rednoah
05 Aug 2026, 10:14
Forum: Scripting and Automation
Topic: Post Rename Reference
Replies: 9
Views: 5148

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
by rednoah
05 Aug 2026, 05:35
Forum: Scripting and Automation
Topic: Post Rename Reference
Replies: 9
Views: 5148

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 ...
by rednoah
05 Aug 2026, 02:33
Forum: Windows
Topic: Clean folders
Replies: 3
Views: 3067

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 ...
by rednoah
05 Aug 2026, 02:16
Forum: Episode / Movie Naming Scheme
Topic: I am problem renaming WWE Smackdown
Replies: 2
Views: 259

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 ...
by rednoah
01 Aug 2026, 04:39
Forum: Scripting and Automation
Topic: Post Rename Reference
Replies: 9
Views: 5148

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 ...
by rednoah
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: 454

Re: Allow the Original Files and New Names panes in the Rename window to be inspected independently

:idea: The Inspect menu item is the easy-to-discover way to find this feature:

Screenshot


:arrow: I'll see about including this feature in the next video tutorial somehow just to make it easy to find for users that go through the video tutorials.
by rednoah
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: 454

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 ...
by rednoah
30 Jul 2026, 05:24
Forum: Help and Support
Topic: Feature Request: Expandable File Filter editor in Preset Editor
Replies: 4
Views: 312

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 ...
by rednoah
29 Jul 2026, 19:49
Forum: Help and Support
Topic: Feature Request: Expandable File Filter editor in Preset Editor
Replies: 4
Views: 312

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 ...
by rednoah
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: 454

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 ...
by rednoah
25 Jul 2026, 20:04
Forum: macOS
Topic: [arm64] Apple Silicon Roadmap
Replies: 19
Views: 31506

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 ...
by rednoah
24 Jul 2026, 20:08
Forum: Windows
Topic: How Can I Retrieve My License Email
Replies: 3
Views: 444

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 ...
by rednoah
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: 1272

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 ...
by rednoah
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: 1272

Re: I want my Filebot movie naming format to match that of my Radarr naming format

:idea: I don't know how Radarr works exactly.

:arrow: I can however tell you exactly how FileBot works if you share the MediaInfo table of the file at hand. Let's have a look and find out what the file itself says.
by rednoah
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: 1272

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 ...
by rednoah
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: 1272

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 ...
by rednoah
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: 1272

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 ...
by rednoah
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: 1272

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 ...
by rednoah
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: 1272

Re: I want my Filebot movie naming format to match that of my Radarr naming format

:arrow: You can copy & paste bits & pieces from the Plex Naming Schemes and Radarr Naming Schemes examples.

e.g.

Format: Select all

X:/Media/{ plex.id % {" - [$vs-$vf]"} % {"[$ac $channels]" } % {"[$hdr]"} % {"[$vc]"} % {"-$group"} }
by rednoah
19 Jul 2026, 17:05
Forum: macOS
Topic: Keep losing files
Replies: 1
Views: 283

Re: Keep losing files

:?: What does the target file path in the New Names section say before you click the Rename button?

:?: What does the History say?

:idea: You can enable the Reveal files post-processing feature to reveal files after they have been renamed and organized.
by rednoah
19 Jul 2026, 09:54
Forum: Windows
Topic: [BETA] Right-Click FileBot (FileBot Context Menu for Windows 11 available for testing)
Replies: 5
Views: 34021

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 ...
by rednoah
18 Jul 2026, 16:42
Forum: Feature Requests and Bug Reports
Topic: There is an error when uploading files that contain Latin characters.
Replies: 1
Views: 423

Re: There is an error when uploading files that contain Latin characters.

:?: You mean to say you drag-n-drop a file with accents into FileBot but it doesn't appear in the list after the drop?

:?: Do you have an example file path?

:?: Are these file paths on a local file system or a remote SMB network share?

:?: Does the log contain any clues?



:idea: Here's what ...
by rednoah
17 Jul 2026, 04:14
Forum: Windows
Topic: How Can I Retrieve My License Email
Replies: 3
Views: 444

Re: How Can I Retrieve My License Email

:arrow: [FAQ] How do I recover a lost license key?

:idea: Note that the email address you have used to register here in the forums is not associated with any order as far as I can tell. You may need to look up your order number via Paddle Support. They can lookup your order number with your ...
by rednoah
15 Jul 2026, 04:42
Forum: Ubuntu & Desktop Linux
Topic: Help: Kubuntu 26.04 Filebot has permissions issues only recently
Replies: 2
Views: 610

Re: Help: Kubuntu 26.04 Filebot has permissions issues only recently

:?: How did you install FileBot? (NOTE: depending on how you install an application, it may or may not running in a sandboxed environment with limited file system access)


:?: How are you running FileBot? Are you running FileBot for a long long time? How did you configure the output folder? It ...