Metadata-Version: 1.0
Name: musicbutler
Version: 0.1.5
Summary: A robot that receives voice commands to play albums from your MP3 collection
Home-page: http://musicbutler.googlecode.com/
Author: Michael Gundlach
Author-email: gundlach@gmail.com
License: UNKNOWN
Description: 
        -----------
        MusicButler
        -----------
        
        *** NOTE: This is an alpha product.  The example.py file can get you
        going, but it has no GUI and the underlying mp3play module doesn't
        work with all mp3s yet for some reason.***
        
        When MusicButler has been told what albums you own, a spoken
        conversation with it might go like this:
        
        * "Afred, what albums do I have?"
        * "Here are 3 out of your 58 albums: In Rainbows by Radiohead, Deja Vu by Crosby Stills Nash and Young, and Atlanta by Alison Krauss."
        * "Afred, what Radiohead albums do I have?"
        * "You have 2 albums by Radiohead: In Rainbows, and OK Computer."
        * "Afred, play me some Alison Krauss, any album."
        * "Playing New Favorite by Alison Krauss."
        
        Requirements
        -----------------
        Requires Windows XP, and Python2.5.  Windows XP because it uses
        the 'speech' module -- see that on pypi for prerequisites.  And
        Python2.5 because it uses the mp3play module -- which is still in
        alpha too so don't be surprised if some songs don't play properly.
        
        Please let me know if you like or use this module - it would make
        my day!
        
Keywords: speech recognition music stereo control mp3 robot butler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Home Automation
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Desktop Environment
