Added a Python player!
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 1 Feb 2012 22:13:36 +0000 (23:13 +0100)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 1 Feb 2012 22:20:20 +0000 (23:20 +0100)
commit07959e767424a4779abbac3a73fe626ba89ea566
treee4a399f3f290b1949eec3bf65b2fad27cad43cb3
parent467b4ff91ae623a5bdabfab0bda9317364bfe9dd
Added a Python player!

It crashes half the time because GObject Introspection isn't actually
officially supported with GTK 2. However, it's a simple player that
shows how to use Chimara in Python. We don't even have to write any
language bindings, thanks to the power of GObject Introspection! But
if we want to do anything serious with Python, we will need to port to
GTK 3 first.

It's a straight port of the C player, but it's 300 lines instead
of 1200 ;-)
configure.ac
player/Makefile.am
player/config.py.in [new file with mode: 0644]
player/player.py [new file with mode: 0644]