titanium-rhythm

Automatic id3 modifier .mp3 files


Keywords
acoustid, chromaprint, id3, id3v2, mp3, mp3-tags
License
MIT
Install
pip install titanium-rhythm==1.0.3

Documentation

Titanium-Rhythm

Build Status stability-wip MIT Licence

Titanium_Rhythm is a python package that recognizes mp3 files and automatically modifies its ID3.

Installation

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

Tests

$ pytest

Usage

>>> from titanium_rhythm.annotate import annotate_file
>>> annotate_file('PMaILC8xG3', filepath)

or

$ sudo python3 main.py

License: MIT