View Issue Details

IDProjectCategoryView StatusLast Update
0002418MMW v4Properties/Auto-Toolspublic2009-03-12 16:13
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0002418: Expand masks functionality
DescriptionAs reported in http://www.mediamonkey.com/forum/viewtopic.php?t=8223, it would make sense let user for example change capitalization using masks. Might be useful for portable devices, burning, auto-organization, etc.

Unlike the suggestion in the post above, I think this should be done using functions in masks, i.e. currently we have $if() function there, but we could further add $upcase(), etc.
TagsNo tags attached.
Fixed in build

Activities

jiri

2006-04-26 14:25

administrator   ~0007173

As suggested in http://www.mediamonkey.com/forum/viewtopic.php?t=8727, we could also add some more truncation routines.

jiri

2006-04-26 15:12

administrator   ~0007175

Last edited: 2006-11-30 15:53

Some other routines that could be implemented:
 - $NoPrefix(S) - to remove 'the' or any other configured prefix
 - $Group() - the same as '@' operator
 - $Left(S,N) - returns left N characters of S (no padding)
 - $Right(S,N) - returns right N characters of S (no padding)
 - $Mid(S,N,M) - returns M characters starting from index N of string S
 - $Upper(S) - Upper case of string
 - $Lower(S) - Lower case of string

jiri

2009-02-12 10:16

administrator   ~0016634

This was already resolved quite some time ago.