Hi there!
I usually use my own Emacs "frontend" to play M3U files, and I also have a custom implementation for radio listening in emacs-solo. It’s basically a collection of M3U playlists that follow a well-known format (you can check the code here).
I was wondering if Asteroid could also provide a playlist containing all of its stations in this format, for example:
#EXTM3U
#PLAYLIST:Asteroid Radio – Music for Hackers
#EXTINF:-1 tvg-logo="https://asteroid.radio/asteroid/static/favicon-32x32.png" group-title="Asteroid Radio", Underworld and Friends - AAC 96kbps Stereo
http://ice.asteroid.radio/asteroid.aac
#EXTINF:-1 tvg-logo="https://asteroid.radio/asteroid/static/favicon-32x32.png" group-title="Asteroid Radio", Shuffle - MP3 96kbps
http://ice.asteroid.radio/asteroid-shuffle.mp3
In emacs-solo, after visiting a .m3u file, you can run M-x m3u-visualizer-open-buffer to get a view like this:
We can also display station logos:
If you’re interested in providing such a playlist, I’d be happy to add it to the stations suggested list already available in emacs-solo.
Hi there!
I usually use my own Emacs "frontend" to play M3U files, and I also have a custom implementation for radio listening in
emacs-solo. It’s basically a collection of M3U playlists that follow a well-known format (you can check the code here).I was wondering if Asteroid could also provide a playlist containing all of its stations in this format, for example:
In
emacs-solo, after visiting a.m3ufile, you can runM-x m3u-visualizer-open-bufferto get a view like this:We can also display station logos:
If you’re interested in providing such a playlist, I’d be happy to add it to the stations suggested list already available in
emacs-solo.