Search found 22348 matches
- 49 minutes ago
- Forum: Scripting and Automation
- Topic: Suball Script not working when connected to Nord VPN
- Replies: 1
- Views: 33
Re: Suball Script not working when connected to Nord VPN
:?: What does the console output say? If you get no output at first, what happens if you let it run for many minutes? (NOTE: You will get some sort of network time out eventually.) :arrow: java.net.BindException: Cannot assign requested address: no further information :idea: Note that you probably d...
- Today, 08:29
- Forum: Episode / Movie Naming Scheme
- Topic: Lost my naming scheme for movies after update
- Replies: 6
- Views: 155
- Today, 08:29
- Forum: Windows
- Topic: Integrate FileBot with qBT and Radarr
- Replies: 8
- Views: 741
- Today, 08:29
- Forum: Episode / Movie Naming Scheme
- Topic: Updated Plex Agent & Naming Schema changes support
- Replies: 2
- Views: 1490
- Today, 08:29
- Forum: Scripting and Automation
- Topic: integration of postnamed foldar with sonarr and radarr
- Replies: 11
- Views: 5342
- Today, 08:29
- Forum: Episode / Movie Naming Scheme
- Topic: Need a naming scheme like this
- Replies: 3
- Views: 1982
- Today, 08:28
- Forum: Windows
- Topic: Filebot = Sonarr naming scheme
- Replies: 5
- Views: 3562
- Today, 08:14
- Forum: Episode / Movie Naming Scheme
- Topic: Radarr Naming Schemes
- Replies: 0
- Views: 120
Radarr Naming Schemes
Radarr and FileBot are both highly customizable when it comes to naming and organizing your media files. The FileBot format engine is programmable and can mimic any Radarr naming scheme to any degree of 1:1 accuracy. However, the examples below prioritize simplicity over 1:1 correctness. Example 1 ...
- Yesterday, 18:14
- Forum: Help and Support
- Topic: Unable to update to 5.1.1 for Windows
- Replies: 1
- Views: 75
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...
- Yesterday, 16:39
- Forum: Episode / Movie Naming Scheme
- Topic: Rename text if a tag is missing
- Replies: 1
- Views: 26
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(', ')') }

- Yesterday, 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: 127
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}
- Yesterday, 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...
- Yesterday, 03:40
- Forum: Ubuntu & Desktop Linux
- Topic: Rename episodes with multiple segments if there aren't airdates which match
- Replies: 4
- Views: 153
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: 390
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: 127
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: 414
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: 581
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: 153
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: 414
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: 74
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: 144
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: 256
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: 86
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 --...