剛好pcjustin大分享了樹莓派用Moode系統,
我來說我自己的使用方式。
因為我的樹莓派平常有其它工作,
不是完全用來聽音樂而已,所以就沒考慮常見的播放作業系統。
我是直接在raspbian上安裝raspotify跟tidal connect。
1. Raspotify
https://github.com/dtcooper/raspotify
這是給樹莓派用的spotify connect。
只要直接在終端機下指令,就會簡單安裝好。
curl -sL https://dtcooper.github.io/raspotify/install.sh | sh
使用畫面如下
https://i.imgur.com/du9Emnz.jpeg
可以看到喇叭圖示已經變成綠色
點選可以設定,
https://i.imgur.com/29RyqiR.jpeg
就可以用樹莓派當作spotify connect使用,無痛上手
2.Tidal
https://github.com/seniorgod/ifi-tidal-release
有工程師將ifi上tidal connect的程式給放到github上。
照著操作安裝,
當中可能遇到的雷是libcurl3, 因為在buster上已經升級到libcurl4,
我是在apt source上加上舊版stretch來源。
如果順利安裝成功,畫面如下
https://i.imgur.com/IKkevXv.jpeg
Spotify connect跟Tidal connect可以在手機上方便操作。
--
Tidal connect目前在軟體控制音量還是有問題
Spotify connect沒問題
--
以上供參考
--