badcraze.blogg.se

Plex media server raspberry pi 3 review
Plex media server raspberry pi 3 review







plex media server raspberry pi 3 review

Since our drive was /dev/sda1, and of the filesystem type “fat32” this is what I did to make it work as the media library for Plex Media Server: sudo nano /etc/fstabĪnd add the following line: /dev/sda1 /mnt/library fatfs defaults 0 0 (Thanks to Steve for submitting this additional step)Īnd there you have it! All the commands we used to get Plex Media Server installed on a Raspberry Pi 3 in a nice clean blog post 🙂įrom there, we plugged in the USB flash drive (don’t do it! Use a proper external hard drive–this was only a demonstration) and after it mounted we used the following command to see its /dev assignment: sudo mount

plex media server raspberry pi 3 review

Sudo chown -R pi:pi /var/lib/plexmediaserver

  • Create the default config file so Plex knows what user to operate under.Įcho "PLEX_MEDIA_SERVER_USER=pi" | sudo tee -a /etc/default/plexmediaserver.
  • Sudo apt install plexmediaserver-installer

    plex media server raspberry pi 3 review

    This is the “easy” method (which didn’t work for us because my keyboard was in some weird mode with no pipe character): wget -O - | sudo apt-key add -Īlternate method (which I had to use on the show since I didn’t have a pipe character… I’ve cleaned it up a bit since the live show so it is cleaner since it was an unexpected twist and I kinda made it seem more confusing than it should): wget -O /tmp/pms.key Add the Plex Media Server repository provided by Universität Leipzig.Įcho "deb jessie main" | sudo tee /etc/apt//pms.list.If you already have this, it’ll report as “already the current version” and you can move on.

    plex media server raspberry pi 3 review

  • Add the ability for apt to use https repositories.
  • In terminal, upgrade your distro to the latest and greatest.
  • These steps are more current than those used in the video (a new video will be coming soon). Updated Februdue to some evolution of the process.
  • Obvious stuff like a good MicroSD card, Ethernet cable (preferred as opposed to wifi), keyboard and mouse… etc.
  • Raspbian Jessie – A free download from.
  • Please consider purchasing it through our store to support what we do: I won’t get into the full details here, since this is only a supplement to give you some copy-and-paste instructions, but I’d encourage you to watch the video. On the show, Jeff and I demonstrated how to turn a Raspberry Pi 3 with Raspbian Jessie into a Plex Media Server, giving you the chance to stream your entire video and music library to all your devices. I wanted to document the instructions shared on Episode 459 to supplement the episode.









    Plex media server raspberry pi 3 review