Search found 22923 matches

by rednoah
Yesterday, 04:04
Forum: Windows
Topic: FileBot using directory name as part of file
Replies: 2
Views: 142

Re: FileBot using directory name as part of file

Rename WinxVideos to Videos and it'll work better. (NOTE: there are other possible solutions but renaming the parent folder is the most straight-forward)
by rednoah
26 Mar 2024, 17:35
Forum: Feature Requests and Bug Reports
Topic: Match(Automatic) Button on MainForm
Replies: 2
Views: 143

Re: Match(Automatic) Button on MainForm

:arrow: You may use the Presets feature to create a preset for each of your common tasks, and set a keyboard shortcut for 1 key press activation. You'll also want to also configure a pre-set input folder (assuming that you usually drag-n-drop files from the same folder) so that you can skip that ste...
by rednoah
26 Mar 2024, 13:48
Forum: Windows
Topic: Problem with the key
Replies: 1
Views: 59

Re: Problem with the key

:arrow: :arrow: How do I activate my license? › How do I receive my license file? EDIT: I checked recent email delivery failures. You mistyped your email address. We will reissue your license to the your correct email address, i.e. the one used here in the forums. {"id":"...",&qu...
by rednoah
26 Mar 2024, 06:54
Forum: Help and Support
Topic: Help removing everything inside () brackets
Replies: 3
Views: 2020

Re: Help removing everything inside () brackets

e.g. remove (...) patterns from the file name:

Format: Select all

{ fn.removeAll(/\(.+?\)/) }
e.g. remove [...] patterns from the file name:

Format: Select all

{ fn.removeAll(/\[.+?\]/) }
:arrow: Replace Characters, Words or Patterns
by rednoah
25 Mar 2024, 19:10
Forum: Windows
Topic: Issues with Filebot Renaming
Replies: 6
Views: 237

Re: Issues with Filebot Renaming

I ran tests with the given file path. Everything works out-of-the-box with the latest release as far as I can tell: $ filebot -version FileBot 5.1.3 (r10185) $ filebot -rename *Hulk*.mkv --db TheMovieDB::TV -non-strict --format "{plex.id}" --action TEST --log INFO [TEST] from [The Incredib...
by rednoah
25 Mar 2024, 19:01
Forum: macOS
Topic: how do I avoid : being translated to - in plex naming
Replies: 3
Views: 174

Re: how do I avoid : being translated to - in plex naming

mpegman wrote: 25 Mar 2024, 17:39 is there a possibility to overwrite the name before it goes into plex ?
Unfortunately, no. You'll want to rely on your own custom format if you need fine-grained control over each bit and piece.
by rednoah
25 Mar 2024, 16:02
Forum: Episode / Movie Naming Scheme
Topic: one digit rating name
Replies: 8
Views: 255

Re: one digit rating name

https://i.snag.gy/wcjmKy.jpg This is a filebot command to be used on the command-line: $ filebot -list --q 341870 --db TheMovieDB --format "{ny} | {rating}" This is the relevant format : {ny} | {rating} This command and console output illustrates how this format would work out for a given...
by rednoah
25 Mar 2024, 12:18
Forum: Windows
Topic: Issues with Filebot Renaming
Replies: 6
Views: 237

Re: Issues with Filebot Renaming

FileBot 4.7.8 (r4846) ... ------------------- UPDATE AVAILABLE: FileBot 5.1.3 (r10185) ------------------- Looks like you're using a severely outdated release from 7-8 years ago? I recommend upgrading to the latest release. It'll likely work better. I didn't run any tests though since you didn't po...
by rednoah
24 Mar 2024, 16:33
Forum: Windows
Topic: Issues with Filebot Renaming
Replies: 6
Views: 237

Re: Issues with Filebot Renaming

:?: What does System Information say? Include status.info System Information (press F5 and then click the information symbol) Include file paths as text when reporting mismatches (press F7 to copy file paths into the clipboard and then press CTRL+V to paste them here) :arrow: See How to Request Help...
by rednoah
24 Mar 2024, 15:05
Forum: Episode / Movie Naming Scheme
Topic: Convert a custom renaming scheme to the format expected by {plex}
Replies: 1
Views: 63

Re: Convert a custom renaming scheme to the format expected by {plex}

:idea: Please read Plex Naming Scheme › Advanced {plex} operators on how to add information to the {plex} path. :arrow: Here's something to get you started: Q:/ { plex.year.id * { ' [ABC]' } % { ' [XYZ]' } } Q:/TV Shows/Alias (2001) {tmdb-2046} [ABC]/Season 05/Alias (2001) - S05E17 - All The Time In...
by rednoah
24 Mar 2024, 13:57
Forum: macOS
Topic: how do I avoid : being translated to - in plex naming
Replies: 3
Views: 174

Re: how do I avoid : being translated to - in plex naming

:arrow: I strongly recommend not using : COLON in file names. :!: On Windows, not possible. :!: On macOS, it's complicated . The tl;dr being that although : COLON can be used on the file system level (e.g. bt FileBot to name files and folders) but macOS Finder will then display / SLASH instead for h...
by rednoah
24 Mar 2024, 03:37
Forum: macOS
Topic: Folder Permissions Required with Permission denied
Replies: 11
Views: 2511

Re: Folder Permissions Required with Permission denied

1x MacBook Pro m3 bounces on dock then closes 1x MacBook m3 same bounces and closes 1x iMac m3 same bounces closes :?: What does ioreg -l say? ioreg -l > ioreg.txt Please run ioreg -l > ioreg.txt in Terminal . That'll create a text file named ioreg.txt with detailed NIC hardware information. :arrow...
by rednoah
24 Mar 2024, 03:27
Forum: Episode / Movie Naming Scheme
Topic: one digit rating name
Replies: 8
Views: 255

Re: one digit rating name

TAMASTEDA wrote: 23 Mar 2024, 18:54 but no result
What does "no result" mean? Surely the command-line will print something? Please use screenshots so that we can see what you can see.

Screenshot
by rednoah
23 Mar 2024, 17:16
Forum: macOS
Topic: FileBot Not Running on Sonoma (14.3)
Replies: 11
Views: 748

Re: FileBot Not Running on Sonoma (14.3)

Please share via Google Drive / OneDrive / Email / etc instead then.
by rednoah
23 Mar 2024, 14:09
Forum: macOS
Topic: FileBot Not Running on Sonoma (14.3)
Replies: 11
Views: 748

Re: FileBot Not Running on Sonoma (14.3)

:?: What does ioreg -l say?

Shell: Select all

ioreg -l > ioreg.txt
Please run ioreg -l > ioreg.txt in Terminal. That'll create a text file named ioreg.txt with detailed NIC hardware information. Please upload that text file to Pastebin.com and then share the link here.
by rednoah
23 Mar 2024, 10:45
Forum: macOS
Topic: FileBot Not Running on Sonoma (14.3)
Replies: 11
Views: 748

Re: FileBot Not Running on Sonoma (14.3)

:?: Are you doing something unusual in your network configuration? External NIC? Disabled onboard NIC? Some unusual firewall or VPN configuration? Are you using AirPlay? :?: What does ioreg -l say? You can use ioreg -l > ioreg.txt to save your device tree to a text file so you can check it: ioreg -l...
by rednoah
23 Mar 2024, 04:00
Forum: unRAID & docker
Topic: Hardlink failed due to I/O error - Cross-link device
Replies: 2
Views: 137

Re: Hardlink failed due to I/O error - Cross-link device

https://snipboard.io/zZioVf.jpg Both the '/watch' and '/output' folders are with in the same file system. Strangely, FB makes all the folders (exactly as I wanted them), but does not make hardlinks. /watch and /output are 2 separate mount points right there, thus definitely not on the same file sys...
by rednoah
21 Mar 2024, 04:36
Forum: Windows
Topic: rename files to parent folder name
Replies: 4
Views: 291

Re: rename files to parent folder name

e.g.

Format: Select all

{ f[-3] }
or

Format: Select all

{ folder.dir.name }
:arrow: You can copy & paste from the Plain File Mode › Organize files based on information present in the file path example for these kinds of things.
by rednoah
21 Mar 2024, 04:05
Forum: Windows
Topic: rename files to parent folder name
Replies: 4
Views: 291

Re: rename files to parent folder name

Use Plain File Mode and use {folder.name} as format:

Format: Select all

{ folder.name }

Same as Presets › Example 8: File to Folder but with a different format.
by rednoah
20 Mar 2024, 04:41
Forum: macOS
Topic: Operation Not Permitted when renaming (moving) files
Replies: 12
Views: 540

Re: Operation Not Permitted when renaming (moving) files

I'd start with the docker-xpra container, i.e. run the FileBot Desktop application on your NAS.

Screenshot
by rednoah
19 Mar 2024, 18:07
Forum: Feature Requests and Bug Reports
Topic: Expired SSL Certificate Issue with api.filebot.net
Replies: 5
Views: 197

Re: Expired SSL Certificate Issue with api.filebot.net

:?: What does filebot -script fn:sysinfo say? :!: Looks like you're using an outdated version of FileBot. If you're also using an outdated version of the JRE then that could be a problem. If the root certificates on your machine haven't been updated then that could be a problem as well. Could also b...
by rednoah
19 Mar 2024, 04:41
Forum: Feature Requests and Bug Reports
Topic: Expired SSL Certificate Issue with api.filebot.net
Replies: 5
Views: 197

Re: Expired SSL Certificate Issue with api.filebot.net

Here's what I get: $ openssl s_client -connect api.filebot.net:443 -servername api.filebot.net CONNECTED(00000003) depth=3 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X2 verify return:1 depth=1 C...