View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008969 | MMW v4 | Player | public | 2012-01-15 22:39 | 2012-02-05 22:23 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 4.0.3 | Fixed in Version | 4.0.3 | ||
Summary | 0008969: File path starting with file:/// are not supported in MM | ||||
Description | Even file is fully accessible in windows explorer, MM do not translate URL encoded Local File Paths and parse to input plugin. Some Apps like MusicBee writes URL Encoded paths in playlists as stated in 0008896 where "file:///F:/Documents%20and%20Settings/Rusty/My%20Documents/My%20Music/MusicBee/Downloads/Tim%20Cohen%20-%20Take%20Aim%20Goliath.mp3" should be translated to "file:///F:/Documents and Settings/Rusty/My Documents/My Music/MusicBee/Downloads/Tim Cohen - Take Aim Goliath.mp3" and according to Windows File Specs parsed to input plugin as "F:\Documents and Settings\Rusty\My Documents\My Music\MusicBee\Downloads\Tim Cohen - Take Aim Goliath.mp3" for playback after removing URL protocol statement eg. "file:///" | ||||
Tags | No tags attached. | ||||
Fixed in build | 1466 | ||||
|
URLDecodeUTF8 source uploaded to FTP. |
|
2. Such formatted paths can't be loaded using File -> Open URL or File even by standard File:/// are URLs. |
|
Fixed in build 1465. |
|
Verified 1465 on both Menu and playlists. |
|
3. File paths still show "/" instead of "\" so context menus like find more from same do not work. Replace "/" -> "\" should be automatically applied |
|
Fixed in build 1466. |
|
Verified 1466 |