Metadata-Version: 2.0
Name: audiofilearranger
Version: 0.1.0
Summary: Audio file arranger
Home-page: https://rajaprasanna27@bitbucket.org/devshort/audio-file-arranger.git
Author: MRP DevShort
Author-email: mrppythondev@gmail.com
License: MIT
Keywords: mp3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: eyeD3
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

Audio File Arranger
-------------------

This will help to categorise mp3 file based on
Album, Artist and Album Artist.

All the unorganized mp3 file in the source path
will get organized based on album, artist or album artist
in destination path.

Requirement
-----------

eyeD3


Installation
------------

pip install eyeD3


