With Bullseye releasing soonreleased, I wanted to test how easy it would be to jump releases with the new modular Build System I worked on for Stretch Buster.
So here are completely unsupported alpha images, with only the open source parts, aka vanilla Volumio.
2021-08-18, version 0.022 Volumio-0.022-2021-08-18-pi_bullseye.zip Notes:
-Debversion:11.0
-Kernel: Linux 5.10.52-v7l+ (1:1.20210805-1)
-Node v16.6.2
-armv7 – no pi0 support.
2021-07-29, version 0.021 Volumio-0.021-2021-07-28-pi_bullseye.zip Notes:
-Debversion:11.0_RC3
-Kernel: Linux 5.10.52-v7l+
-mpd: 0.22.6
-Node: v14.17.2
-GLIBC: 2.31-12
-gcc: 10.2.1
-Python: 3.9.2
Known issues
All current Volumio bugs
No MyVolumio upnp is diabled winbind is diabled
Volumio’s hard coded paths will probably trigger issue with Debian’s merged /usr directories
Boot welcome QR is finicky
Certain plugins will fail, and modules will need recompilation
Disclaimer
–This is just a fun test, please do not trouble the core devs with bug reports from this image!
–All currently known Volumio (core, UI, API) bugs will still be present, I didn’t change anything there.
—There might be even stranger bugs given how fresh bullseye is.
FWIF: Bullseye/sid has been my daily driver for some time now, but I have been using only with streaming sources (Spotify Connect, Webradio, RP, etc). So caveat emptor - your mileage might vary.
Thanks for this info , if would also qobuz would work I would install it. Great that mpd oled and contemporary is working.
Do tou see any improvement than on buster? Speed etc…
Thbaks
this comes that al the stuff of myvolumio isn’t there yet i had that with the 3.10 too.
a mutch smoother experience ( this will be gone after implementing MyVolumio )
Local USB isn’t working.
I see that the disk is recognized, however Volumio fails to mount it, (Using the same hardware as with Buster, Buster mounts it)
So Only could stream from spotify. After approx. 30 minutes disconnected the headphone, and 5 minutes later reconnected it. Volumio indicated it’s playing but complete silence. Even after running through de playback options, “volumio vrestart” still no audio.
After reboot audio came back.
Also the Music Library random shows “Internal NAS USB”. When USB is shown sometimes the content is empty. also no mounting in /media/…
i have a simulair exp. with yt on 3.0.74 plays 10 songs and some songs went silent after 1 he could not play
so this could be a volumio issue … in the latest updates there are some bad bugs.
for me i reboot or start one of the other plugins and switch back the 11th song fail multiple times
runned a new test now it plays normal… if it’s buggy is it stays but after a reboot it’s gone again
That doesn’t sound good Can you send me a log via PM? I will find some music to put on a USB stick and take a look over the weekend as well.
Interesting - Spotify uses spop, so if there is an issue with the song queue in Volumio, volumio vrestart should normally help. Unless it doesn’t stop and restart spop correctly. Then again, it could also just be an issue with spop
I haven’t run into any stability issues, but running mainly Spotify Connect, Radio paradise, webradio.
If you have this still running and come across this again, could you grab a log before rebooting the system?
Either way, please don’t spend too much effort on this – it was a just a fun exercise during some procrastination! The focus should be getting bug free Buster first.
Added a new build, this uses all upstream stuff, so apt upgrade should keep your packages updated as things are fixed. But yeah, all current Volumio bugs are still going to be there
Mate, i am just sharing my experience. Not asking for you to solve the problem as i know it is not even a beta. I am not a linux expert thusbi wouldn’t even know or ask how to check the log and solve the problem.
Also these are some of the last “community” images that works OTB with the plugin store, as you can’t access the new myVolumio store with non Volumio server sanctioned images…
So tl;dr - no new (public) images from my side, gotta wait for the core devs to release Bullseye…
@ashthespy, I just stumbled across this and it would solve a huge issue I’m having trying to get Volumio and Home Assistant Satellite working on the same RPi. However it looks like your repo of the build scripts is gone, or hidden. Any chance you would be able/willing to share the build scripts again for getting a Bullseye or Bookworm image working? It would be hugely appreciated.
No worries. After some trial and error I’ve been able to fork and update the main repository to get a working Bullseye build. In my use case I don’t care about the myVolumio pieces at this point, I just need a newer version of Python to start working on a Home Assistant Satellite plugin. After doing a ton of digging around to get a media player device that supports Pandora, and works well with Home Assistant integration, Volumio was the best I found. However I’m trying to incorporate the Home Assistant Agent, and buster is just too old to run those pieces.
Ideally I’ll just use my forked version until the main Volumio codebase is upgraded to Bullseye or Bookworm, hopefully soonish.
If anyone is interested in what I’ve done, all code will eventually be up at GitHub - Raetha. Though I promise near zero support for it.