Metadata-Version: 1.1
Name: python-audiodb
Version: 0.1
Summary: To manage song library
Home-page: http://pyaudiodb.tuxfamily.org/
Author: dal
Author-email: kedals0@gmail.com
License: GPLv3
Description:  python-audiodb is a library to manage audio song via database.  It
        offers several default tables such as play, stop, seek events but you
        can easily add new tables.
        
        It generates an audioprint (based on chromaprint) and uses it as the
        song id in database. This permits to be stable over file moving,
        renaming, tagging and maybe more ...
        
        A cli client is provided to get some information from database. 
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Software Development :: Libraries :: Python Modules
