I have been interested in turning my Rpi into a Plex media server and then having an external HDD connected. This would then be able to communicate with my roku to stream content. I have done some research and found the following but every time I try to install it cannot locate the package:
First Time install
Code: Select all
sudo echo "deb http://shell.ninthgate.se/packages/debian squeeze main" >> /etc/apt/sources.list
sudo curl http://shell.ninthgate.se/packages/shell-ninthgate-se-keyring.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install plexmediaserver
Code: Select all
http://forums.plexapp.com/index.php/topic/51427-plex-media-server-for-debian/
Thanks,
Thepiman