Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [bug][iOS] Various issues with m3u files over the network (Read 1163 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[bug][iOS] Various issues with m3u files over the network

Only tested on the iOS version of the app. My playlist looks like this:

#EXTM3U
#EXTINF:-1, artist - song 1
https://my-server.com/song1.mp3
#EXTINF:-1, artist - song 2
https://my-server.com/song2.mp3
#EXTINF:-1, Continue
https://my-server.com/playlist.m3u

There are two issues I've observed:

1. Player assumes that the items in the playlist have a relative URL
For the player to start media playback, I had to convert all of the items to a relative URL.

2. Player only plays the first item of the continuation playlist
The player successfully loads and plays the first item of https://my-server.com/playlist.m3u, but then it fails to play subsequent items.

Re: [bug][iOS] Various issues with m3u files over the network

Reply #1
Here are a couple of playlists that can be used for testing purposes, which fail to play on the iOS version of fb2k:

Absolute path: https://raw.githubusercontent.com/owahltinez/m3u8test/main/playlist/absolute.m3u8
Continuation playlist: https://raw.githubusercontent.com/owahltinez/m3u8test/main/playlist/a.m3u8
Recursive playlist: https://raw.githubusercontent.com/owahltinez/m3u8test/main/playlist/recursive.m3u8

Re: [bug][iOS] Various issues with m3u files over the network

Reply #2
Hello, I see that no one has confirmed this bug report yet. Is this not the appropriate channel to report issues?