Search found 22347 matches

by rednoah
Today, 08:14
Forum: Episode / Movie Naming Scheme
Topic: Radarr Naming Schemes
Replies: 0
Views: 68

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. {Movie Tit...
by rednoah
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...
by rednoah
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:

Format: Select all

{ 'sub(' + textLanguages.join(', ') + ')' }
e.g. via List.joining(delimiter, prefix, postfix) function:

Format: Select all

{ textLanguages.joining(', ', 'sub(', ')') }
:arrow: Learn how {expressions} work and useful Helper Functions
by rednoah
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...
by rednoah
Yesterday, 03:40
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 4
Views: 151

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...
by rednoah
20 Sep 2023, 14:26
Forum: Help and Support
Topic: [TMDB/TV] Only Murders in the Building - 404 Not Found
Replies: 10
Views: 389

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...
by rednoah
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.

Format: Select all

{ drive }/Série TV/{ ~plex.id }

Format: Select all

{ drive }/Films/{ ~plex.id }
:arrow: Please read the {plex} format manual for details.
by rednoah
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 ...
by rednoah
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...
by rednoah
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...
by rednoah
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: 151

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...
by rednoah
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...
by rednoah
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...
by rednoah
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 ...
by rednoah
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.
by rednoah
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 --...
by rednoah
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: 348

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...