View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002418 | MMW v4 | Properties/Auto-Tools | public | 2006-03-10 08:46 | 2009-03-12 16:13 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0002418: Expand masks functionality | ||||
Description | As 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
As suggested in http://www.mediamonkey.com/forum/viewtopic.php?t=8727, we could also add some more truncation routines. |
|
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 |
|
This was already resolved quite some time ago. |