piCorePlayer Roon Bridge Extension

tomosak2年前HIFI938

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.


相关文章

kali添加最新内核与删除多余的内核

一、添加新内核1、查看新内核 sudo apt update sudo apt-cache search linux | grep 5.18.02、安装内核头文件 sudo apt instal...

Linux命令行设置时区

使用timedatectl查找当前设置的时区timedatectl输出示例:                Local time:&nbs...

树莓派使用pishrink压缩备份镜像

准备一个存有要被压缩镜像的sd卡,用读卡器插入树莓派中,输入以下命令,对应插入的是哪个接口lsblk下载pishrink,pishrink是一个大佬写的压缩镜像的脚本wget   chmod +x pishrink.sh sudo mv ...

Kali配置LNMP环境

安装Nginx└─$ sudo apt-cache policy nginx nginx:   已安装:(无)   候选: 1.22.0-1   版本列表:  &...

Apple电脑安装Windows双系统

安装Windows7的以下几个条件:1.关闭sip系统完整性保护:关闭方法1.开机按住command+r键不松手,直到出现苹果logo标志松手 2.选择下语言继续 3.打开实用工具-终端 4.输入 csrutil disable 让后按下回车键 5.出现如图显示...

发表评论    

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