Skip to content

ganesh-k13/titanium-rhythm

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages