Bug 2794 - Case Sensitivity Under Windows
: Case Sensitivity Under Windows
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Database
: 6.2.2
: PC Windows (legacy)
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-08 06:32 UTC by miguel.bugzilla
Modified: 2008-09-15 14:38 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miguel.bugzilla 2006-01-08 06:32:11 UTC
SlimServer appears to handle identical physical path names as unique tracks if any part of the path contains variances in case.  To illustrate...

\\Server\Share\myartist\myalbum\mytrack.mp3

  is treated as unique to...

\\server\share\myartist\myalbum\mytrack.mp3

This is causing duplicate tracks in the database (two or more records pointing to the same physical file) when user maintained playlist files are present and the references do not contain indentical casing.

If this functionality is by design, it is requested that an option be made available to turn on/off based on user preference.

Related thread... http://forums.slimdevices.com/showthread.php?t=19763
Comment 1 KDF 2006-04-01 13:25:40 UTC
change 6799 is a possible fix for this, see april 2 build of 6.2.2 to confirm.
Comment 2 Dan Sully 2006-04-21 16:56:10 UTC
The change that KDF references fixes this problem. We now turn all paths to the canonical case as seen by the filesystem.