View Issue Details

IDProjectCategoryView StatusLast Update
0011042MMW v4Properties/Auto-Toolspublic2013-07-19 21:48
Reporterpeke Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1 
Fixed in Version4.1 
Summary0011042: FileMapping: Conversion of remapped chars do not work
DescriptionWhen 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 InformationSEV-580988
TagsNo tags attached.
Fixed in build1648

Relationships

related to 0010325 closedLudek $First fails when split character is set to | 

Activities

peke

2013-07-07 22:44

developer   ~0036768

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.

Ludek

2013-07-15 10:42

developer   ~0036853

Last edited: 2013-07-15 12:23

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

Ludek

2013-07-15 12:37

developer   ~0036854

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]

peke

2013-07-16 00:41

developer   ~0036865

Verified 1648

Removing todoc