Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 960 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 960 Bytes

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