Metadata-Version: 1.1
Name: beets-bbq
Version: 0.0.1
Summary: blackbird style search query plugin for beets
Home-page: https://github.com/lepisma/beets-bbq
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: beets-bbq
        =========
        
        `blackbird
        <https://github.com/lepisma/blackbird>`_ style search query plugin for `beets
        <https://github.com/beetbox/beets>`_.
        
        Prepend queries with ``#`` and play around with ``+``, ``-`` and spaces.
        
        .. code-block:: bash
        
           → beet ls '#swift - 1989 + beach house'
           → beet play '#evanescence + within temptation'
        
        Install
        -------
        
        ``pip install beets-bbq``
        
        ``beets.yaml`` configuration:
        
        .. code-block:: yaml
        
           bbq:
               fields: <beets db fields to combine>
        
Keywords: beets plugin search music
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
