Metadata-Version: 1.1
Name: beets-noimport
Version: 0.1.0b5
Summary: add directories to the incremental import "do not import" list
Home-page: http://www.github.com/ttsda/beets-noimport
Author: Tiago Dias
Author-email: tiagoadias@gmail.com
License: MIT
Description: beets-noimport
        ==============
        
        Adds directories to the incremental import skip list
        
        Install
        -------
        
        To install this plugin, run
        
        ```
        pip install beets-noimport
        ```
        
        and add `noimport` to the `plugins` list in your beets config file.
        
        Usage
        -----
        
        To use this plugin, simply use the `beet noimport` command like you would use the `beet import` command.
        To add all the directories in your current directory, run
        
        ```
        $ beet noimport .
        Added 384 paths to the skip list
        ```
        
        To do the reverse (remove the paths from the skip list), run the command with the `-r` or `--reverse` option
        
        ```
        $ beet -r noimport .
        Removed 384 paths from the skip list
        ```
        
        License
        -------
        
        This plugin is licensed under the MIT license.
        For the complete license, read the `LICENSE` file.
Platform: ALL
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Players :: MP3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
