Hello fellow DIYers,
I would like to share this piece of software I created for my own needs and I hope it might be helpful for others too.
Here is the repo and documentation: https://github.com/ljufa/rsplayer
Any contribution, feedback, suggestion, or question is appreciated.
I would like to share this piece of software I created for my own needs and I hope it might be helpful for others too.
Here is the repo and documentation: https://github.com/ljufa/rsplayer
Any contribution, feedback, suggestion, or question is appreciated.
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.
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.
I am using a raspberry pi 3 with a hifiberry, running Volumio. Most of time i am listening webradio .
Thank you for the feedback, I have added that feature to version 0.4.0. From the queue page, you can add a stream URL.
I tried to install it a few times at a raspberry pi 3+ and every time the picture at the firebird is freezing. No chance to change any settings.
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:
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)
The latest 0.6.0 version is here.
Meanwhile, I have added some new features and improvements:
A few screenshots...
Player page:
Queue page:
Playlist page:
Settings page:
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:
Queue page:
Playlist page:
Settings page:
- Home
- Source & Line
- PC Based
- RSPlayer - Diy-friendly Music Player for Raspberry PI (or any other ARM64 Linux computer).