当前位置:首页 > HIFI > 正文内容

piCorePlayer Roon Bridge Extension

tomosak2年前 (2023-11-07)HIFI1065

This project aims to provide a set of scripts that allow easy installation of Roon Bridge software on recent versions of piCorePlayer (tested on 8.2.0). The provided scripts expand on the work found in efoverskov/picoreplayer-roonbridge and sam0402/pCP-addon, but use the piCore extension system to install the Roon Bridge binaries.

Instructions

Login to piCorePlayer using ssh (default login: tc, default password: piCore)

To install or update, run:

wget -O - https://raw.githubusercontent.com/aposcic/pcp-roonbridge-extension/main/pcp-install-roonbridge_v7hf.sh | sudo sh

To install or update the ARMv8 version, run:

wget -O - https://raw.githubusercontent.com/aposcic/pcp-roonbridge-extension/main/pcp-install-roonbridge_v8.sh | sudo sh

To uninstall, run:

wget -O - https://raw.githubusercontent.com/aposcic/pcp-roonbridge-extension/main/pcp-uninstall-roonbridge.sh | sudo sh

Reboot after installing, updating, or uninstalling. Enjoy!

Important Considerations

Persisting Configuration Changes

Please note that piCorePlayer runs entirely from RAM, so any changes made to the Roon Bridge endpoint from within a Roon controller will be lost on reboot!

To circumvent this limitation, whenever any changes are made to the endpoint – e.g. the Roon Bridge is enabled for the first time or device settings are altered – these changes need to be backed up manually to the SD card. For this purpose, the "Backup" button on the "Main Page" tab of piCorePlayer's web interface should be used.

Updating

To update the Roon Bridge to the latest available version, the installer scripts provided here will need to be run again. In-place updating via the built-in Roon mechanism will not work.

Startup Script Options

In addition to simply starting Roon Bridge alongside the piCorePlayer system, the startup script that is automatically placed under "User command #1" supports the use of arguments to modify its behavior:

  • /opt/RoonBridge/pcp-start.sh -d disables Roon Bridge startup completely.

  • /opt/RoonBridge/pcp-start.sh -c enables Roon Bridge startup conditionally. Roon Bridge will start only if the SqueezeLite auto-start option in piCorePlayer is turned off.


扫描二维码推送至手机访问。

版权声明:本文由Androidnews发布,如需转载请注明出处。

本文链接:https://www.androidnews.top/?id=46

分享给朋友:

“piCorePlayer Roon Bridge Extension” 的相关文章

X86系列ubuntu sever版本安装RoonServer、NAA、LMS、squeezelite

1、X86系列ubuntu sever版本安装RoonServer解决方法,安装相应包#Checking for ALSA Libraries sudo apt install libasound2-dev #Checking&...

Audiophile Linux安装

If you are for example going to use “/dev/sda” disk to create partition for AP-Linux, execute this commands:# fdisk /dev/sda or# cfdisk /dev/sda#...

Synology群晖安装RoonServer

1,在套件中心,设置信任层级为任何发行者;2,在群晖控制面板中,高级模式,终端机和SNMP,启动SSH功能;3,使用Xshell登录SSH,用户名和密码为群晖创建的用户和密码,进入后sudo -i 输入上面的密码;4,开通root登录权限;vi /etc/ssh/sshd_config按i 修改#P...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。