That's interesting about the go version. I just updated my Arch distro to get go 1.22 and it didn't complain about the 1.21.5 version number. I guess some versions of the go tool don't like the third digit in the version. Editing the go.mod file like you did should be fine.wiimplay-main/go.mod:3: invalid go version '1.21.5': must match format 1.23
If push comes to shove, you can edit the config file to add the WiiM manually. The config file is stored in ~/.config/wiimplay/config. The file is YAML format and looks like this:so an option to add WiiM IP addresses manually would be nice.
DeviceIndex: 0
Devices:
- Name: Office Audio
Url: http://10.0.0.79:49152/description.xml
HideOnClose: true
HideOnStart: false
MprisSupport: true
SendNotifications: true
ShowStatusIcon: true
If Flirc can emulate media keys, then a lot of Linux desktop environments have a plugin or feature to convert media keys into MPRIS events. MPRIS is supported as is and that would give you the basics like play, pause, stop, volume, mute, next/prev track, seek, etc.Could something like this be enhanced to work with a FLirc USB dongle and say a media center remote? That might allow the use of a universal remote or harmony hub/remote to control some aspects of our WiiM device?
Reiterating this would be really great. If not for linux then how about just for ubuntu? Can I upvote this or something?I'd love to see a release of WiiM Home for Linux! I'm sure I'm not the only one!
I can't seem to get the extension for Qobuz to work with the latest chrome release and Ubuntu 24.04. I get this error: "uncaught error:extension context invalidated" with this line of code (149) highlighted: chrome.runtime.sendMessage(message, (response) => {Having used my WiiM almost daily for at least a couple of years now, I've tried lots of different ways to play albums. I NEVER use playlists, I'm an old-school album listener, and I don't do multi-room either, so my way isn't suited to everyone. However, I use a ChromeOS PC, which is based on Debian Linux.
I almost always use the Allmusic website via the Chrome browser to find something to play, with my Chrome plugin to start the selected album on my WiiM. My Linux solution. Works for me.
On the very rare occasion that I need to do something like switching inputs or room correction, I simply use the WiiM Home app on my phone, or even the Android version that works fine on ChromeOS.
View attachment 17815
I haven't looked at the Qobuz version since I first published it, probably WiiM has changed something. I'll have a look later this week, thanks for the info.I can't seem to get the extension for Qobuz to work with the latest chrome release and Ubuntu 24.04. I get this error: "uncaught error:extension context invalidated" with this line of code (149) highlighted: chrome.runtime.sendMessage(message, (response) => {
The qobuz icon appears but is never clickable.
View attachment 17932