View Issue Details

IDProjectCategoryView StatusLast Update
0021275MMW 5Tagging / organizing (properties / auto-tools)public2024-10-21 13:27
Reporterlowlander Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Product Version5.1 
Target Version5.1.1 
Summary0021275: Unorganized Files Path highlighting doesn't work
DescriptionWhen 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.
TagsNo tags attached.
Attached Files
image.png (234,477 bytes)   
image.png (234,477 bytes)   
Fixed in build

Relationships

related to 0021276 feedbacklowlander Unorganized Files shows files due to special character handling 
related to 0021277 feedbacklowlander Leading . (dot) in filename causing incorrect folder in Organize Files 

Activities

lowlander

2024-10-15 15:20

developer   ~0077280

Note that the list shown is affected by bug 0021276, so they shouldn't be shown in the first place.

Ludek

2024-10-18 15:10

developer   ~0077317

Last edited: 2024-10-18 15:15

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?

jiri

2024-10-21 13:27

administrator   ~0077323

I'll look into it and modify the algorithm to make more logical highlights.