Search found 24455 matches
- 58 minutes ago
- Forum: Episode / Movie Naming Scheme
- Topic: How to rename multiple episode cartoons when they don't match?
- Replies: 1
- Views: 32
Re: How to rename multiple episode cartoons when they don't match?
I can't do S01E01-S01E05? :idea: You can do S01E01-S01E05 via manual matching: Manual Matching https://www.youtube.com/watch?v=5T6_4tsOU5o :!: Unfortunately, the episodes you have are not even in order, so while non-sequential multi-episode naming is possible in FileBot, other software may not be ...
- Today, 07:17
- Forum: Feature Requests and Bug Reports
- Topic: [BROKEN] License Verification API Failure
- Replies: 3
- Views: 135
Re: [BROKEN] License Verification API Failure
Yep, looks like your previously chosen outbound server is being used for scraping websites to collect data for AI training. These scrapers will send excessive requests (effectively a DoS attack) until the IP is blocked - either by CloudFlare or our hosting provider - and then switch to a different ...
- Today, 03:59
- Forum: Feature Requests and Bug Reports
- Topic: [BROKEN] License Verification API Failure
- Replies: 3
- Views: 135
Re: [BROKEN] License Verification API Failure
- 20 Feb 2026, 11:51
- Forum: Help and Support
- Topic: FileBot 5.2.1 matching incorrectly
- Replies: 1
- Views: 194
Re: FileBot 5.2.1 matching incorrectly
- 20 Feb 2026, 06:52
- Forum: Help and Support
- Topic: Moving to nfs broke
- Replies: 5
- Views: 599
Re: Moving to nfs broke
That's what usually worked before. I was able to just access the nfs drive before moving and then it worked fine. Yep, I would imagine that some actions, like opening the folder via the file browser, perhaps even file read / write operations, etc will auto-mount the network drive. While other other ...
- 19 Feb 2026, 19:31
- Forum: Help and Support
- Topic: Moving to nfs broke
- Replies: 5
- Views: 599
Re: Moving to nfs broke
But in that specific case, it won't help since the filename also has a colon, that should be cleaned up Well, that you can fix in your custom format. Just replace all the : colon at format time, e.g. the {plex} format guarantees file paths without : colon, but you can do replacement with custom ...
- 18 Feb 2026, 06:46
- Forum: Episode / Movie Naming Scheme
- Topic: Source Media {vs} and {source}
- Replies: 46
- Views: 255322
Re: Source Media {vs} and {source}
Thanks. Added.
- 18 Feb 2026, 05:04
- Forum: Windows
- Topic: Want a refund. Ended up going with Bazarr because I couldn't automate filebot.
- Replies: 2
- Views: 316
Re: Want a refund. Ended up going with Bazarr because I couldn't automate filebot.
I have received your PM... Now I have to ask... why buy a life-time license when you can't afford it? You didn't have to in the first place. We literally advise you not to do that: https://www.filebot.net/forums/viewtopic.php?t=6265 I'm really curious here, as I am considering removing the life-time ...
- 18 Feb 2026, 04:49
- Forum: Windows
- Topic: Filebot License Expired
- Replies: 1
- Views: 211
Re: Filebot License Expired
:?: What does the error message say? You can check the log for previous error messages. Please read How do I open the Debug Console / Groovy Pad? if you don't know how to find the log. :idea: We greatly prefer error messages as copy & pasted text, not screenshots, but if you want to learn how ...
- 18 Feb 2026, 04:40
- Forum: Windows
- Topic: Want a refund. Ended up going with Bazarr because I couldn't automate filebot.
- Replies: 2
- Views: 316
Re: Want a refund. Ended up going with Bazarr because I couldn't automate filebot.
Subtitle automation would be achieved by calling the Fetch subtitles for all files on a schedule. You would be expected to the somewhat familiar with the command-line, so that aspect is indeed a bit of an advanced feature. That said, FileBot doesn't even require a license for subtitle downloading in ...
- 17 Feb 2026, 19:37
- Forum: Help and Support
- Topic: Ability to Configure NFO Output
- Replies: 35
- Views: 4738
Re: Ability to Configure NFO Output
e.g. find all video files that do not have a corresponding NFO file:
Shell: Select all
filebot -find /input --filter "f.video && !(f.dir / fn + '.nfo').exists()"- 16 Feb 2026, 13:22
- Forum: Help and Support
- Topic: Moving to nfs broke
- Replies: 5
- Views: 599
Re: Moving to nfs broke
This usually only happens, if the nfs drive was not mounted on trying to rename. You can access the drive and thus mount it and then hit rename in filebot for it to be okay. :idea: File path validation will indeed flag : colon and friends. File paths that are known to exist will not be flagged. So ...
- 16 Feb 2026, 04:51
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request - SOLVED] Move "Leftover" folders
- Replies: 3
- Views: 1273
Re: [Feature Request] Move "Leftover" folders
Perhaps this feature should be made more prominent or turned on by default? This argument could be made for any of the post-processing features... I'm unsure about making any / all of them more prominent, since these features don't necessarily work for everyone under all circumstances. :?: Perhaps ...
- 15 Feb 2026, 18:46
- Forum: Scripting and Automation
- Topic: [Script] Custom Rules for Featurettes, Extras, etc
- Replies: 0
- Views: 606
[Script] Custom Rules for Featurettes, Extras, etc
This post-processing script will process companion files based on custom code: { source, target -> source.dir.listFiles{ f -> // select Special Features and move them to a Featurettes subfolder (e.g. Jaws-SF_04_DS_Outtakes_t03.mkv) if (f.video && f.name.findWordMatch(/SF/)) { // move, copy, symlink ...
- 15 Feb 2026, 14:49
- Forum: Episode / Movie Naming Scheme
- Topic: The Daily Life of the Immortal King [Anime], I can do hardlink only 3 seasons from 4 seasons
- Replies: 1
- Views: 465
Re: The Daily Life of the Immortal King [Anime], I can do hardlink only 3 seasons from 4 seasons
:?: Please paste sample file paths as text so we can try to reproduce the issue. :idea: Processing S4 and S5 works just fine as far as I can tell: $ filebot -rename S05E01.mkv --db TheMovieDB::TV --q 98123 [MOVE] from [S05E01.mkv] to [The Daily Life of the Immortal King - 5x01 - Birth of the Demon ...
- 15 Feb 2026, 12:02
- Forum: Help and Support
- Topic: Please identify the following files:
- Replies: 13
- Views: 11638
- 14 Feb 2026, 14:58
- Forum: Windows
- Topic: Can I use it on my second computer?
- Replies: 1
- Views: 425
Re: Can I use it on my second computer?
A single per-user license is valid on all platforms and can be used on multiple machines.
- 12 Feb 2026, 15:11
- Forum: Help and Support
- Topic: Ability to Configure NFO Output
- Replies: 35
- Views: 4738
Re: Ability to Configure NFO Output
Possible, but I've never seen season-level NFO files. Any information could instead be added to the series-level NFO or the episode-level NFO. If Plex devs would provide a season.nfo sample file then I could have a look. As far as FileBot metadata is concerned, the season title is part of each ...
- 12 Feb 2026, 14:56
- Forum: Help and Support
- Topic: Ability to Configure NFO Output
- Replies: 35
- Views: 4738
Re: Ability to Configure NFO Output
Makes sense to me. We can enforce the tvshow.nfo / movie.nfo standard naming by default.
- 12 Feb 2026, 10:33
- Forum: Episode / Movie Naming Scheme
- Topic: Getting infos from filenames instead of mediainfo
- Replies: 7
- Views: 8712
- 12 Feb 2026, 10:33
- Forum: macOS
- Topic: FileBot incorrectly matching filename to show name
- Replies: 7
- Views: 8881
- 12 Feb 2026, 10:33
- Forum: Help and Support
- Topic: How do I match information from the entire file path? (file name or folder name)
- Replies: 3
- Views: 2564
- 12 Feb 2026, 04:34
- Forum: Windows
- Topic: FileBot Rename gets the episodes and names wrong. (rename video files ripped from a DVD or BluRay disk)
- Replies: 2
- Views: 697
Re: FileBot Rename gets the episodes and names wrong.
:idea: Looks like you're renaming files ripped from a DVD or BD disk: The Time Tunnel Disc 2_t00 The Time Tunnel Disc 2_t01 The Time Tunnel Disc 2_t02 The Time Tunnel Disc 2_t03 The Time Tunnel Disc 2_t04 :arrow: Please read Q: How can I rename video files ripped from a DVD or BluRay disk? on how to ...
- 12 Feb 2026, 04:24
- Forum: Help and Support
- Topic: Ability to Configure NFO Output
- Replies: 35
- Views: 4738
Re: Ability to Configure NFO Output
:idea: 1x10 is in fact the correct primary SxE number for TheTVDB Episode ID 297998 - Objects in Space so it's not confusing at all that this SxE number is used for the NFO file. This is intended behaviour, so you always get the same NFO files regardless of your Episode Order preferences that you ...
- 11 Feb 2026, 18:15
- Forum: Help and Support
- Topic: Ability to Configure NFO Output
- Replies: 35
- Views: 4738
Re: Ability to Configure NFO Output
I'm sorry, I'm not entirely getting your meaning. It'll use the Episode ID to get the full episode record, including episode overview, actors, directors, etc. The xattr metadata serves only as key to lookup the complete episode record, which is then exported into the various NFO / XML elements. We ...