본문 바로가기
지식/Linux

Raspberry pi - mopidy 설치

by TheEC 2021. 5. 30.

mopidy 설치

$ sudo apt-get install mopidy
$ mopidy  <- 이렇게하면 mopidy가 실행됨


Mopidy-MusicBox-Webclient 설치

mopidy-musicbox-webclient 는 "pip install mopidy-musicbox-webclient" 로 설치할 수 있지만
라즈베리파이에선 아래처럼 다운받아 설치하면 된다.

$ git clone https://github.com/pimusicbox/mopidy-musicbox-webclient
$ cd mopidy-musicbox-webclient/
$ sudo python setup.py install


mopidy config 수정

$ cd mopidy-musicbox-webclient 
$ sudo nano ~/.config/mopidy/mopidy.conf
아래 내용을 mopidy.conf 아래에 추가로 넣어주면 된다.

[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

'지식 > Linux' 카테고리의 다른 글

Raspberry Pi - iptables  (0) 2022.01.23
Raspberry pi - minidlna  (0) 2022.01.09
Raspberry pi - Python3 설치  (0) 2021.05.30
Raspberry pi - mopidy install 오류  (0) 2021.05.29
Raspberry pi - SimpleHTTPServer 암호화하기  (0) 2021.04.11

댓글