Metadata-Version: 1.0
Name: magnatune
Version: 0.1
Summary: Command line utility and lib to interact with the music website magnatune
Home-page: https://github.com/madjar/python-magnatune
Author: Georges Dubus
Author-email: georges.dubus@compiletoi.net
License: GPLv3
Description: Introduction
        ============
        
        ``python-magnatune`` provides a simple command line utility called ``magnatune`` that can be used to search the `magnatune`_ database and get the streaming urls.
        
        For example, to get all the albums from Curl ::
        
            magnatune --artist Curl
        
        To get the streaming urls of all songs from Curl ::
        
            magnatune --artist Curl --stream
        
        The result can be user with mpc, for example to add all those songs to mpd ::
        
            magnatune --artist Curl --stream | mpc add
        
        Contribute
        ==========
        
        The source code is available on `github`_.
        
        If you notice a bug or have a request, please file a `report`_
        
        Credits
        =======
        
        :Author: Georges Dubus (madjar)
        
        
        .. _`magnatune`: http://magnatune.com/
        .. _`github`: https://github.com/madjar/python-magnatune
        .. _`report`: https://github.com/madjar/python-magnatune/issues
        
Keywords: magnatune music stream
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia
