jooky: download
download the latest version of jooky here, along with related dependencies.
jooky: download
download the latest version of jooky here, along with related dependencies.
the most recent stable release of jooky is: None
jooky is still under development, and there hasn't been an initial public release yet. that's okay though, because it is still quite mature. you will just want to download the latest nightly tarball, below..
the best way to get the current jooky source is to 'checkout' the tree from CVS. whether or not you've done this before, it always soudns like a pain. however, this is the only way you can be sure you have the latest source. plus, you'll be helping me test the very newest features!
latest nightly cvs code snapshot: jooky-cvsroot.tar.gz
this is a tarball of the latest source. this is the same version of jooky that i run, so it is unlikely (but still possible) that it will crash or be unusable. instructions for use can be found in the 'docs' directory inside. please contact me with any problems.
jooky will not run without a few extra libraries and stuff. i've tried to keep the extra software required pretty light, because space and memory should be at a premium on a jukebox system. and since setup is not often, don't worry about taking the extra time to install these things; it's probably only necessary once.
MySQLdb
jooky needs to talk to mysql, and though no standard module comes with
python, the MySQLdb module does a very good job.
mysql-python v0.9.2:
(homepage)
(download)
pyao
in order to decode ogg and mp3 files, the python program has to
interface with the computer's sound driver. libao allows such an
interface, and pyao is a python package that allows this in python. in
short: pyao is required for audio playback.
pyao-0.81:
(homepage)
(download)
pyogg
pyogg is a python wrapper for the ogg multimedia library. jooky
supports ogg music files, which are actually called 'vorbis' files. we
need pyogg and pyvorbis to decode these types of files.
pyogg-1.2:
(homepage)
(download)
pyvorbis
the final member of the andrew chatham python wrapper trio, get pyvorbis.
pyogg-1.2:
(homepage)
(download)
site & code © 2003 mike wakerly
project page: http://jooky.souceforge.net/