Search found 22340 matches
- Today, 18:14
- Forum: Help and Support
- Topic: Unable to update to 5.1.1 for Windows
- Replies: 1
- Views: 56
Re: Unable to update to 5.1.1 for Windows
You likely have multiple versions of FileBot installed. Perhaps from multiple sources, MSI installer, Portable ZIP, Microsoft Store, etc. :?: Have you tried uninstalling all versions of FileBot that you may have installed, and then only installing the latest version? :?: What does sysinfo say? Pleas...
- Today, 16:39
- Forum: Episode / Movie Naming Scheme
- Topic: Rename text if a tag is missing
- Replies: 1
- Views: 24
Re: Rename text if a tag is missing
e.g. via String concatenation:
e.g. via List.joining(delimiter, prefix, postfix) function:
Learn how {expressions} work and useful Helper Functions
Format: Select all
{ 'sub(' + textLanguages.join(', ') + ')' }
Format: Select all
{ textLanguages.joining(', ', 'sub(', ')') }

- Today, 12:20
- Forum: Windows
- Topic: How do I change the folder name of the Movies / TV Shows folder level when using the {plex} binding?
- Replies: 4
- Views: 121
Re: How do I change the folder name of the Movies / TV Shows folder level when using the {plex} binding?
e.g.
Format: Select all
Série TV/{plex.id[1]}/Saison {s.pad 2}/{emby.name}
- Today, 03:53
- Forum: Help and Support
- Topic: The amc script is stuck after listing input files? What is it doing?
- Replies: 1
- Views: 92
Re: More verbose logs?
:?: Please provide filebot -script fn:sysinfo output so we can check if your machine is powerful enough for the task at hand. Please read How to Request Help for details. :?: Please post the logs that you do have so we can guess what it might be doing at the time. Please use pastebin.com for large l...
- Today, 03:40
- Forum: Ubuntu & Desktop Linux
- Topic: Rename episodes with multiple segments if there aren't airdates which match
- Replies: 4
- Views: 147
Re: Rename episodes with multiple segments if there aren't airdates which match
Could I match the episode by name? That correctly works if you're using 1-episode files, not working on 2-episode files. --mapper at the very least can't help you do that for reasons explained in my previous post. Well, --mapper is programmable so maybe it's possible and I just don't know how to do...
- 20 Sep 2023, 14:26
- Forum: Help and Support
- Topic: [TMDB/TV] Only Murders in the Building - 404 Not Found
- Replies: 10
- Views: 388
Re: [TMDB/TV] Only Murders in the Building - 404 Not Found
According to your last answer this usually shouldn't be cached longer than a few days. Is there maybe an issue with the cache, keeping these results longer than it should? CORRECTION : The episode listing is cached 16 hours / 4 days / 24 days for daily shows / weekly shows / discontinued shows resp...
- 20 Sep 2023, 14:09
- Forum: Windows
- Topic: How do I change the folder name of the Movies / TV Shows folder level when using the {plex} binding?
- Replies: 4
- Views: 121
Re: Renommer
e.g.
Please read the {plex} format manual for details.
Format: Select all
{ drive }/Série TV/{ ~plex.id }
Format: Select all
{ drive }/Films/{ ~plex.id }

- 20 Sep 2023, 12:50
- Forum: Scripting and Automation
- Topic: Automation rename and move on Synology
- Replies: 1
- Views: 57
Re: Automation rename and move on Synology
:arrow: The easiest solution is to have JDownloader move completed downloads to some specific folder, and then set up a scheduled task via FileBot Node to process all the files in that folder (and move them to another folder) once a day. Please read the Unattended Automation with FileBot Node guide ...
- 20 Sep 2023, 03:41
- Forum: Episode / Movie Naming Scheme
- Topic: How do I remove numbers at the end of the file name? e.g. "To Catch a Smuggler: Madrid - S01E04 - Cocaine CEO - 32808360-0"
- Replies: 14
- Views: 413
Re: How do I remove numbers at the end of the file name? e.g. "To Catch a Smuggler: Madrid - S01E04 - Cocaine CEO - 3280
:?: What are the file paths you're testing with? :?: What does the console output say when you run the command above? :idea: You can put bits and pieces together like so: { fn.removeAll(/\s-\s\d+-\d+$/) }{ '.' + fn.match(/-([a-z]+)$/) } ** The code above is untested because you did not provide sampl...
- 19 Sep 2023, 17:43
- Forum: Windows
- Topic: Recent version is failing to identify episodes
- Replies: 10
- Views: 579
Re: Recent version is failing to identify episodes
FileBot r10039 removes support for "Season 4 Disk 5" patterns for being prone to misinterpretation and thus fixes the issue above. The "Season 4 Disk 5" pattern was added 10 May 2021 according to the change logs, so it's been around of a while. Some users may be relying on the be...
- 19 Sep 2023, 17:01
- Forum: Ubuntu & Desktop Linux
- Topic: Rename episodes with multiple segments if there aren't airdates which match
- Replies: 4
- Views: 147
Re: Rename episodes with multiple segments if there aren't airdates which match
The following --mapper adds "no mapping on error" logic, as opposed to failing and excluding the unmappable episode from matching: any{ episode.number(null).map(episodelist.findAll{ airdate == it.airdate }.episode).reverse() }{ null } NOTE: {episodelist} has changed; the code above require...
- 19 Sep 2023, 16:02
- Forum: Help and Support
- Topic: The match button pulls episodes from TVDB instead of what I have in right column.
- Replies: 4
- Views: 213
Re: The match button pulls episodes from TVDB instead of what I have in right column.




- 19 Sep 2023, 13:14
- Forum: Episode / Movie Naming Scheme
- Topic: How do I remove numbers at the end of the file name? e.g. "To Catch a Smuggler: Madrid - S01E04 - Cocaine CEO - 32808360-0"
- Replies: 14
- Views: 413
Re: How do I remove numbers at the end of the file name? e.g. "To Catch a Smuggler: Madrid - S01E04 - Cocaine CEO - 3280
Any kind of file system monitoring will work best if you move files into the monitored folder in a single atomic move operation. Make sure not to copy files or transcode files into the monitored folder. Always perform non-instant operations in a staging folder that is not monitored (but is located o...
- 19 Sep 2023, 09:53
- Forum: Ubuntu & Desktop Linux
- Topic: No signature of method: net.filebot.GroovyEngine.album() is applicable for argument types: (String) values
- Replies: 2
- Views: 73
Re: Filebot and rclone mount not working
This {expression} doesn't do what you think it does. Although accidentally syntactically correct, semantically you have written code that makes Groovy interpret album() as a function call, which doesn't exist and thus gives you the error message above: {album('+y+')+'/'} You probably meant to add (y...
- 19 Sep 2023, 09:37
- Forum: Windows
- Topic: TV Shows trying replace certain abbreviated names
- Replies: 3
- Views: 143
Re: TV Shows trying replace certain abbreviated names
Thanks for the quick reply. The intent was to replace the shortened series name so that it would match when using TheTVDB for episodes matching Airdate and Static or Opportunistic options. Episode Mode cannot match the file at hand. There is nothing you can do about it. Your custom format code has ...
- 19 Sep 2023, 09:31
- Forum: Scripting and Automation
- Topic: How do I double-quote argument values that contains double-quote characters themselves?
- Replies: 7
- Views: 254
Re: How do I double-quote argument values that contains double-quote characters themselves?
If you're using the GUI, then I would need screenshots to see what you see, and understand the problem that you are facing:
viewtopic.php?t=1868
Feel feel to create a new topic. If your question is no longer related to the original post.
viewtopic.php?t=1868
Feel feel to create a new topic. If your question is no longer related to the original post.
- 19 Sep 2023, 09:25
- Forum: Help and Support
- Topic: How to check if Extended Attributes exist for local assets
- Replies: 2
- Views: 85
Re: How to check if Extended Attributes exist for local assets
:?: Does assets refer to video files? Because FileBot stores xattr metadata for video files only, and not companion files, such as *.jpg files or *.xml files, so you won't find xattr metadata for the latter type of file. e.g. find video files with Episode type xattr metadata: filebot -find /input --...
- 19 Sep 2023, 09:19
- Forum: Feature Requests and Bug Reports
- Topic: Make the file extension in Original Files visible at all times
- Replies: 7
- Views: 345
Re: Make the file extension in Original Files visible at all times
Yes I have been recently renaming in place... occasionally not. (my workflow/bash script copies files to a temp folder on "PlexMedia" before renaming with FileBot which moves them into the "PlexServer_1" directory) We can probably do something for the rename-in-place use case wh...
- 19 Sep 2023, 09:08
- Forum: Windows
- Topic: MissingMethodException.. someone mind helping me out?
- Replies: 43
- Views: 22800
- 19 Sep 2023, 09:08
- Forum: Ubuntu & Desktop Linux
- Topic: How to Force FileBot to update Sonarr/Radarr
- Replies: 8
- Views: 7485
- 19 Sep 2023, 09:07
- Forum: Windows
- Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
- Replies: 13
- Views: 521
- 19 Sep 2023, 03:12
- Forum: Ubuntu & Desktop Linux
- Topic: Rename episodes with multiple segments if there aren't airdates which match
- Replies: 4
- Views: 147
Re: Rename episodes with multiple segments if there aren't airdates which match
:?: Based on the episode list alone, can you know which episodes belong together? https://thetvdb.com/series/max-and-ruby/seasons/official/7 :idea: --mapper conceptually cannot take file names into account, so it'll always work the same irregardless of the file paths you pass along, so --mapper cann...
- 18 Sep 2023, 03:39
- Forum: Episode / Movie Naming Scheme
- Topic: How do I remove numbers at the end of the file name? e.g. "To Catch a Smuggler: Madrid - S01E04 - Cocaine CEO - 32808360-0"
- Replies: 14
- Views: 413
Re: How do I remove numbers at the end of the file name? e.g. "To Catch a Smuggler: Madrid - S01E04 - Cocaine CEO - 3280
:!: Note that you have switched from Plain File Mode to watcher script / amc script / Episode Mode so this is a completely new topic. :idea: The watcher script will only process files after after there are no longer any change events for some time. This is to avoid processing half-copied files. :ide...
- 18 Sep 2023, 03:18
- Forum: Help and Support
- Topic: Renaming sorted files without season/episode info
- Replies: 3
- Views: 116
Re: Renaming sorted files without season/episode info
Nice! Please watch the Getting Started video tutorials for good measure. All the common use cases are covered. 

- 18 Sep 2023, 03:02
- Forum: Windows
- Topic: TV Shows trying replace certain abbreviated names
- Replies: 3
- Views: 143
Re: TV Shows trying replace certain abbreviated names
In Episode Mode , {n} is the series name, and not the file name, i.e. since {n} is Secret Celebrity Renovation there is no "Sct" to replace. :idea: The code itself would work if {n} were to be an abbreviated name: { "Sct.Celebrity.Renovation".replace('Sct':'Secret','Scts':'Secret...