A web view for Plex.
CoffeeScript Ruby
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.

README.markdown

plex-web

This is intended to be an online extension of Plex, the wonderful media center for Mac OS X.

Running

What you need:

How to start the app:

  1. Check out this git repo:

     git clone git://github.com/eventualbuddha/plex-web.git
    
  2. Re-lock the gem bundle for your version of Ruby and get the gems:

     bundle lock
     bundle install
    
  3. Link your Plex database:

     ln -s ~/Library/Application\ Support/Plex/userdata/Database/MyVideos34.db db/development.sqlite3
    
  4. Install CoffeeScript (if you don't already have it):

     thor coffee:install
    
  5. Start the web site:

     bundle exec rails server