FileX wdx plugin How do you use it?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
neverthelesshello
Member
Member
Posts: 136
Joined: 2010-02-26, 11:52 UTC

FileX wdx plugin How do you use it?

Post by *neverthelesshello »

The text file that comes with it doesnt telll you how to use it. Any hints/advice please?!
What you dont see is what you get!
User avatar
hoppfrosch
Junior Member
Junior Member
Posts: 67
Joined: 2004-10-20, 05:39 UTC

Post by *hoppfrosch »

Do you know how to use wdx-Plugins (aka content plugins) at all? If not, you can get more info in tc help file ...

Just install it and you can use it at several places:
* user defined columns ...
* multi rename tool ...
* searching
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Readme.txt wrote:Groups are defined in FileX.ini in the section [Group].
Every group defined like

GroupName=str1:str2:str3

Extended conditions.
--------------------
strX can be string prefixed by ?, * or | char.
It allows define aditional conditions based on full filename.
- ? means string MAY be in filename (like extension but anywhere in filename)
- * means string MUST be un filename
- | means string MUST NOT be in filename

Examples:
Document=doc:pdf:djvu:?book
CDImage=iso:bin:|\MyProjects
So, create file FileX.ini, then add group [Group] and then define groups there. E.g.:

Code: Select all

[Group]
Document=doc:pdf:djvu:?book:txt
CDImage=iso:bin:|\MyProjects
Next, use [=filex.Group] or [=filex.GroupN] field to get predefined group name or index - e.g. to sort files by groups.
User avatar
Vochomurka
Power Member
Power Member
Posts: 816
Joined: 2005-09-14, 22:19 UTC
Location: Russia
Contact:

Post by *Vochomurka »

When there are some sets of numbered files

Code: Select all

a01.txt
a02.txt
...
bcd001.doc
bcd002.doc
...
it is suitable to create a group:

Code: Select all

{-1st in set-}=?01.
and then to use this group everywhere it is allowed (I use it in the thumbnail view). Then you can easily see where each set starts and ends.
Moreover, fields filex.FullPathLen, filex.FileNameLen, filex.PathLen, filex.FileType and filex.Association are self-explanatory. I created the corresponding set of custom columns and switch to it sometimes.
Single user license #329241
PowerPro scripts for Total Commander
neverthelesshello
Member
Member
Posts: 136
Joined: 2010-02-26, 11:52 UTC

Post by *neverthelesshello »

Thanks to all for the help
I have a good idea how it works now.
What you dont see is what you get!
Post Reply