Metadata-Version: 1.1
Name: genre.py
Version: 0.2.1
Summary: genre.py looks up the genre of a particular album on discogs and updates ID3 data accordingly.
Home-page: http://github.com/radusuciu/genre.py
Author: Radu Suciu
Author-email: radusuciu@gmail.com
License: Apache Software License
Description-Content-Type: UNKNOWN
Description: genre.py
        ========
        
        ::
        
            Usage: genre.py [OPTIONS] [FILES]...
        
            Options:
              -q, --query TEXT    Specify a query to use when searching for a matching
                                  track.
              -y, --yes-if-exact  Do not wait for user confirmtion if match is exact
              -d, --dry-run       Perform lookup but do not write tags.
              --help              Show this message and exit.
        
        
Platform: any
Classifier: Environment :: Console
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
