View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021275 | MMW 5 | Tagging / organizing (properties / auto-tools) | public | 2024-10-15 15:16 | 2024-10-21 13:27 |
Reporter | lowlander | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 5.1 | ||||
Target Version | 5.1.1 | ||||
Summary | 0021275: Unorganized Files Path highlighting doesn't work | ||||
Description | When browsing to Files to Edit > Unorganized Files, MediaMonkey will highlight parts of the Path in the Path column. However this doesn't seem to be working. MediaMonkey seems to highlight full filename except 1 character. This is not correct. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
Note that the list shown is affected by bug 0021276, so they shouldn't be shown in the first place. |
|
Watching the highlight diffs algorithm in code and it actually highlichts characters that differs at the same index position So for paths like: C:\Test\aabb C:\Test\baabb => C:\Test\aabb as just two characters at the corresponding index positions differs.. Not ideal, but in your case it looks that the first difference is the first char of the filename, so it looks that either <Disc #:2> or <Track #:2> in the filename differs? |
|
I'll look into it and modify the algorithm to make more logical highlights. |