Search found 226 matches

by cheaters
29 Jul 2026, 23:44
Forum: Help and Support
Topic: Feature Request: Expandable File Filter editor in Preset Editor
Replies: 4
Views: 438

Re: Feature Request: Expandable File Filter editor in Preset Editor


:?: What is your use case? Can you share your very long and complex multi-line file filter expression so that we can see what you can see?


EDIT:

I had a look and it wasn't growing horizontally to fill out the window width. FileBot r11059 makes the File Filter / File Order expression field grow ...
by cheaters
29 Jul 2026, 23:39
Forum: Help and Support
Topic: Feature Request: Expandable File Filter editor in Preset Editor
Replies: 4
Views: 438

Re: Feature Request: Expandable File Filter editor in Preset Editor

That is not the behavior I’m seeing in the current signed macOS PKG release, FileBot 5.2.3 (r10990).

The File Filter field remains approximately 1–2 lines high:

* adding additional lines does not increase its height;
* resizing the Preset window vertically does not increase its height.

The Format ...
by cheaters
29 Jul 2026, 17:29
Forum: Feature Requests and Bug Reports
Topic: Allow the Original Files and New Names panes in the Rename window to be inspected independently
Replies: 6
Views: 636

Allow the Original Files and New Names panes in the Rename window to be inspected independently

Allow the Original Files and New Names panes in the Rename window to be inspected independently. Currently, moving the divider changes both panes together, making it difficult to compare long source and destination filenames. Independent horizontal scrolling or independent column sizing for each ...
by cheaters
29 Jul 2026, 17:27
Forum: Help and Support
Topic: Feature Request: Expandable File Filter editor in Preset Editor
Replies: 4
Views: 438

Feature Request: Expandable File Filter editor in Preset Editor

:(
The Format editor correctly expands as the Preset Editor window is resized, but the Files → File Filter editor remains fixed at only about one or two visible lines regardless of the window size.

For simple filters this isn’t an issue, but more advanced Groovy filter expressions quickly become ...
by cheaters
14 Oct 2024, 18:27
Forum: macOS
Topic: Overide default tags with custom Finder tags using Presets?
Replies: 7
Views: 45116

Re: Overide default tags with custom Finder tags using Presets?

Thank you!

My misconception was there was a way to do this on a "per-run" basis
by cheaters
14 Oct 2024, 18:05
Forum: macOS
Topic: Overide default tags with custom Finder tags using Presets?
Replies: 7
Views: 45116

Re: Overide default tags with custom Finder tags using Presets?

It's more that I am confused on where to put the code you suggested above.
Does that go in a User Script in Post Processing or can it be used in a Preset?
by cheaters
14 Oct 2024, 17:46
Forum: macOS
Topic: Overide default tags with custom Finder tags using Presets?
Replies: 7
Views: 45116

Re: Overide default tags with custom Finder tags using Presets?

I don't understand... TMLI5 :)

My Renaming Preset looks like this:

/Volumes/Media_2/Plex/Series/
{ ~plex.year.id.derive { allOf { tags }{ vf }{ source }
{ "${ vcf}_${ hd }_${ bitdepth }_${ acf }" }
{ info.network } .joining('][', ' [',']') } }
{ if (dc > 1) '_'+di }

OR

User Scripts: Rename ...
by cheaters
14 Oct 2024, 14:23
Forum: macOS
Topic: Overide default tags with custom Finder tags using Presets?
Replies: 7
Views: 45116

Overide default tags with custom Finder tags using Presets?

Howdy,

I use presets and I know there is an option to "Post Process" with "Set Finder tags" but I want to override and customize the tags.

:?: Can I customize tags in my Preset to override the default tags?
OR
:?: Do we need to create a User Script? If so can we override the defaults you have ...
by cheaters
16 Aug 2024, 18:17
Forum: macOS
Topic: post processing and "set creation date" for dates before 1970
Replies: 3
Views: 14663

Re: post processing and "set creation date" for dates before 1970


macOS / APFS do not fundamentally disallow dates before 1970 on the file system level at the very least:

$ touch -d 1968-01-0100:00:00 a.txt
$ stat -x a.txt
...
Access: Mon Jan 1 00:00:00 1968
Modify: Mon Jan 1 00:00:00 1968
Change: Fri Aug 16 03:30:00 2024
Birth: Fri Aug 16 03:30:00 2024 ...
by cheaters
16 Aug 2024, 00:51
Forum: macOS
Topic: post processing and "set creation date" for dates before 1970
Replies: 3
Views: 14663

post processing and "set creation date" for dates before 1970

Hi Red,

I am using macOS

I have the post processing option set to "set creation date" and I have a lot of older films... pre 1970.

I am getting crazy date stamps on those files because Unix doesn't allow dates to be set before 1/1/1970.

https://dl.dropboxusercontent.com/scl/fi ...
by cheaters
06 May 2024, 14:47
Forum: Feature Requests and Bug Reports
Topic: Post Processing Options dates bug
Replies: 1
Views: 5540

Post Processing Options dates bug

v5.1.3
macOS 14.5

When both "Set creation date" and "Update time stamp" are selected "Update time stamp" overwrites the "creation date" as well as the "modified date". This wasn't the case in the recent past.

I was previously able to have two dates using both of these checkboxes: The creation date ...
by cheaters
13 Mar 2024, 17:04
Forum: Help and Support
Topic: Fetch newly added Episode information immediately (i.e. clear cache)
Replies: 3
Views: 4771

Re: Fetch newly added Episode information immediately (i.e. clear cache)

I remember we were highly discouraged from clearing cache. Does that cost real money when users are constantly clearing cache (i.e. pulling data via APIs = abusing usage quotas)?
by cheaters
13 Mar 2024, 07:03
Forum: Help and Support
Topic: Fetch newly added Episode information immediately (i.e. clear cache)
Replies: 3
Views: 4771

Fetch newly added Episode information immediately (i.e. clear cache)

I remember there was a way to force FB to find a new entry in TMDB via a link... I think. I forgot to take notes :(

example... If I find that a new release can't be renamed because it's not in TMDB yet, and go to TMDB to add the episode, can I rename it immediately, or do I have to wait until the ...
by cheaters
27 Dec 2023, 22:37
Forum: Help and Support
Topic: The Office 2005 renaming complications
Replies: 1
Views: 2696

The Office 2005 renaming complications

:?: Anyone have any success with "The Office" series using TheMovieDB?

The issue is the combined episodes. Using "DVD order" doesn't work when using TheMovieDB, while TVmaze renames perfectly matching the files and episode numbers using "DVD order" and "Airdate" order.

TVmaze works perfectly ...
by cheaters
27 Oct 2023, 15:42
Forum: macOS
Topic: Permissions issue on macOS
Replies: 8
Views: 17631

Re: Permissions issue on macOS

Set a custom umask in macOS

Looking in /private/var/db/com.apple.xpc.launchd

Many of my applications are listed, FileBot is not.

Umask for user apps
Log in as an administrator and enter the following command in Terminal, replacing nnn with the umask value, such as 027 or 002. This command ...
by cheaters
27 Oct 2023, 04:30
Forum: macOS
Topic: Permissions issue on macOS
Replies: 8
Views: 17631

Re: Permissions issue on macOS

If users can't edit or authenticate files on a macOS hosted SMB
You might need to confirm a user's server information, connections, and directory details or adjust access.
by cheaters
27 Oct 2023, 03:46
Forum: macOS
Topic: Permissions issue on macOS
Replies: 8
Views: 17631

Re: Permissions issue on macOS

Poor editing :mrgreen: Sorry for the confusing post, I mixed different states in one post as I had saved a draft earlier, worked on it for a day, then came back to the draft (you said can't use root volume - so I added a new folder and same problem)

The directories do exist. Should I have unixfs ...
by cheaters
27 Oct 2023, 01:22
Forum: macOS
Topic: Permissions issue on macOS
Replies: 8
Views: 17631

Re: Permissions issue on macOS

Thanks for troubleshooting this with me.

I made a post on StackExchange asking for help on the permissions issue

I have made many changes while trying to fix this. Some of the information in the first posts on this post are no longer relevant. I assure you the paths do exist - I don't think that ...
by cheaters
25 Oct 2023, 15:56
Forum: macOS
Topic: Permissions issue on macOS
Replies: 8
Views: 17631

Re: Permissions issue on macOS


:?: Can you move files manually with the mv command?


Yes.

qBittorrent calls a script that copies the files to /PlexMedia_1/pTemp

#!/usr/bin/env bash

mkdir -p ~/Desktop/qBt_test

## logging stuff
{
date; ps -p $PPID -o pid=,ucomm=; printf '\n';
} >> ~/Desktop/qBt_test/log.txt 2>&1

## log ...
by cheaters
25 Oct 2023, 01:00
Forum: macOS
Topic: Permissions issue on macOS
Replies: 8
Views: 17631

Permissions issue on macOS

I have been trying for a week to correct this and now coming here as I have run out of ideas

I am recently upgraded to Sonoma
My volumes are on a remote Mac mini and I have them mounted locally.

This is the FileBot command:
/Volumes/PlexServer_2/Plex/Series/
{ ~plex.year.derive { allOf { tags ...
by cheaters
22 Oct 2023, 05:36
Forum: Scripting and Automation
Topic: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?
Replies: 19
Views: 19657

Re: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?

@rednoah

Hello

Does FileBot need/use/expect the strings as you have written them: ut_label , ut_title , etc. ? Can that nomenclature be changed or will it break FileBot's ability to understand shell scripts.

qBittorrent v4 has changed their parameter names and I see no correlation or complete ...
by cheaters
21 Oct 2023, 23:35
Forum: Episode / Movie Naming Scheme
Topic: Plex TV Series Naming with Year
Replies: 12
Views: 28239

Re: Plex TV Series Naming with Year

@milopalmer

Do you know how to build or download r10069? I imagine it's hosted on GitHub?
by cheaters
21 Oct 2023, 23:31
Forum: macOS
Topic: v5.1.1 Braces instead of brackets?
Replies: 5
Views: 15391

Re: v5.1.1 Braces instead of brackets?



:idea: FileBot r10069 adds {plex.year.id} for users that just want Name (Year) {id-123} for aesthetic reasons.
:arrow: :arrow: Plex TV Series Naming with Year


Thanks for adding {plex.year}! That permanently solves it for me.

Now I just need to find r10069. From what I remember the revision ...
by cheaters
20 Oct 2023, 19:35
Forum: macOS
Topic: v5.1.1 Braces instead of brackets?
Replies: 5
Views: 15391

Re: v5.1.1 Braces instead of brackets?

@rednoah
Now that the emby binding is no longer an option for Plex can you add the year to ~plex.id.derive ?