View Issue Details

IDProjectCategoryView StatusLast Update
0001561MMW v4Properties/Auto-Toolspublic2004-11-02 09:11
Reporterjiri Assigned To 
PriorityimmediateSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.3 
Summary0001561: Add new mask features
DescriptionThere were several mask related features requested:
 - <Path> - Returns full path of the track
 - <Path:n> - Returns path without the first 'n' folders in the hierarchy
 - <Path:-n> - Returns path of the last 'n' folders in the hierarchy
 - <AnyField@n> - Returns a group of letters to which the first letter of the field belongs. 'n' specifies how many letters are in each group.
 - Help - This appears in the list of available fields and opens the masks help page in MM.chm.

Examples of usage:
For C:\My Music\Favourite\Metallica\Load\Track 01.mp3
<path:2> gives 'Metallica\Load\Track 01.mp3'
<path:-1> gives 'Load\Track 01.mp3'
for artist 'Cranberries'
<Artist@2> gives 'CD'
<Artist@3> gives 'ABC'
<Artist@4> gives 'ABCD'
TagsNo tags attached.
Fixed in build

Activities

jiri

2004-10-22 16:41

administrator   ~0004569

This was implemented in build 801. It should be documented in the help file.

jiri

2004-11-02 09:11

administrator   ~0004578

# character was changed to @ because # is used in 'Track#' string. (Build 803)