InternetRadio - customize

,

Vanglesis makes changes including (better) support for playlists, etc. If there is an issue (and there is) then it needs to be recorded and fixed. We can’t guarantee that copying random bits of code between versions will continue to work and not cause other issues.

1 Like

:question:
It is only the inet_radio.py not random bits of code.

But that code has changed, and will change again very soon.

I have pushed some updates to testing (vangelis). This provides these improvements to the radio player:

  • Use VLC as the playback engine to better support streams.
  • Supports aac streams with minimal startup delay.
  • Prev/Next control to step through radio channels and playlists. Short delay before selecting a radio channel to allow navigation through all stations.
  • Option to enable random playback of playlists.
  • Improved display of information.
  • Enabled all tested/working default radio stations

I hope this resolves the issues that people saw with the last update that stopped aac streams working. Please report issues in the tracking system, ideally via webconf Report Issue button.

VLC is a good player but has some odd behaviour that needed working around (which made this a far more time consuming fix). Some of these (for the technically curious) include:

  • Cannot run as root. We run zynthian as root so I had to run sed -i 's/geteuid/getppid/' /usr/bin/vlc to remove this constraint. This is done by the update but we may need to revisit if vlc package is updated.
  • Jack client is restarted for each change of stream. Had to put in code to retrigger zynthian’s audio routing.
  • Jack client auto connects. I used a dummy destination so that it fails this auto connect and zynthian’s audio routing handles this. This may have been easier if it wasn’t a chain which needs flexible output routing. (Frustrating because most users will not add effects.)
  • CLI has odd characters that break most attempts to interface. I used telnet and some clever parsing to get the required behaviour.

Enjoy!

3 Likes

:heart: Thank you! Seems to work very well. Occasionally (two times while testing) I have to stop-start a stream manually after dialing in that preset via prev/next, but never more than once, which is perfectly fine.

I thought I had fixed that with my last commit which adds a background task to connect the audio routing incase it fails, e.g. stream is slow starting. Possibly the stream is very slow - I will have another look. Will you confirm what version of zynthian-ui shows in webconf?

1 Like

vangelis (3228a6c)
Yes, maybe the strream Cafe d M is slow.
Wi-Fi makes also more problems since one of the recent updates (which is a problem of RaspberryPi new brcm firmware and hopefully they fix that soon), maybe that is also a possible cause.

thanks Riban prev/next is really useful

1 Like

Wow, I just found the radio and it is so cool to play along with some random music. Wouldn’t be a spotify client also nice? :grimacing:

I don’t know the current state of art, but I think I used something like spotifyd, ncspot or spotify-tui in the past.

1 Like

This playlist feature is really useful for practicing, warmup or simply playing along some music.
Thank you for this!

1 Like