View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011042 | MMW v4 | Properties/Auto-Tools | public | 2013-07-07 22:37 | 2013-07-19 21:48 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1 | ||||
Fixed in Version | 4.1 | ||||
Summary | 0011042: FileMapping: Conversion of remapped chars do not work | ||||
Description | When MMW Separator is set to "|" there is several issues in Mappings: 1. INI filename mappings contain these two conversion mapping like this (In this order) --- [FilenameMappings] 3B=26 7C=3B --- MMW auto-organize do not Convert "|" -> "&" but use ";" as filename separator If Mappings are in this order: --- [FilenameMappings] 7C=3B 3B=26 --- MMW auto-organize correctly Convert "|" -> "&" 2. Mappings for separator "|" (7C) to any other char is always reverted to default ";" 3. Often in Auto-Organize Additional Prefix/Suffix Space is required when used with multi values eg. "Queen|Freddie Mercury" -> "Queen & Freddie Mercury" instead of "Queen&Freddie Mercury" same goes for MMW showing in Track view especially if "&" is used as separator | ||||
Additional Information | SEV-580988 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1648 | ||||
|
1. Solution would be that MMW sort correctly Filename Mapping where example workaround would not be needed. eg. 3B=26 and 7C=3B would be always read as 7C=3B and 3B=26 no matter on order in INI file. |
|
1. I guess that the user edited it manually this way, but we can add suggested sorting. 2. Looking into code, this is regression caused by fixing 0010325 3. This can be resolved by adding 3B=202620 |
|
1. Fixed in build 1648 this way: if both 7C=3B and 3B=26 exists, then 7C=3B is reduced to 7C=26 2. Fixed in build 1648. 3. This can be resolved by adding 3B=202620 to [FilenameMappings] |
|
Verified 1648 Removing todoc |