Search found 2 matches

by ctark
12 Mar 2017, 21:20
Forum: Scripting and Automation
Topic: Using Filebot to add custom xattr
Replies: 13
Views: 12107

Re: Using Filebot to add custom xattr

Wow, it was this easy? I feel silly for wasting so much time!

f.xattr['net.filebot.ut.label'] = 'Label 1' Was all I needed in the end.

Thanks for the link to the ntfs streams, I didn't know you could do that in powershell, cool feature.

Now I just need to work the new xattr into the manually ran ...
by ctark
12 Mar 2017, 19:57
Forum: Scripting and Automation
Topic: Using Filebot to add custom xattr
Replies: 13
Views: 12107

Using Filebot to add custom xattr

Hey!

First off, thank you for this great utility, I am loving the AMC script, and have used it as a base for a custom version that suits my needs.

What I am trying to do: Save the label and tracker that is passed from the client to the AMC script as a new xattr for use later.

A bit of ...