Motoman462 wrote:I recently got a rpi2 and flashed rasbian onto it. I got it so I could watch my movies off my hard drive...
You could just install KODI Media Centre on top of Raspbian. That's the same media centre software that many others run with a dedicated OSMC or OpenELEC install, but KODI runs very nicely via Raspbian on a Pi2B.
There are various versions around including one in the Raspbian repository, but one of my favourites is gkreidl's KODI 15.2 which you can get by copying the text below then opening a terminal and pasting it in...
Code: Select all
wget http://steinerdatenbank.de/software/kodi-15.2-jessie-rpb.tar.gz
tar -xzf kodi-15.2-jessie-rpb.tar.gz
cd kodi-15-jessie
sudo ./install
...then pressing
Enter when it appears to be finished to make it run the last line. A nice icon should appear either in your taskbar or in
Menu - Sound & Video (I can't remember which) so you can launch it whenever at the click of a mouse button.
If this all sounds too complicated then don't worry. I'm sure others will be along with more advice shortly.