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

piCorePlayer Roon Bridge Extension

tomosak2年前 (2023-11-07)HIFI1027

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” 的相关文章

数播网播Daphile系统开通ssh登录

目前,影响较大的数播/网播系统有roon、volumio、moode、daphile,此外还有一个AudioLinux,似乎是个大杂烩,有个开源的Audiophile Linux(AP Linux),很久不更新了。 Daphile是个定制的HIFI数播系统,底层是Gento...

构建自己的moOde播放器

构建自己的moOde播放器

本文档解释了如何moOde-player从源代码构建包。1. Pre conditionsAssumed you performing the build from a running Raspberry Pi OS bullseye.You should have both the moode m...

Linux进程管理工具Supervisor使用

安装sudo apt install supervisor进入supervisor配置目录 cd /etc/supervisornano supervisor.conf添加以下行,开启web管理[inet_http_server] port=10.1.11.209:80 us...

发表评论

访客

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