Search found 24028 matches
- 23 minutes ago
- Forum: Scripting and Automation
- Topic: Help please to tweak image downloading commands
- Replies: 4
- Views: 206
Re: Help please to tweak image downloading commands
:?: You seem to be using a couple of custom *.groovy scripts. Presumably, you needed something more than filebot -rename for some reason. If you could share those *.groovy scripts then I might have a better idea as to what that something might be. :arrow: As far as I can tell, nowadays a simple ...
- Yesterday, 06:32
- Forum: Scripting and Automation
- Topic: Help please to tweak image downloading commands
- Replies: 4
- Views: 206
Re: Help please to tweak image downloading commands
:idea: I typed out a little custom post-processing script to get a conversation started: { source, target, metadata -> metadata.artwork.eachWithIndex{ a, i -> if (a.language =~ /en/) { def file = target.dir / "artwork/${i+1}.${a.url.path.extension}" if (!file.exists()) { println file a.url.saveAs ...
- 13 Jul 2025, 18:51
- Forum: Scripting and Automation
- Topic: Help please to tweak image downloading commands
- Replies: 4
- Views: 206
Re: Help please to tweak image downloading commands
:?: What command are you currently using? :idea: After a bit of searching, there seems to have been a --def extras parameter in the artwork.* scripts that was removed some 5 years ago . Looking at the code it seems to have been primarily about just dumping the entire artwork collection. Presumably ...
- 13 Jul 2025, 08:46
- Forum: macOS
- Topic: Operation not Permitted
- Replies: 4
- Views: 192
Re: Operation not Permitted
F7 doesn't seem to copy anything. Is there an alternative on a Mac to copy paths? :?: You are pressing the F7 key and not the ⏪ key? If you're using a macOS laptop then you may need to hold the Function modifier to actually press the F7 key (see How to use the function keys on your Mac ) because m ...
- 13 Jul 2025, 07:47
- Forum: Scripting and Automation
- Topic: Conditional command depending on file type
- Replies: 5
- Views: 2979
- 13 Jul 2025, 07:46
- Forum: Episode / Movie Naming Scheme
- Topic: File Naming and/or Conditional Overwrite Options?
- Replies: 2
- Views: 3645
- 13 Jul 2025, 06:49
- Forum: macOS
- Topic: Operation not Permitted
- Replies: 4
- Views: 192
Re: Operation not Permitted
:?: How did you install FileBot? Did you purchase and install FileBot via the Mac App Store by any chance? :?: Where are files located? What are the file paths at hand? Have you tried renaming files in your own $HOME folder just to see if that works? :idea: Operation not permitted is a macOS error ...
- 13 Jul 2025, 06:39
- Forum: Synology NAS & Embedded Linux
- Topic: Loading Filebot logs me out of the NAS entirely
- Replies: 1
- Views: 102
Re: Loading Filebot logs me out of the NAS entirely



- 13 Jul 2025, 06:25
- Forum: Help and Support
- Topic: TV Shows - requirements of old filename for Filebot to re-name
- Replies: 2
- Views: 108
Re: TV Shows - requirements of old filename for Filebot to re-name
:idea: The How do I organize files for Plex? video tutorial should be all you need, though I would generally recommend watching all the Getting Started video tutorials as well for good measure: https://www.youtube.com/watch?v=cihWAvDW7MM :idea: FileBot can take any file path / file name as input ...
- 13 Jul 2025, 05:43
- Forum: Feature Requests and Bug Reports
- Topic: Use Alternate Order From TVDB
- Replies: 10
- Views: 8672
Re: Use Alternate Order From TVDB
Keep in mind that debugging a HTTPS request is very different from debugging a HTTP request. The latter just works. The former requires your proxy to effectively perform a man-in-the-middle attack to compromise the secure connection. I'm fairly sure that Charles can do that. It'll require additional ...
- 10 Jul 2025, 15:52
- Forum: Scripting and Automation
- Topic: [bash] Poor man's .plexmatch generator
- Replies: 1
- Views: 6497
- 10 Jul 2025, 13:10
- Forum: Windows
- Topic: Use Sub. In Resolution
- Replies: 2
- Views: 1236
Re: Use Sub. In Resolution
e.g.
Format: Select all
{ n.upperInitial() } { s00e00.replace('S':'', 'E':'x') } {t} [{ vf.replace('2160p':'4K') }]
Code: Select all
Alias 01x01 Truth Be Told [4K]
- 09 Jul 2025, 19:42
- Forum: Scripting and Automation
- Topic: [Script] Generate .plexmatch files
- Replies: 0
- Views: 1393
[Script] Generate .plexmatch files
This post-processing script for Episode Mode will generate .plexmatch files after episodes have been renamed and organized into season folders: { source, target, metadata -> def plexmatch = target.dir / '.plexmatch' allOf{ "Title: $n" } { "Year: $y" } { if (s) "Season: $s"} { if (tmdbid) "tmdbid ...
- 09 Jul 2025, 17:25
- Forum: Windows
- Topic: AMC windows question
- Replies: 4
- Views: 1327
Re: AMC windows question
now i did read something that naming and anime is largely treated as tv series so im guess the passing filename should have a category of anime in qbit to fix any mismatching :idea: If you have file names like I Can't Understand What My Husband Is Saying - S02E01 then that's going the be processed ...
- 09 Jul 2025, 15:42
- Forum: Windows
- Topic: AMC windows question
- Replies: 4
- Views: 1327
Re: AMC windows question
:arrow: Please read the Automated Media Center › Change how files will be organized and renamed section. :idea: Each format for each content type can generate absolute target file paths which will then be used. There's not much I can add to that. Let me know if you still struggle with making the amc ...
- 09 Jul 2025, 15:25
- Forum: Episode / Movie Naming Scheme
- Topic: Need help on a very simple formatting request
- Replies: 8
- Views: 9565
Re: Need help on a very simple formatting request
e.g.
Replace : colon with - dash
Alternatively, you could just use the {plex} format which automatically takes care of these things:
Format: Select all
{ n.replace(':':' -', '?':'_') }
- { s00e00 } -
{ t.replace(':':' -', '?':'_') }


Format: Select all
{ plex.name }
- 09 Jul 2025, 15:00
- Forum: Help and Support
- Topic: Replace the Characters
- Replies: 6
- Views: 7195
- 09 Jul 2025, 03:49
- Forum: Feature Requests and Bug Reports
- Topic: Use Alternate Order From TVDB
- Replies: 10
- Views: 8672
How do I use a HTTP proxy?
Is it possible to configure the Filebot GUI on MacOS (not the Mac App Store version) to use a proxy? I have tried 3 or 4 different ways to do this mentioned in other forum posts but nothing is working. :?: What have you tried so far? Does FileBot not inherit your system proxy settings? What kind of ...
- 09 Jul 2025, 03:41
- Forum: Feature Requests and Bug Reports
- Topic: Use Alternate Order From TVDB
- Replies: 10
- Views: 8672
Re: Use Alternate Order From TVDB
:?: What happens if you select Episode Order: Digital in the Episode Order Preferences ? https://i.imgur.com/LyslIJ9.png :?: Is this the episode list you want to use for renaming? Here's what I see when I fetch Episode Order: Digital via the Episodes tool: https://i.snipboard.io/0nGxk8.jpg :idea: If ...
- 08 Jul 2025, 04:54
- Forum: Feature Requests and Bug Reports
- Topic: Use Alternate Order From TVDB
- Replies: 10
- Views: 8672
Re: Use Alternate Order From TVDB
Would you consider adding support for JSONL formatting to the plain file mode? Such that it would recognize the episode objects from the output of filebot list? :?: What is your use case? What is the problem you're trying to solve? Maybe updating xattr metadata ? Maybe Linear Rename ? That way ...
- 07 Jul 2025, 08:45
- Forum: Windows
- Topic: All movies return "MOV (2022)"
- Replies: 2
- Views: 2033
Re: All movies return "MOV (2022)"

- 03 Jul 2025, 11:02
- Forum: Scripting and Automation
- Topic: [DOCKER] Qbittorrent failed to run amc script
- Replies: 3
- Views: 1632
Re: Qbittorrent failed to run amc script
So would I need to install Filebot Node in my qBT container to then send commands :?: Can you install additional software into your qBT container? :idea: If you are using the linuxserver-qbittorrent container (instead of building your own container that contains both qBT and filebot ) then you are ...
- 03 Jul 2025, 09:27
- Forum: Scripting and Automation
- Topic: [DOCKER] Qbittorrent failed to run amc script
- Replies: 3
- Views: 1632
Re: Qbittorrent failed to run amc script
:?: Which qBT container are you using? Does the filebot command-line tool exist within the container environment? :idea: Remember that the docker container that is running qBT and your Synology DSM host are two different computers for all accounts and purposes. Your container cannot directly run ...
- 03 Jul 2025, 04:54
- Forum: Scripting and Automation
- Topic: It is not adding languages
- Replies: 1
- Views: 1227
Re: It is not adding languages
:?: What does the Format Editor say when you test the relevant part of the format on a relevant file? https://i.snipboard.io/eBkboM.jpg :?: What does filebot -mediainfo say for the file at hand? filebot -mediainfo *.mkv --format "{ audioLanguages.ISO3 } | { f }" General Observations : :!: You'll ...
- 02 Jul 2025, 19:44
- Forum: Windows
- Topic: All movies return "MOV (2022)"
- Replies: 2
- Views: 2033
Re: All movies return "MOV (2022)"


