Search found 2 matches

by Raptor6L
30 May 2026, 07:22
Forum: Scripting and Automation
Topic: Post Rename Reference
Replies: 2
Views: 3117

Re: Post Rename Reference


The -exec custom post-process commands manual is a good way to get started with custom post-process commands.


e.g.
-exec /path/to/script.sh {f} {historic.f} {json}
{f} is the new file path
{historic.f} is the previous file path
{json} is the xattr metadata


Excellent, that I can have a ...
by Raptor6L
30 May 2026, 06:15
Forum: Scripting and Automation
Topic: Post Rename Reference
Replies: 2
Views: 3117

Post Rename Reference

Hi Rednoah

It's taken a while to figure it out but I've got your AMC script working as the part of a larger process. Pretty neat!
I'm wondering if there is a way to reference the file\ folder after AMC has renamed it?
Example: AMC sees the title from qbt using this reference "ut_title=%N", but "ut ...