View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014715 | MMW v4 | Playlist / Search | public | 2018-04-10 14:49 | 2018-04-16 08:55 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Target Version | 4.1.21 | ||||
Summary | 0014715: XSPF: Playlists with relative paths to files are not read corectly | ||||
Description | In user particular case (XML File attached) "file:\//./../../Alben/Phil Collins/Hits/15 - In The Air Tonight.flac" for Linux it is translated as: file:\//./ -> Take Path from XSPF path as a current folder eg. "//162.168.1.111/My music/Lists/XSPF Playlists/", then go back two folders eg. "/../../" an then navigate to "/Alben/Phil Collins/Hits/" which makes full path to file as "//162.168.1.111/My music/Alben/Phil Collins/Hits/15 - In The Air Tonight.flac" and file plays Windows in the other side translates this completely differently that make full path ending in "\\162.168.1.111\.\..\..\Alben\Phil Collins\Hits\15 - In The Air Tonight.flac" instead of \\162.168.1.111\My music\Alben\Phil Collins\Hits\15 - In The Air Tonight.flac Which is invalid path. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=7&t=89212 | ||||
Tags | No tags attached. | ||||
Attached Files | bug14715.xml (448 bytes)
<?xml version="1.0" encoding="UTF-8"?> <playlist xmlns="http://xspf.org/ns/0/" version="1"> <title>testList</title> <trackList> <track> <location>file:///./../../Alben/Phil Collins/Hits/15 - In The Air Tonight.flac</location> <title>In The Air Tonight</title> <creator>Phil Collins</creator> <album /> <image>file:///./cover.jpg</image> </track> </trackList> </playlist> | ||||
Fixed in build | |||||