Open mindflowgo opened 5 years ago
Looked into the Shoutcast platform and they are using jPlayer. It seems to be a decent jQuery plugin and fairly up-to-date so I recommend we continue using it. At the very least we can fully play Shoutcast streams.
We also want to have an inconspicious player and possibly show the playlist.
For spotify we gather the playlists, then just mod the iFrame so they are normally only a button -- the style includes those styling changes:
<iframe src="https://open.spotify.com/embed/playlist/37i9dQZF1DXdIpacQDPDV5" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media" style="overflow: hidden; width: 80px; height: 80px; border: 1px solid gray;"></iframe>
At point fo react, there's a cool clock here: https://codepen.io/studiojvla/pen/vXYpRN
There are 2 logical plans for this, possible both: