Metadata-Version: 1.1
Name: Mopidy-LeftAsRain
Version: 0.0.3
Summary: Mopidy extension to get tracks from leftasrain.com
Home-page: https://github.com/naglis/mopidy-leftasrain
Author: Naglis Jonaitis
Author-email: njonaitis@gmail.com
License: Apache License, Version 2.0
Description: ****************************
        Mopidy-LeftAsRain
        ****************************
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-LeftAsRain.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-LeftAsRain/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/Mopidy-LeftAsRain.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-LeftAsRain/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/travis/naglis/mopidy-leftasrain/master.png?style=flat
            :target: https://travis-ci.org/naglis/mopidy-leftasrain
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/naglis/mopidy-leftasrain/master.svg?style=flat
           :target: https://coveralls.io/r/naglis/mopidy-leftasrain?branch=master
           :alt: Test coverage
        
        Mopidy extension to get tracks from `leftasrain.com <http://leftasrain.com/>`_
        
        Installation
        ============
        
        Install by running::
        
            pip install Mopidy-LeftAsRain
        
        
        Configuration
        =============
        
        Before starting Mopidy, you must add configuration for
        Mopidy-LeftAsRain to your Mopidy configuration file::
        
            [leftasrain]
            enabled = true
            db_filename = $XDG_CACHE_DIR/mopidy/leftasrain.json
        
        To make use of this extenstion, it is recommended to first run::
        
            mopidy leftasrain pull
        
        to pull all leftasrain.com songs to a local database (note: this might take a
        while).
        
        Shorthands
        ==========
        
        There are currently two additional lookup shorthands, when adding songs to
        Mopidy: `leftasrain:all` and `leftasrain:last:<n>`.
        
        ``leftasrain:all`` will add all currently available (in local database) songs.
        ``leftasrain:last:<n>`` will add the last ``n`` songs from leftasrain.com (will
        pull, if the songs are not in local database already).
        
        Project resources
        =================
        
        - `Source code <https://github.com/naglis/mopidy-leftasrain>`_
        - `Issue tracker <https://github.com/naglis/mopidy-leftasrain/issues>`_
        - `Download development snapshot <https://github.com/naglis/mopidy-leftasrain/archive/master.tar.gz#egg=Mopidy-LeftAsRain-dev>`_
        
        
        Changelog
        =========
        
        v0.0.3 (2014-09-12)
        ----------------------------------------
        
        - Save DB after queries
        
        v0.0.2 (2014-07-18)
        ----------------------------------------
        
        - Add leftasrain:last:n lookup shorthand
        
        v0.0.1.1 (2014-07-17)
        ----------------------------------------
        
        - Fix repeated song pull bug.
        
        v0.0.1 (2014-06-24)
        ----------------------------------------
        
        - Initial release.
        - Basic search capabilities.
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
