Metadata-Version: 1.0
Name: Pyrana
Version: 1.0.0
Summary: a minimalistic mp3 player
Home-page: http://github.com/jdodds/pyrana
Author: Jeremiah Dodds
Author-email: jeremiah.dodds@gmail.com
License: LICENSE.txt
Download-URL: http://github.com/jdodds/pyrana/downloads
Description: Pyrana -- A minimalist music player.
        ====================================
        
        ABOUT
        -----
        
        This program was written out of frustration with larger music players. Pretty
        much all I've ever wanted out of a music player was one that played random
        albums by picking a random artist, then picking a random album, then playing
        that album, then picking another random artist.
        
        For some reason,I've never run into a music player that played random albums
        that way, which led to me often ending up having to skip past multiple albums by
        a particular artist, especially when the artist has a large discography. 
        
        While I call this player minimalist, that's not set in stone -- I'll probably
        add last.fm scrobbling capability and other various features. These features
        will, however, be ones that I find useful. I highly doubt this app will ever be
        incredibly bloated.
        
        REQUIREMENTS
        ------------
        
        Pyrana WILL NOT WORK if you do not install what is outlined below.
        
        You'll need PyGTK, available from http://www.pygtk.org/downloads.html . (last
        version I teseted on was 2.22 ) Its setup.py throws a big old warning if you try
        to install it via setuputils, and I've never actually had it successfully
        install that way. On the plus side, your package manager probably provides a
        package, if it's not already on your system.
        
        You'll also need to install python-notify >= 1.1, available from
        http://www.galago-project.org/files/releases/source/notify-python/ . I'll
        probably try to move away from this dependency in the near future.
        
        ALSO, you'll need to install gst-python >= 0.10.0, available from
        http://gstreamer.freedesktop.org/src/gst-python/ . This is another dependency
        I'll be most likely removing at some point...
        
        
        CREDIT
        ------
        
        Credit is due to Shel from http://kipdreaming.com for the sweet tray
        icons. Thanks, Shel!
        
        
        CONTACT
        -------
        
        Questions? Comments? Suggestions? Hate-mail? Hit me up at
        jeremiah.dodds@gmail.com
Keywords: music mp3 ogg mp4 musicplayer player
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
