Titanium_Rhythm is a python package that recognizes mp3 files and automatically modifies its ID3.
This package requires:
- python-gst0.10-dev
- gstreamer1.0
- libchromaprint-tools
- libchromaprint-dev
- python-gst-1.0
- ffmpeg
Install the above dependencies and required packages by:
$ apt-get update
$ apt-get install <PACKAGES>
$ pip3 install titanium-rhythm
$ pytest
>>> from titanium_rhythm.annotate import annotate_file
>>> annotate_file('PMaILC8xG3', filepath)
or
$ sudo python3 main.py