Skip to content

Instantly share code, notes, and snippets.

@lancevo
Created March 4, 2017 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lancevo/16b58420058a01c4a3d6fa3a2ce80f05 to your computer and use it in GitHub Desktop.
Save lancevo/16b58420058a01c4a3d6fa3a2ce80f05 to your computer and use it in GitHub Desktop.
Setup Plex Media Server on Raspberry Pi 3

Requires:

  • at least 8GB class 10 SD card for fast reading/writing
  • large powered external USB hard drive to store media, powered USB hard drive is more reliable, and it doesn't put more work on RPI to provide it power
  • recommend to user Ethernet over wifi to connect RPI

#Setup Raspian There are many OS images available for RPI, but the easiest is NOOBS. Download NOOBS and and follow instruction to set it up on a SD Card

the default root user for Raspbian is pi, password is raspberry. t's recommended to change the root password, and create a sudoer, the instruction is here.

#Install PMS

#Mount External USB

#Copy movies with rsync

rsync  --progress --remove-source-files --exclude-from '/path/to/the//exclude-list.txt' "/path/to/the/source/folder/"  -avhe ssh pi@192.168.1.5:/path/to/destination/folder

Set up SSH key

#Copy movies to the cloud with rclone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment