boxed / CMi

Replacement for XBMC with Django+VLC+WebKit
Other
36 stars 7 forks source link

CMi

CMi is pronounced "See me!", because it wants you to. It's a Mac-based media center like for example XBMC, Boxee, etc.

CMi version 2.0

Why I wasn't satisfied with existing systems

Short version: death by a thousand paper cuts.

Longer version: XBMC was the closest to an acceptable system but I still had to write tons of python to sit in front of it just so it would understand the files I was downloading. Then it had all these annoying issues like when you press play there is no visual indication that you actually pressed a button until the video starts playing, so you hit play again and then that pauses the video when it does eventually show up. Oh and the GUI where up on the remote moves you some random direction because the skin doesn't handle these things. Blech.

What does it do?

Installing

  1. Download the binary.
  2. Run it (you might need to right-click the file and choose "Run" since I haven't signed the binary).
  3. There is no 3!

Building

  1. After cloning the repository, run "git submodule update --init" to get the dependencies.
  2. Open up CMi.xcodeproject and hit build.
  3. There is no 3!