Windows tags in Xyplorer columns

Discuss and share scripts and script files...
Post Reply
guimcast@gmail.com
Posts: 10
Joined: 04 Jun 2023 17:56

Windows tags in Xyplorer columns

Post by guimcast@gmail.com »

Hi, i've found a few posts related to windows tags, but after a few hours i couldnt make a column in xyplorer that shows Windows Tags and another one that shows Windows Title.

Is it possible, how would one do it?

I don't want to interact with it, i just want to see them.

Thx!

highend
Posts: 14578
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Windows tags in Xyplorer columns

Post by highend »

Code: Select all

$streamName = "$DATA";
    $result     = runret(lax("cmd" /c more <<cc_item>:$streamName), , 65001);
    if (!regexmatches($result, "^The system cannot find the file specified", , 1)) { return $result; }
Windows title? If this is about e.g. titles of doc(x) documents, that's just a normal property column...
One of my scripts helped you out? Please donate via Paypal

guimcast@gmail.com
Posts: 10
Joined: 04 Jun 2023 17:56

Re: Windows tags in Xyplorer columns

Post by guimcast@gmail.com »

Oh my god, sorry I thought i had answered you!

I was referring to:
prop:System.Keywords:sometag

And now we can even overlay on thumbnails like:

conf("ThumbsOverlayContent",
'<prop System.Keywords>'
);

Which is awesome. I just replied here in casem someone needs it! Thank you tho, highend!

Post Reply