View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006379 | MMW v4 | Synchronization | public | 2010-06-17 13:11 | 2010-12-21 05:00 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006379: Tracks don't play from external drives (regression) | ||||
Description | This is another regression most probably related to 0006317. If user browses an external WMDM device/USB stick then the track are shown in tracklist as '\Music\Tracks\...' instead of 'E:\Music\Tracks\...' and thus don't play. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1330 | ||||
|
Also in MM 3.2 there is a similar report related to drive letter A: , more details and debug log in ticket ID: BFN-750884 http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=9010 |
|
Is this really a regression? We do show drive letters in paths, at least when the device plug-in knows them. |
|
Yes, it is regression. When an USB device is automatically detected by d_WMDM.dll plugin then it is shown directly in Main Tree as "Removable device (E:)". If user navigate by using that node then paths are like '\Music\Tracks\...' instead of 'E:\Music\Tracks\...' (works fine in 3.2.0.1294) But if user navigates to "My Computer" -> "E:\" node then the path is correct, i.e. 'E:\Music\Tracks\...' I have just debugged it and the regression has been introduced in the SVN revision 9060. In the concrete procedure TDeviceData.GetUSBDevHandle; fails the following line: devlist := DeviceInterf.ActiveDeviceList[ USBID]; where (devlist.Count = 0) due to changes in SVN revision 9060. |
|
Fixed in build 1316. |
|
Verified 1316. |
|
Re-opened, because this regression seems to be re-introduced, now the paths are like E:\E:\Music\Track.mp3 Fixed in 1330 |
|
Verified 1331. |