Content deleted Content added
m →Example of an XSPF 1.0 playlist: fixed bad 'file' URLs. The authority component (between 2nd & 3rd '/') is normally for hostnames. See http://xspf.org/quickstart/ & https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-05 |
|||
Line 29:
<track>
<title>Windows Path</title>
<___location>file:///C:/music/foo.mp3</___location>
</track>
<track>
<title>Linux Path</title>
<___location>file:///media/music/foo.mp3</___location>
</track>
<track>
|