Search found 21692 matches
- Today, 02:55
- Forum: Feature Requests and Bug Reports
- Topic: 5.0.0 Binding "original": undefined
- Replies: 3
- Views: 63
Re: 5.0.0 Binding "original": undefined
{original} did indeed default to the current filename, but that made the binding less versatile and less well-defined and prone to misinterpretation. It can be a problem when a bindings work one way in one context, and another way in another context. :arrow: You can use {original} and explicitly de...
- Today, 02:13
- Forum: Help and Support
- Topic: Replace the Characters
- Replies: 5
- Views: 3270
Re: Replace the Characters
e.g. Custom Character Replacement
Code: Select all
{
n.replace(
':' : '',
'-' : '',
'&' : 'and'
)
}
- Today, 02:05
- Forum: Episode / Movie Naming Scheme
- Topic: Plex TV Series Naming with Year
- Replies: 7
- Views: 9177
Re: Plex TV Series Naming with Year
You can use {ny} and have FileBot take care of the Name (Year) pattern including all corner cases: {ny} Perry Mason (2020) You can use the {emby.id} format to have FileBot take care of everything: {emby.id} TV Shows/Perry Mason (2020) {tvdb-363026}/Season 01/Perry Mason (2020) - S01E01 - Chapter 1 T...
- Yesterday, 16:10
- Forum: Windows
- Topic: Format for Plex
- Replies: 9
- Views: 11000
- Yesterday, 13:47
- Forum: Windows
- Topic: Unable to install msi on windows
- Replies: 1
- Views: 19
Re: Unable to install msi on windows
:?: Have you tried turning your computer off and on again? :idea: Since this is likely a generic MSI installer issue (the MSI contains FileBot files; but no FileBot code is running during installation; think zip archive) you may be able to Google the issue as well: https://www.autodesk.com/support/t...
- Yesterday, 10:22
- Forum: macOS
- Topic: Mac App Store V5 update
- Replies: 1
- Views: 61
Re: Mac App Store V5
The Mac App Store and Microsoft Store versions are usually released 2-3 weeks after the public release. The primary reason being that you can't choose to downgrade or rollback if the new version doesn't work for you for one reason or another. :arrow: You can however request a free complimentary 1-ye...
- Yesterday, 05:41
- Forum: Scripting and Automation
- Topic: Filter issue after upgrade to V5
- Replies: 5
- Views: 90
Re: Filter issue after upgrade to V5
:idea: If your --filter is wrong, and excludes all possible matches, then not using a --filter at all is useful for finding the cause of the problem. That's all there is to the help message above. --filter true is effectively the same as not specifying a --filter at all. If FileBot auto-detection is...
- Yesterday, 05:05
- Forum: Scripting and Automation
- Topic: Failed to process [A] because [B] is an exact copy and already exists
- Replies: 6
- Views: 8197
- Yesterday, 05:05
- Forum: Synology & QNAP & Embedded Linux
- Topic: Finished without processing any files !
- Replies: 3
- Views: 2064
- Yesterday, 05:04
- Forum: Feature Requests and Bug Reports
- Topic: refresh file services and media library
- Replies: 6
- Views: 9879
- Yesterday, 05:04
- Forum: Help and Support
- Topic: reprocess using filbert
- Replies: 2
- Views: 1278
- Yesterday, 05:02
- Forum: Episode / Movie Naming Scheme
- Topic: Renaming only season/season 00/specials in Plex/Emby naming
- Replies: 1
- Views: 27
Re: Renaming only season/season 00/specials in Plex/Emby naming
You can drag all the files into FileBot and then use the {plex} format to generate new file paths with a standardized naming scheme for all files. The {plex} format will generate Specials folders for special episode files: X:/Media/{ plex.id } X:/Media/TV Shows/Alias {tmdb-2046}/Specials/Alias - S00...
- Yesterday, 04:52
- Forum: Feature Requests and Bug Reports
- Topic: {resolution} binding does not work in FileBot 5.0.1 (it works but it works differently depending on the context)
- Replies: 0
- Views: 38
{resolution} binding does not work in FileBot 5.0.1 (it works but it works differently depending on the context)
:arrow: https://discord.com/channels/228723182817771520/807991855177269290/1087433065531441294 Hmmm. I think it was a typo, that used to work then stopped? I was using {-resolution} which gave e.g. "-1280x800", (which is the string shown at https://www.filebot.net/naming.html) but now gives nothing....
- Yesterday, 04:40
- Forum: Synology & QNAP & Embedded Linux
- Topic: Node.js is not installed. Please install Node.js in the App Center.
- Replies: 5
- Views: 148
Re: Node.js is not installed. Please install Node.js in the App Center.
I've reported the issue to QNAP. Maybe they will fix it. Maybe not. More support requests from more users might convince them to do something about it. Node.js used to be available via the QNAP package center. But not anymore. Please make Node.js available via the QNAP package center again because I...
- Yesterday, 03:24
- Forum: Ubuntu & Linux
- Topic: Multi-episode files, non-sequential
- Replies: 8
- Views: 179
Re: Multi-episode files, non-sequential
You are not using the latest image. Keep in mind that docker does not auto-update images, and images can't (or rather shouldn't) update themselves.
How do you manage your docker containers? Run docker on the command-line? Use some kind of WebUI management system like unRAID?

- Yesterday, 03:05
- Forum: Ubuntu & Linux
- Topic: No media files: [] when I pass input file paths that do not exist
- Replies: 1
- Views: 42
Re: No media files: [] - Error with newer versions of filebot
FileBot does not work with non-existent file paths. Older versions of FileBot just didn't validate input arguments. Newer versions reliably fail-fast instead of maybe kinda working maybe somehow failing, because a non-existent input file path typically indicates an accidental user error. :arrow: You...
- Yesterday, 02:42
- Forum: Scripting and Automation
- Topic: Windows Command Line to create Linux LN Hardlink Command String
- Replies: 10
- Views: 200
Re: Windows Command Line to create Linux LN Hardlink Command String
The FileBot binary package was download from here: https://get.filebot.net/filebot/FileBot_5.0.1/FileBot_5.0.1-portable-jdk8.tar.xz A call to /media/sdu1/soonerlater/filebot-portable/filebot.sh confirms that filebot is indeed working: /media/sdu1/soonerlater/filebot-portable/filebot.sh -version File...
- 20 Mar 2023, 12:37
- Forum: Ubuntu & Linux
- Topic: Series - Fix inputs of 1of6 to S01E01
- Replies: 13
- Views: 5167
Re: Series - Fix inputs of 1of6 to S01E01
You're using the amc script when you should be using filebot -rename and call that with either --db TheMovieDB (force Movie Mode) or --db TheMovieDB::TV (force Series Mode) depending on the type, Movie or Series . You can of course use the amc script but you're just adding lots and lots complexity b...
- 20 Mar 2023, 12:05
- Forum: Scripting and Automation
- Topic: Filter issue after upgrade to V5
- Replies: 5
- Views: 90
Re: Filter issue after upgrade to V5
1. Adding --filter twice does nothing. The option value that is used last is the one that is used. 2. This code does not do what you think it does. It merely reads the text file, so it'll return true if the text file is non-empty, and false if the text file is empty, and nothing else: lines '/home/p...
- 20 Mar 2023, 03:19
- Forum: Synology & QNAP & Embedded Linux
- Topic: Node.js is not installed. Please install Node.js in the App Center.
- Replies: 5
- Views: 148
Re: Node.js is not installed. Please install Node.js in the App Center.
:arrow: You may contact QNAP customer support and ask them to provide the Node.js package again for your hardware platform. They seem to have removed some packages from the repository with a recent update. :arrow: You can try installing the Media Streaming Add-on because that package just so happens...
- 20 Mar 2023, 03:08
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 996
- Views: 458548
Re: POSTBUCKET - where random posts in unrelated topics go
No worries. You had the right ideas. Just need some help with Groovy syntax for Ranges. I've added an example for this use case to the docs page.
- 20 Mar 2023, 02:47
- Forum: Scripting and Automation
- Topic: Filter issue after upgrade to V5
- Replies: 5
- Views: 90
Re: Filter issue after upgrade to V5
Please copy & paste the complete command-line call, and ideally console output as well, so that we can see what you can see. :!: Consider using --filter "true" to allow at least one potential match means that your filter has excluded all possible matches, i.e. your filter does not work. filebot sugg...
- 19 Mar 2023, 13:37
- Forum: Feature Requests and Bug Reports
- Topic: Unable to rename multiple files at once
- Replies: 18
- Views: 532
Re: Unable to rename multiple files at once


- 19 Mar 2023, 13:25
- Forum: Help and Support
- Topic: Correctly matching files when source filename is incorrect in relation to TVDB
- Replies: 2
- Views: 45
Re: Correctly matching files when source filename is incorrect in relation to TVDB
