Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSPF playlist support #162

Open
ghost opened this issue Aug 30, 2021 · 1 comment
Open

XSPF playlist support #162

ghost opened this issue Aug 30, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 30, 2021

Please add XSPF playlist support to Hypnotix
Example XSPF file:

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http:https://xspf.org/ns/0/">
  <trackList>
    <track>
      <title>Windows Path</title>
      <location>file:https:///C:/music/foo.mp3</location>
    </track>
    <track>
      <title>Linux Path</title>
      <location>file:https:///media/music/foo.mp3</location>
    </track>
    <track>
      <title>Relative Path</title>
      <location>music/foo.mp3</location>
    </track>
    <track>
      <title>External Example</title>
      <location>http:https://www.example.com/music/bar.ogg</location>
    </track>
  </trackList>
</playlist>
@Axel-Erfurt
Copy link

You can open your xspf with vlc and then save it as m3u.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant