Hi -
I moved 3.5TB of data, using XYplorer (18.90.0100), from a local drive to a network share and the tags for the moved files were removed. This seems to happen whenever there is any kind of interruption to a move, such as the transfer stopping for confirmation of moving system files, and I've had good results editing the file paths in the TAG.DAT file to correct such problems.
This time, though, I've edited the TAG.DAT file the same way that I have in the past (XYplorer closed, using NotePad++) but those tags aren't functioning as expected. I have several hours invested in this and I must be missing something, though I've read similar threads such as viewtopic.php?f=2&t=13135 trying to fix this on my own.
Any help?
Editing tags doesn't restore functionality
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
Re: Editing tags doesn't restore functionality
Did you try to fix it with:
Configuration | Information | Tags | Options | Database Check...
2 x OK button inside the message requesters...
You need to save your config (or at least the tags) afterwards to see the result of this operation in the tag.dat file...
Configuration | Information | Tags | Options | Database Check...
2 x OK button inside the message requesters...
You need to save your config (or at least the tags) afterwards to see the result of this operation in the tag.dat file...
One of my scripts helped you out? Please donate via Paypal
Re: Editing tags doesn't restore functionality
Hi -
No, I haven't done that in the past but I just did - and everything appears to be functioning normally. Thanks!
No, I haven't done that in the past but I just did - and everything appears to be functioning normally. Thanks!
Re: Editing tags doesn't restore functionality
Your problem probably resulted from an incorrect sort order (it must be case-sensitive),
the Check Database... fixes this.
Or a script:
the Check Database... fixes this.
Or a script:
Code: Select all
$file = "<xydata>\tag.dat";
if (exists($file) != 1) { $file = inputfile(<xydata>, "dat", "Open the tag.dat file..."); }
$content = readfile($file);
$header = gettoken($content, 1, "Data:<crlf>");
$tags = gettoken($content, 2, "Data:<crlf>");
$list = $header . "Data:<crlf>" . formatlist($tags, "ec", <crlf>);
writefile($file, $list);
#190; // Restart without saving
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club