Yeah, I tried transferring this ml.xspf file via the web interface. I also created Untitled.M3U playlist with all these stations, and uploaded it via the web interface, too.
However, on iOS VLC's side it looks like this: https://i.imgur.com/87f3tb8.png (i.e., they don't transform into actual playlists, instead, they appear just as regular files) and if opening those, they play just the first(?) entry
Would be grateful for some advice may be
And yeah, I understand, of course, about the problem with local files but as I said, I only have links to some internet radio stations there, which should play OK, something like this:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/" version="1">
<title>Media Library</title>
<trackList>
<track>
<location>http://5.152.208.98:8058/</location>
<title>Ancient FM</title>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
</extension>
</track>
<track>
<location>http://94.23.201.38:8000/stream</location>
<title>Audiophile Baroque</title>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>1</vlc:id>
</extension>
</track>
---rest skipped----