(29-Dec-2024, 01:05 PM)agent_kith Wrote: Release notesThis is the first release candidate where Snakeoil is switching to Debian build systems. Closing in to an official release now.
How To InstallReleased in High End RC-1
- Please uninstall LogitechMediaServer before installing Lyrion Music Server.
- Lyrion Music Server will not work on Arm64 Ubuntu 24.04. This looks like a known issue.
- Run this command to install Snakeoil:
Code:sudo apt install /path/to/downloaded_debian_file
Packages
- Automatically publish package in main to artifiacts [#133]
- Investigate robustness of network share mounting and make improvements if possible [#153]
- Add "apt update" command before installing NAA to ensure all package information are up to date. [#154]
- Add JRiver Media Center repo for auto install/uninstall [#152]
- Add missing VNCServer password to Debian package [#151]
Hi Kith
I have now installed Snakeoil 1.4.0 RC1 and JRiver 32 with success

The status is now a green "tick" and I can connect to the VNC server without any problems.
Thanks for the prompt fix of the problems

FYI, this how I install JRiver (taken from JRiver forums), it looks like you need to specify what version of Ubuntu you have, by this I don't have to use the "--fix-broken install" command anymore.
I hope this can be useful for other user who use JRiver.
sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y
wget -O- http://dist.jriver.com/[email protected] | gpg --dearmor | sudo tee /usr/share/keyrings/jriver-com-archive-keyring.gpg >/dev/null 2>&1
echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ noble main" | sudo tee /etc/apt/sources.list.d/jriver.list
sudo apt update
sudo apt install mediacenter32