|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Aug 2008
Posts: 13
|
Bug: Remove Duplicate Entries should not be case-sensitive
Problem:
When using the Remove Duplicate Entries option found in REM > REM MISC (or Shift+Delete), playlist items with identical paths but different casing will not be seen as duplicates. Therefore, the duplicates will remain. How to reproduce the problem:
|
|
|
|
|
|
#2 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,463
|
i've just checked the plug-in's code which implements that feature and you are correct it doesn't handle paths case-insensitively (it actually works against a crc of the file-path instead of a string comparison for speed). it used to do things on a case-insensitive basis but this then caused all of the re-added file-paths to be lower case which people didn't like.
i've logged the issue and will look to getting it resolved (just not sure when at the moment). -daz |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2008
Posts: 13
|
I see the resolution is harder than I thought. But still, I'm glad to hear that the issue has been logged. I hope it will be fixed soon!
|
|
|
|
|
|
#4 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,463
|
i think i've fixed this in the plug-in now so will see how it goes with the next release of the jtfe plug-in.
-daz |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|