Maybe some players don't care, but foobar2000 does. It only adds 18 streams instead of expected 49. The m3u list does not have this problem and works exactly as expected.
Thanks for existing btw, after Everfree Radio died the second time it was nice to find many streams in one convenient location.
https://github.com/Poniverse/Ponyville-Live/blob/31563f3144dc87a5459319ee493f2c2b998955aa/app/modules/frontend/controllers/StationController.php#L205 Because each station can have multiple streams, the count is incorrect here. You would need to use $i after you iterated through the stations to set NumberOfEntries properly. I don't know php so can't fork and fix myself, but should be relatively easy.
Maybe some players don't care, but foobar2000 does. It only adds 18 streams instead of expected 49. The m3u list does not have this problem and works exactly as expected.
Thanks for existing btw, after Everfree Radio died the second time it was nice to find many streams in one convenient location.