1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- Groups 1.0.2.1
- Content plugin for sort files by group.
- This is new independent version of Group Sort plugin (groups only) (http://totalcmd.net/plugring/groups.html).
- Groups define support simple file masks and PCRE compatible regular expressions.
- *** Setup options ***
- Setting stored in ini file with same name as plugin (by default Groups.ini).
- Groups setup like in plugin Group Sort except regular expressions.
- [config] section
- last=z - group name for files without group;
- directory=0 - process folders (not full paths!).
- LastNumber=0 - number of 'last' group, auto if less then groups count;
- DateFields=0 - date column extracted from file name (like example Date1 and Date2).
- [group] section
- Group Name=file mask or regular expression (PCRE).
- Masks delimited with ';' symbol without spaces, eg Audio=*.mp3;*.m4a
- Regular expressions starts with symbol '<', eg TestRegEx=<.?A.?
- *** Installing ***
- Just enter to archive with plugin and TC ask you about plugin installing.
- Create new columns set (Configuration - Options - Custom columns - New).
- Add new column with 'groups' field.
- *** License agreement ***
- This software provided "AS-IS" without warranty of any kind for non-commercial use.
- *** Changes history ***
- Ver 1.0:
- * initial release.
- Ver 1.0.1:
- + column with group number;
- + column with date extracted from file name (DateFields=1 in setup ini).
- Ver 1.0.2:
- * changes in regex for column with date extracted from file name.
- Ver 1.0.2.1:
- * fixes.
- ---
- Suggestions, Wishes and bug reports are welcome!
- ProgMan13, (ProgMan13@mail.ru)
|