Search found 23337 matches
- 13 minutes ago
- Forum: Scripting and Automation
- Topic: Please tell me my superstrict handler script is not necessary
- Replies: 16
- Views: 2867
Re: Please tell me my superstrict handler script is not necessary
I don't understand the format editor in the GUI. I enter, for example, "a: b".colon(' ') and I get nothing at all. What is supposed to happen? How is this helpful? I know you're always trying to push me to test everything here, but I don't get it. The Format Editor allows you to see what ...
- Today, 06:35
- Forum: Episode / Movie Naming Scheme
- Topic: How to set naming to automatically move to kids folder based on rating?
- Replies: 5
- Views: 1492
Re: How to set naming to automatically move to kids folder based on rating?
You are presumably using docker to run the FileBot Node container. In this case, you yourself configure the public host port. That's the -p option on the command-line but ASUSTOR presumably gives you a WebUI for that. Please post screenshots as we are not familiar with the ASUSTOR WebUI.
- 06 Sep 2024, 04:11
- Forum: Feature Requests and Bug Reports
- Topic: Filebot downloads entire media for some formats
- Replies: 1
- Views: 111
Re: Filebot downloads entire media for some formats
:idea: FileBot may read multiple megabytes via libmediainfo . Which bytes are read is entirely up to the libmediainfo code. Typically a few bytes from the beginning of the file and a few bytes from the end of the file. Maybe a few bytes from the middle as well. :arrow: Q: Can I process video files w...
- 06 Sep 2024, 03:55
- Forum: Episode / Movie Naming Scheme
- Topic: Force "absolute Episode count" on Input?
- Replies: 2
- Views: 105
Re: Force "absolute Episode count" on Input?
:idea: You can configure FileBot to use Episode Order: Absolute . FileBot will then only be aware of absolute numbers and thus only match (and format) with absolute numbers: https://www.filebot.net/forums/viewtopic.php?t=14356 :idea: You are dealing with Anime . That can be tricky at times. Reading ...
- 06 Sep 2024, 03:41
- Forum: Scripting and Automation
- Topic: Please tell me my superstrict handler script is not necessary
- Replies: 16
- Views: 2867
Re: Please tell me my superstrict handler script is not necessary
colon() already takes care of normalizing surrounding white space as well. You'll want to use the Format Editor to run some tests, e.g. paste "a: b".colon(' ') and see the result. You are using Groovy: https://www.filebot.net/forums/viewtopic.php?t=10824 But this question is more of a &qu...
- 04 Sep 2024, 15:01
- Forum: Scripting and Automation
- Topic: Please tell me my superstrict handler script is not necessary
- Replies: 16
- Views: 2867
Re: Please tell me my superstrict handler script is not necessary
This is what I mean. My script can't possibly know where to put a : for a proper match for such cases. I wish there was a way to do a strict filtering with /.../ but ignoring any missing special characters. Please read my previous reply again, bearing in mind that it already gives you the solution ...
- 04 Sep 2024, 07:33
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 6
- Views: 295
Re: Filebot Script (Unraid) Folder removal
:arrow: You can write your own delete scripts that deletes files indiscriminately. Be careful with that though. :?: The other thing of interessant would be why the folder is "not empty" at the time. :?: What does the complete console output say? The beginning of the console output will mir...
- 04 Sep 2024, 03:46
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 6
- Views: 295
Re: Filebot Script (Unraid) Folder removal
If i Rerun the command to clean clutter it deletes the file If a rerun then deletes the folder then there was a temporary file there at the time. unraid and how long it takes to delete or move a file Delete will always be fairly instant. Move will take a long time since your docker mounts are bad ....
- 03 Sep 2024, 17:15
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 6
- Views: 295
Re: Filebot Script (Unraid) Folder removal
:?: What does ls -la say? ls -la /downloads/Napoleon.2023.Directors.Cut.2160p.WEB-DL.DV.HDR10.PLUS.ENG.LATINO.DDP5.1.Atmos.H265.MKV-BEN.THE.MEN :idea: You likely have a hidden file / folder that makes the parent folder appear empty but not actually be empty. :!: If you are using docker then you need...
- 03 Sep 2024, 17:05
- Forum: Scripting and Automation
- Topic: Please tell me my superstrict handler script is not necessary
- Replies: 16
- Views: 2867
Re: Please tell me my superstrict handler script is not necessary
I can't ever match filename to database with this strict method if the title has a ':' if the database. how to work around this? :arrow: Please paste sample file paths as text . :idea: You would naturally have to change your n == /%title%/ code to account for these kinds of variations. "a:b&qu...
- 03 Sep 2024, 16:25
- Forum: Windows
- Topic: Trying to exclude a source subfolder filters out everything
- Replies: 1
- Views: 249
Re: Trying to exclude a source subfolder filters out everything
:?: Why not just pass along the folders you want to process? You can use multiple input arguments and * glob patterns to easily pass multiple input arguments: filebot -rename -r \\NAS\home\TVShow* .... :!: --file-filter selects files from the input folders and not input folders themselves. {fn} is t...
- 03 Sep 2024, 02:36
- Forum: Episode / Movie Naming Scheme
- Topic: Help with knowing how to name my audio files
- Replies: 2
- Views: 193
Re: Help with knowing how to name my audio files
:idea: A single format can account for multiple types of media. Differentiating each type can range from easy via ID3 tags , to impossible if files are indistinguishable from each other. :arrow: If you need help with a custom format, then you will have to provide at least 3 sample files , one for ea...
- 02 Sep 2024, 03:56
- Forum: Windows
- Topic: Create Subfolder in Current Folder Issue
- Replies: 3
- Views: 306
- 01 Sep 2024, 18:21
- Forum: Windows
- Topic: Create Subfolder in Current Folder Issue
- Replies: 3
- Views: 306
Re: Create Subfolder in Current Folder Issue
{ f[0] }/{ ~plex } will always generate D:\Chucky\Season 02\Chucky - S02E02 - The Sinners Are Much More Fun because { f[0] } (the first path component; i.e. the drive letter) is D: and { ~plex } (i.e. {plex} path but without TV Shows category folder level) is Chucky\Season 02\Chucky - S02E02 - The ...
- 29 Aug 2024, 03:59
- Forum: Episode / Movie Naming Scheme
- Topic: Source Media {vs} and {source}
- Replies: 37
- Views: 92064
Re: Source Media {vs} and {source}
DSCP.WEB-DL and GLBO.WEB-DL have been added. I was not able to figure out what those abbreviations mean though...
- 28 Aug 2024, 10:08
- Forum: Windows
- Topic: License Issue
- Replies: 2
- Views: 1185
Re: License Issue
Unfortunately, after the purchase, I didn't receive the e-mail with the activation key. I followed the recommendations and contacted Paddle. Again, no response :/ :?: How many business days did you wait for a response from Paddle? [FAQ] How do I recover a lost license key? EDIT: :!: :!: :!: Re: Ord...
- 27 Aug 2024, 08:48
- Forum: Scripting and Automation
- Topic: Please tell me my superstrict handler script is not necessary
- Replies: 16
- Views: 2867
Re: Please tell me my superstrict handler script is not necessary
is this how I would filter for S01E01? filebot -rename "%videoFile%" --q "%title%" --filter "n == /%title%/ && y == %year% && e == S01E01" @"%utils%\filebot-s.arg" also, is it case sensitive or no? :?: What is the actual command being executed...
- 27 Aug 2024, 05:43
- Forum: macOS
- Topic: Forgets Preset Each Time
- Replies: 10
- Views: 1325
- 27 Aug 2024, 05:16
- Forum: macOS
- Topic: Forgets Preset Each Time
- Replies: 10
- Views: 1325
Re: Forgets Preset Each Time
It's not letting me paste a screenshot (or I don't understand how.. I usually just copy and paste into forums) :arrow: Please read [FAQ] How can I share screenshots on the internet? (please click on this link) on how to upload screenshots and share them via a link. You may use the Discord Support C...
- 26 Aug 2024, 14:27
- Forum: macOS
- Topic: Forgets Preset Each Time
- Replies: 10
- Views: 1325
Re: Forgets Preset Each Time
:?: Well, that leads me to the question: Why use Presets when you don't actually want to use Presets ? Presumably, there is some aspect of Presets that you do want? When you click on a Preset, many things happen, so I'd like to know, which of those things do you want and which of those things do you...
- 26 Aug 2024, 05:52
- Forum: macOS
- Topic: Forgets Preset Each Time
- Replies: 10
- Views: 1325
Re: Forgets Preset Each Time
They are just not set when I open the app. :?: What do you mean? Do you mean that your custom presets don't show up when you click on the action.script Presets button? :idea: Presets do not trigger automatically. You trigger a Preset by clicking on it, or by pressing the configured keyboard shortcu...
- 26 Aug 2024, 05:27
- Forum: macOS
- Topic: Forgets Preset Each Time
- Replies: 10
- Views: 1325
Re: Forgets Preset Each Time
:?: How did you install FileBot? Can you post System Information ? What does the log say? See How to Request Help for details. :idea: Your settings are stored in a platform-dependent manner (see Q: Where is the application data folder? How do I backup my settings? ) so the details may vary depending...
- 24 Aug 2024, 11:30
- Forum: Scripting and Automation
- Topic: [WIP] Relocate files in Radarr
- Replies: 0
- Views: 496
[WIP] Relocate files in Radarr
This post-processing script will relocate files in Radarr after moving / renaming files with FileBot. IMPORTANT: HTTP PUT requires FileBot r10388 or higher IMPORTANT: This code assumes that both FileBot and Radarr are working on the same file system view, i.e. target.dir.path set via FileBot must ma...
- 23 Aug 2024, 16:07
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1034
- Views: 698773
Re: [FAQ] How can I share screenshots?
At which step exactly are you having trouble?
Works as posted as best as I can tell...
Alternatively, you can also use the Discord Support Channel if you prefer that.
Works as posted as best as I can tell...
Alternatively, you can also use the Discord Support Channel if you prefer that.
- 23 Aug 2024, 15:43
- Forum: Windows
- Topic: Noob (Synology NAs I use for plex)
- Replies: 3
- Views: 665
Re: Noob (Synology NAs I use for plex)
Please read [FAQ] How can I share screenshots on the internet? if you need help with screenshot sharing.
That said, we humbly request sample file paths as text rather than screenshots. We prefer text because copy & paste works a bit better with text.
That said, we humbly request sample file paths as text rather than screenshots. We prefer text because copy & paste works a bit better with text.