Metadata-Version: 1.0
Name: smarty
Version: 0.3.1
Summary: Smart playlist creation for mpd
Home-page: https://github.com/kpj/Smarty
Author: kpj
Author-email: kpjkpjkpjkpjkpjkpj@gmail.com
License: Apache2
Description: Smarty
        ======
        
        .. image:: https://pypip.in/v/smarty/badge.png
            :target: https://crate.io/packages/smarty/
            :alt: Latest version
            
        .. image:: https://pypip.in/d/smarty/badge.png
            :target: https://crate.io/packages/smarty/
            :alt: Number of PyPI downloads
        
        A smart playlist generator for MPD written in python.
        
        
        Installation
        ------------
        Using pip
        +++++++++
        ::
        
        	$ pip install smarty
        
        Using easy_install
        ++++++++++++++++++
        ::
        
        	$ easy_install smarty
        
        
        Usage
        -----
        
        In default configuration, smarty will try to use ``$MPD_HOST`` (environment variable) and port ``6600``. If ``$MPD_HOST`` is not set, it will use localhost.
        
        ::
        
        	usage: smarty [-h] [-i <ip>] [-p <port>] [--maxnum <num>] [--dist <num>] [--norepeat]
        
        	Smart playlist generator written in python.
        
        	optional arguments:
        	   -h, --help            show this help message and exit
        	   -i <ip>, --ip <ip>    IP address of mpd server
        	   -p <port>, --port <port>
        				 Port mpd server is listening on
        	   --maxnum <num>        Maximal number of songs in playlist
        	   --dist <num>          Choose new song if only <x> songs are left to play in current playlist
        	   --norepeat            Don't add songs which are already in playlist.
        
        
        Bug Reports
        -----------
        Please submit any bugs you find to https://github.com/kpj/Smarty/issues.
        
        
        Links
        -----
        - Github: https://github.com/kpj/Smarty
        - PyPi Homepage: https://pypi.python.org/pypi/smarty
        
Platform: UNKNOWN
