This topic is about the 80s80s plugin which allows to play radio streams of the german radio service 90s90s.de
All channels are dedicated to the 80s or 90s and offer pop music channels with either mixed genres (Pop, Love, Dance) or dedicated 24/7 channels of artists like Depeche Mode and others.
State:
listening to 19 different streams in mp3 (192 kbps)
24/7 channels of David Bowie, Prince, Michael Jackson, Depeche Mode
metadata with cover, artist, title, album
default station cover if no album cover available
last.fm scrobble (needs slight modifications in the last.fm plugin)
Installation:
The plugin is available from the music service plugin section in the GUI
State:
The plugin should run quite stable, tested on Raspberry Pi 3 and Zero W.
The API which delivers the metadata information is not 100% reliable though. It has quite a huge delay of ~30 seconds. This can be modified in the settings of the plugin (default: 30 sec). Some channels have news every full hour and for this time frame, the API delivers a wrong song which is not played. It should sync after the news automatically.
General Info:
Even though these are german channels on lots of them there is not a lot moderation/spoken parts so it should be quite suitable for non german speakers as well.
ciao Marco79cgn and Michelangelo.
I have updated the 80s80s plugin to support all the currently available streams on 80s80s website.
How can I send you the updated code?
I just updated the plugin as well. You can now listen to all currently available channels of both 80s80s and 90s90s. I also added all the missing covers of the stations in case the metadata delivers no result for the current song.
I will open a merge request later so that the plugin can be automatically updated.
Ah, my bad, I had Italo Disco on my list and simply forgot it.
Didn’t expect the christmas channel to be alive. In the last years this stream was only available around christmas time. But I still added it. The DAB Hamburg channel is basically the same as the Real 80s channel except for the news. I added it anyway now upon your request.
The file above in the dropbox has been updated and can be reinstalled. I also added the missing covers.
Hello,
This is a wonderful plugin
I have observed that the album cover art is not all the time updated with the current played song? This is from my internet connection?
Thanks.
Thank you for this plugins, I integrated it with my custom player project.
There is some bugs that I fixed in your code and I like to share, one is very critical , causing the voliumio status to blow a way on very long tracks. Related to a number that is dealing a s string and make the seek value to be string concatenate rather than an arithmetic sum.
in file “index.js” function playNextTrack , missing JSON.Parse for currentTime (twice)
function getSongsResponse need to parseFloat airtime value
Hello,
I really like this plugin but I am having some issues, for example now I am listeningg the 80 80 real radio but when I read volumio status is said stop, also the mpd oled is stopped… Only watch is shown… Because of rj is I can not stopp it… Thanks
olumio:~$ volumio status {
“status”: “stop”,
“position”: 0,
“title”: “80s80s Real 80s Radio”,
“albumart”: “/albumart?sourceicon=music_service/80s80s/images/80s80s-cover.png”,
“uri”: “http://streams.80s80s.de/web/mp3-192/volumio”,
“trackType”: “80s80s Radio”,
“seek”: 0,
“duration”: 1000,
“random”: null,
“repeat”: null,
“repeatSingle”: false,
“consume”: false,
“volume”: 80,
“disableVolumeControl”: false,
“mute”: false,
“stream”: “80s80s Radio”,
“updatedb”: false,
“volatile”: false,
“service”: “80s80s”