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!
Windows tags in Xyplorer columns
Re: Windows tags in Xyplorer columns
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; }
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
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!
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!
XYplorer Beta Club