How to scan all tagged item and add all tags to the tag list

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
hitfq
Posts: 18
Joined: 14 Feb 2012 22:20

How to scan all tagged item and add all tags to the tag list

Post by hitfq »

Hi Everyone,
By default the tag added by typing into the tag tab in the info pane is not shown in the tag list, does anyone know how to scan all tagged items and add all tags to the tag list, also where the tag list is stored so I may write a script that centralize the management of all my tags on several disks ( some are portable)?
Because the current portable tag is not part of the the tag database in the main system. It would be nice if I could combine the distributed tag data with the one on the main system:tags in the portable disk is part of the main tag data base when the portable is plugged in, changes made in xyplorer on the main system is automatically saved to the portable tag data.
Thank you!

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: How to scan all tagged item and add all tags to the tag

Post by serendipity »

hitfq wrote:Hi Everyone,
By default the tag added by typing into the tag tab in the info pane is not shown in the tag list, does anyone know how to scan all tagged items and add all tags to the tag list, also where the tag list is stored so I may write a script that centralize the management of all my tags on several disks ( some are portable)?
Because the current portable tag is not part of the the tag database in the main system. It would be nice if I could combine the distributed tag data with the one on the main system:tags in the portable disk is part of the main tag data base when the portable is plugged in, changes made in xyplorer on the main system is automatically saved to the portable tag data.
Thank you!
There is a tweak to add tags to taglist if setting tags from Info Panel | Tags tab.

Code: Select all

; Tweak: Tags tab: add new tags to tag list
TagsAddNewTagsTab=0
Set it to 1

hitfq
Posts: 18
Joined: 14 Feb 2012 22:20

Re: How to scan all tagged item and add all tags to the tag

Post by hitfq »

That works. Thank you.

Post Reply