samedi 2 octobre 2021

Webradio with upcoming playlist (Icecast with MySQL)

I am developing a webradio with Icecast. Idea is that you click on the song, and you get information (through mysql – more info than the metadata).

So far, I cannot find a way to “see” the upcoming list, so I am thinking to do it “manual” through MySQL.

A. I will create a list in the SQL with all info I need with a uuid
for each song, then I will add the uuid to the mp3 metada.

B. I will create a playlist with the exact order of the SQL and will
upload it to icecast. 

C.  I will display the song in the html and while playing I can grab
the uuid and mark it as “playing now”.

The only problem I can think at the moment is that I cannot shuffle the playlist, but it is minor to my project.

In order to avoid all the above, is there a way to "see" the upcoming songs (e.g 10 next songs) in my playlist with Icecast?




Aucun commentaire:

Enregistrer un commentaire