Search found 22986 matches

by rednoah
24 Mar 2024, 03:27
Forum: Episode / Movie Naming Scheme
Topic: one digit rating name
Replies: 8
Views: 315

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: 15
Views: 1068

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: 15
Views: 1068

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: 15
Views: 1068

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: 282

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: 353

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: 353

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: 625

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: 269

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: 269

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...
by rednoah
18 Mar 2024, 15:42
Forum: macOS
Topic: Operation Not Permitted when renaming (moving) files
Replies: 12
Views: 625

Re: Operation Not Permitted when renaming (moving) files

:!: ls -l prints the files and folders in the current directory . ls -l / prints the files and folders in the / root directory . Note the difference. I asked to confirm if there is a /volume2 directory on your macOS machine. The screenshot you posted shows the files and folders in your $HOME directo...
by rednoah
18 Mar 2024, 14:20
Forum: Scripting and Automation
Topic: Move Featurettes and Move file or folder to specific path
Replies: 1
Views: 133

Re: Move Featurettes and Move file or folder to specific path

1.
Yes, FileBot can move along Companion Files files.


2.
Yes, you can move / organize any kind of file with Plain File Mode.
by rednoah
18 Mar 2024, 12:54
Forum: macOS
Topic: Operation Not Permitted when renaming (moving) files
Replies: 12
Views: 625

Re: Operation Not Permitted when renaming (moving) files

:!: What does ls -l / say? ls -l / :idea: I'm asking because you are showing a macOS screenshot, but the target file paths look as if they're local Linux / Synology NAS file paths? macOS will certainly not let you create a new folder named volume2 in the / root file system and that's what the error ...
by rednoah
17 Mar 2024, 11:10
Forum: Feature Requests and Bug Reports
Topic: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?
Replies: 9
Views: 403

Re: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?

Well, whenever you write the same code twice, then maybe there's a better way to doing things. If you write all your code as a single multi-line {code} block then all the general programming best-practices apply. Your code does not use variables. Might be useful. e.g. use variables for each of the r...
by rednoah
17 Mar 2024, 08:04
Forum: Feature Requests and Bug Reports
Topic: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?
Replies: 9
Views: 403

Re: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?

The only reason to make it simpler I see at this moment is to split up the code blocks into several files and call them as needed Take the bit at the end of your code for instance. You only switch between 2160p and 1080p , and yet you duplicate everything: { ( hd == /UHD/ ? ( '2160p/film/' + ((none...
by rednoah
17 Mar 2024, 06:18
Forum: Feature Requests and Bug Reports
Topic: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?
Replies: 9
Views: 403

Re: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?

:!: I see you are using --db TheMovieDB::TV in your argument array, but the console output in the OP suggests that you're switching between --db TheMovieDB::TV and --db TheTVDB , or doing both in this case, one works, the other one does not work: [2024-03-12 20:35:29.596] Rename episodes using [TheM...
by rednoah
17 Mar 2024, 05:21
Forum: Help and Support
Topic: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?
Replies: 3
Views: 201

Re: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?

Yep, just keep one primary structure, and then generate disposable secondary structures on demand, i.e. whenever the primary structure changes, you just delete all secondary structures and then re-generate them.
by rednoah
17 Mar 2024, 05:13
Forum: Feature Requests and Bug Reports
Topic: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?
Replies: 9
Views: 403

Re: [Bug] [Linux CLI] Binding genres sometimes being undefined and sometimes being defined?!?

:?: Can you provide a reproducible command? (i.e. complete command and console output) :?: Can you provide context as to how your automated setup works? Container? How does automation work? How is FileBot called? What happens if multiple FileBot instances are called at the same time? Is it possible ...
by rednoah
17 Mar 2024, 04:47
Forum: Help and Support
Topic: Can you choose which Genre to use that filebot fetches?
Replies: 3
Views: 217

Re: Can you choose which Genre to use that filebot fetches?

The value of {genre} and {genres} may change over time as people edit the database to order the list of genres to match their expectations. :idea: Here's what the database says at this point in time: $ filebot -list --q 11811 --db TheMovieDB --format "{genre}/{ny}" Horror/Leprechaun (1993)...
by rednoah
16 Mar 2024, 19:11
Forum: macOS
Topic: FileBot Not Running on Sonoma (14.3)
Replies: 15
Views: 1068

Re: FileBot Not Running on Sonoma (14.3)

:?: Do you get any console output if you launch via Terminal?

Shell: Select all

/Applications/FileBot.app/Contents/MacOS/filebot.launcher