Skip to content

bmurphy1976/raspberrypi-mediacenter

Repository files navigation

Raspberry Pi Media Center

This is a set of bash scripts to install a minimal Raspberry Pi Media Center. This is a lightweight alternative to complicated projects such as RetroPie, OpenElec, and OSMC built on top of Raspbian.

This is NOT a kitchen sink project!

The primary goal of this project is to create a simple, focused, and highly reliable media center, not a comprehensive one.

These scripts install a limited set of applications in standard locations with minimal modifications to the underlying operating system. These applications are curated to work simply and reliably with no surprising changes to your system.

Applications

Media center functionality is provided by installing and configuring the following applications:

  • EmulationStation is used for the user interface
  • libretro provides the foundation for the included emulators
  • Genesis Plus GX is the included Sega Genesis emulator
  • FCEUMM Nintendo Emulator is the included Nintendo Entertainment System emulator
  • Snes9x Next is the included Super Nintendo emulator
  • omxplayer is used for video playback
  • The media center is pre-configured to support Sony Playstation 3 controllers by default
  • Plex Media Server is optionally installed to allow sharing videos stored on your raspberry pi with devices connected to the same network

Installation

Clone this repo onto the target device, then run the following command. Make sure your device is running an up-to-date Raspbian image.

$ git clone https://github.com/bmurphy1976/raspberrypi-mediacenter
$ cd raspberrypi-mediacenter && ./raspberrypi-mediacenter-install

Once installation has completed (it will take about one hour), you can run the the media center by logging in as the pi user and running emulationstation. To add media to your device, put files in the following locations:

  • Movies: /home/pi/movies
  • Nintendo: /home/pi/roms/nes
  • Sega Genesis Roms: /home/pi/roms/genesis
  • Super Nintendo Roms: /home/pi/roms/snes

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org

About

Simple Raspberry Pi Media Center

Resources

License

Stars

Watchers

Forks

Packages

No packages published