Lidong's blog

树莓派 Raspberry Pi 安装 plex

欢迎访问新站点: https://www.yidiankuaile.com/post/raspberrypi-plex

Plex是一款功能强大的流媒体播放器

bitcoin

1.添加软件源

1
2

echo "deb https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list

2.为软件源添加GPG密钥

1
2
wget https://dev2day.de/pms/dev2day-pms.gpg.key
sudo apt-key add dev2day-pms.gpg.key

3.安装

1
sudo apt install plexmediaserver-installer

4.修改配置文件

1
sudo vi /etc/default/plexmediaserver.prev

将里面的的

PLEX_MEDIA_SERVER_USER=plex

修改为

PLEX_MEDIA_SERVER_USER=pi

5.重启PLEX服务

1
2
sudo systemctl restart plexmediaserver
sudo systemctl status plexmediaserver

更新记录

  1. 2018/4/8 18:22:01 首次发布

参考链接

本文链接:


评论内容还在加载中。。。
如无法加载,请将域名 disqus.com 和 disquscdn.com 加入到你的代理规则中