Page 7 of 8
Re: I want to use XYplorer as a library cataloging program
Posted: 31 Jul 2015 22:45
by Ryan
highend wrote:There aren't any complete scripts that do all the necessary work atm (correct tagging + searching). They need to be written... So no, no step by step instructions.
I truly love the idea, so I am waiting with baited breath!! It will be wonderful to implement XY this way to catalog my collections.
Re: I want to use XYplorer as a library cataloging program
Posted: 31 Jul 2015 22:53
by highend
so I am waiting with baited breath!!
Waiting for what? I normally write scripts for tasks that I'm in need of myself or for things that have been requested a lot. I do not tag files at all and enhanced cataloging features have never been requested by the majority of forum users.
I only showed a picture of how a tagging dialog could look like and some lines for scripts that the custom columns would need + how this could be done by abusing one of the extra columns...
Re: I want to use XYplorer as a library cataloging program
Posted: 31 Jul 2015 22:57
by Ryan
highend wrote:so I am waiting with baited breath!!
Waiting for what? I normally write scripts for tasks that I'm in need of myself or for things that have been requested a lot. I do not tag files at all and enhanced cataloging features have never been requested by the majority of forum users.
I only showed a picture of how a tagging dialog could look like and some lines for scripts that the custom columns would need...
I see. Would you be willing to write the scripts for a reasonable fee?
Re: I want to use XYplorer as a library cataloging program
Posted: 31 Jul 2015 23:05
by highend
That depends on how urgent this is. It takes a while to make such things (rather) bullet proof (and it should be when you're messing with the tag database)
My condition in any case is: I can make the code public (to this forum) afterwards so that other users can benefit from it.
If thats ok for you, contact me via pm if you want to make an offer.
Re: I want to use XYplorer as a library cataloging program
Posted: 03 Aug 2015 13:38
by Ryan
highend - Something is wrong with my inbox here and my PMs are not sending to you. Please email me directly: woodr2011 at outlook dot com.
Thank you!
Re: I want to use XYplorer as a library cataloging program
Posted: 11 Aug 2015 17:12
by totmad1
Don wrote about "Load" and "Save".
Which reminded me of an experiment I undertook 16 months ago and never completed.
I went back to it and found the problem which had bugged me.
So here it is.
I never found that i needed it but maybe useful in this instance.
Re: I want to use XYplorer as a library cataloging program
Posted: 12 Aug 2015 17:35
by admin
Ryan wrote:highend - Something is wrong with my inbox here and my PMs are not sending to you. Please email me directly: woodr2011 at outlook dot com.
Thank you!
Ryan, just curious: Did it work out for you?
Re: I want to use XYplorer as a library cataloging program
Posted: 13 Aug 2015 01:04
by Ryan
admin wrote:Ryan wrote:highend - Something is wrong with my inbox here and my PMs are not sending to you. Please email me directly: woodr2011 at outlook dot com.
Thank you!
Ryan, just curious: Did it work out for you?
Hi Don: Yes, very much so!
Re: I want to use XYplorer as a library cataloging program
Posted: 13 Aug 2015 01:05
by Ryan
totmad1 wrote:Don wrote about "Load" and "Save".
Which reminded me of an experiment I undertook 16 months ago and never completed.
I went back to it and found the problem which had bugged me.
So here it is.
TagChange.zip
I never found that i needed it but maybe useful in this instance.
Hi Totmad - Could you give me a summation of what this script does before I apply it? Thanks so much for sharing

Re: I want to use XYplorer as a library cataloging program
Posted: 13 Aug 2015 23:21
by totmad1
Hi Ryan
It is a script to "Save" the present "tag,dat" and associated "taglist" to a separate
zip and ini files. Then "make new" empty "tag,dat" and "taglist".
Finally to give you a choice to "Load". There is also 2 final items to allow you to see
what category you have loaded or taglist.
It was my idea that you could keep your general tagging in one and either one or
individual dat's for your cataloging. This was not in any way a final answer to your
request.
I am also waiting in anticipation to see highends script.
I have my own thoughts and am at the moment reading all I have on custom columns,
BUT i know that I don't come anywhere near highends standard.
Re: I want to use XYplorer as a library cataloging program
Posted: 14 Aug 2015 04:09
by Ryan
totmad1 wrote:Hi Ryan
It is a script to "Save" the present "tag,dat" and associated "taglist" to a separate
zip and ini files. Then "make new" empty "tag,dat" and "taglist".
Finally to give you a choice to "Load". There is also 2 final items to allow you to see
what category you have loaded or taglist.
It was my idea that you could keep your general tagging in one and either one or
individual dat's for your cataloging. This was not in any way a final answer to your
request.
I am also waiting in anticipation to see highends script.
I have my own thoughts and am at the moment reading all I have on custom columns,
BUT i know that I don't come anywhere near highends standard.
Hi Totmad - That sounds excellent. I ultimately hired Highend to write an XY executable script for my Calibre program, which has fully customizable/searchable columns. I may end up having him create the script for the "abused" column in XY at some point, but I struggled a bit with the notion of not being able to sort everything visibly by separate columns for Author, Title, Subject, Call Number, etc. The Calibre program allows for this, so that makes the most sense for me at present.
Re: I want to use XYplorer as a library cataloging program
Posted: 14 Aug 2015 09:01
by highend
It was my idea that you could keep your general tagging in one and either one or
individual dat's for your cataloging.
Uhm, I wouldn't go that way... I just did that with a separate tag1.dat file with 1000 files in it. Each file has 20 "tags".
10 custom columns in XY.
An intermediate script that puts the content of the tag1.dat file into a permanent variable (to speed up the access).
A refresh takes 25 seconds until XY has filled all columns and is usable again...
Doing it (rather natively) via the original tag.dat, the same refresh takes 3 seconds.
That's about 8 times faster.
but I struggled a bit with the notion of not being able to sort everything visibly by separate columns for Author, Title, Subject, Call Number, etc.
Ofc this depends a bit on available screen size (in my case 1680 x 1050 (x 2 because of a dual monitor setup)) but without tree and catalog it shouldn't be a major problem to display 10-15 custom columns.

- Unbenannt.png (229.96 KiB) Viewed 4415 times
Re: I want to use XYplorer as a library cataloging program
Posted: 14 Aug 2015 13:07
by Ryan
Hi Highend - If we went with the "abused" column script, how would it be possible to show the tags within that column in a regular XY view along with all other mainstream columns?
Re: I want to use XYplorer as a library cataloging program
Posted: 14 Aug 2015 13:12
by highend
how would it be possible to show the tags within that column in a regular XY view along with all other mainstream columns?
I'm unsure what you mean...
Make a screenshot of how it should look like, please.
Re: I want to use XYplorer as a library cataloging program
Posted: 15 Aug 2015 02:12
by Ryan
I am asking if it would be possible to have the fields within the abused column appear individually with the other default columns in XY, such as Name, Ext, Size, Type, Modified, Created, etc., so that the information in the fields could be sorted visibly with all the other default columns?