A pet that can help you manage your music library.
Please see folder ipynb for details.
In the future, installing the package will create several commands.
Install ffmpeg at here.
Install flac at here.
Install all python dependencies:
pip install -r requirements.txtYou can create a virtualenv as an isolated environment to install
the python packages:
pip install virtualenv # If you didn't installed before.
virtualenv env
source env/bin/activate
# here you are in virtualenv
pip install -r requirements.txtWindows and Linux environments are not tested.
- Make this a site-package, with setup.py or something similar. (In progress)
- A manager with web interface, which can do search and mass copy to devices.
- Getting album info with some API (e.g: VGMdb).