RSPlayer - Diy-friendly Music Player for Raspberry PI (or any other ARM64 Linux computer).

That feature is still missing in UI, the workaround is to use another MPD client to create a radio playlist.
Anyway, I will put that feature on my list.
What is your use case? Browse/search the radio station library or enter the stream URL manually.
 
Tnx for the feedback. it is not browser related, most probably your RPI3 runs 32-bit Linux which was not supported.
I added a 32-bit deb package today, so if you are still up to trying please run a new install:
bash <(curl -s https://raw.githubusercontent.com/ljufa/rsplayer/master/install.sh)
 
  • Like
Reactions: Dieter Geissel
The latest 0.6.0 version is here.
Meanwhile, I have added some new features and improvements:
  • The most significant change is my own player implementation based on pure rust Symphonia crate and CPal for direct Alsa output. So dependency on MPD or C libraries is not required anymore. It is still missing some codecs(like APE) and cue files support but works very well for many standard audio codecs and radio streams.
  • Supports x64 CPU architecture in addition to existing ARM64 and ARM32.
  • Dac or Alsa mixer volume cotrol.
  • Various UI improvements.

A few screenshots...

Player page:
1677946901675.png


Queue page:
1677946994675.png


Playlist page:
1677946938638.png


Settings page:
1677947050464.png