Set tags by List and write tags to ADS(Alternate Data Stream), NTFS fomat only.
Note: File operations with software that does not support ADS will lose ADS tags.
Some supported software: XYplorer, Windows Explorer, Directory Opus(Not enabled by default), GoodSync, Duplicate Cleaner.
Transfer: viewtopic.php?p=76510#p76510
Scripts: Add/Set/Find Tags, Labels and Comment, Alternate Data Stream Tags
Scripts: Add/Set/Find Tags, Labels and Comment, Alternate Data Stream Tags
- Attachments
-
Set tags by List and write tags to ADS (Alternate Data Stream, NTFS fomat only)_v1.3.3.xys
- (7.66 KiB) Not downloaded yet
Last edited by Norn on 06 Aug 2022 19:38, edited 16 times in total.
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
Edit Tags/ADS Tags (Alternate Data Stream, NTFS fomat only):
Set last Tags/ADS Tags (Alternate Data Stream, NTFS fomat only):
Add Tags by popup menu and write Tags to ADS (Alternate Data Stream, NTFS fomat only):
Last edited by Norn on 07 Aug 2022 17:47, edited 14 times in total.
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
Find by Tags List via Everything tool (Alternate Data Stream) (Need Everything version 1.5 Alpha, "Index attributes" Will be faster):
/define Tag=AlternateDataStreamUTF8:
If successful, you should see Tag=AlternateDataStreamUTF8: in the status bar for a few seconds.
Searching for
Define a macro: In Everything, type in the following search and press ENTER:/define Tag=AlternateDataStreamUTF8:
If successful, you should see Tag=AlternateDataStreamUTF8: in the status bar for a few seconds.
Searching for
tag:
is now replaced with AlternateDataStreamUTF8:
Find by Tags & Labels List: viewtopic.php?p=196057#p196057
Last edited by Norn on 01 Aug 2022 12:21, edited 10 times in total.
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
Add tags by read ADS tags of the selected items (Alternate Data Stream):
- Attachments
-
Add tags by read ADS tags of the selected item(s) (Alternate Data Stream)_v1.3.xys
- (1.32 KiB) Not downloaded yet
Last edited by Norn on 06 Aug 2022 19:40, edited 8 times in total.
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
I think you mean Properties indexing in Everything, not attribute indexing.
I use Properties indexing for a list of named ADS streams.
Defined in the ini file like this:
property_alternate_data_stream_ansi=Tag=Tag;custom property 0=Comment;custom property 1=Tag
I use Properties indexing for a list of named ADS streams.
Defined in the ini file like this:
property_alternate_data_stream_ansi=Tag=Tag;custom property 0=Comment;custom property 1=Tag
Windows 11 Home x64 Version 21H2 (OS Build 22000.832)
Portable XYplorer v23.50.0000
Everything 1.5.0.1315a (x64)
Portable XYplorer v23.50.0000
Everything 1.5.0.1315a (x64)
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
The option is named "Index attributes"...
UTF-8 format is better for me.
UTF-8 format is better for me.
Last edited by Norn on 01 Aug 2022 12:15, edited 1 time in total.
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
Custom column: ADS Tags (Item type: Files and Folders):
Code: Select all
//Function : Custom column: ADS Tags (Item type: Files and Folders)
//Created : 2022-07-28
//Modified : 2022-07-29
//Version : 1.2
if(exists("<cc_item>:Tags")) { //If ADS exists
$data = readfile("<cc_item>:Tags"); //Read ADS Tags
return gettoken($data, 1, "<crlf>"); //Get the first row and return
}
Re: Scripts: Add/Set/Find Tags, Alternate Data Stream Tags
Set label by List, and set label to ADS (Alternate Data Stream, NTFS format only):
Set label by the popup menu, and set label to ADS (Alternate Data Stream, NTFS format only):
Set label and set label to ADS (Alternate Data Stream, NTFS format only) (Keyboard shortcut version):
Set last label and set to ADS (Alternate Data Stream, NTFS format only):
Last edited by Norn on 02 Aug 2022 10:52, edited 7 times in total.
Re: Scripts: Add/Set/Find Tags and Labels, Alternate Data Stream Tags
Set label by read ADS label of the selected items (Alternate Data Stream):
- Attachments
-
Set label by read ADS label of the selected item(s) (Alternate Data Stream)_v1.3.xys
- (1.84 KiB) Not downloaded yet
Last edited by Norn on 06 Aug 2022 19:41, edited 2 times in total.
Re: Scripts: Add/Set/Find Tags and Labels, Alternate Data Stream Tags
Edit Comment/ADS Comment (Alternate Data Stream, NTFS fomat only):
Custom column: ADS Comment (Item type Files and Folders):
Add Comment by read ADS Comment of the selected items (Alternate Data Stream):