Metadata-Version: 2.1
Name: titanium-rhythm
Version: 1.0.3
Summary: Automatic id3 modifier .mp3 files
Home-page: https://github.com/ganesh-k13/titanium-rhythm
Author: Ganesh Kathiresan
Author-email: ganesh3597@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: discogs-client (==2.2.1)
Requires-Dist: eyeD3 (==0.8.7)
Requires-Dist: pyacoustid (==1.1.5)
Requires-Dist: pytest (==3.6.1)
Requires-Dist: requests (==2.18.4)
Requires-Dist: setuptools (==38.6.0)
Requires-Dist: validators (==0.12.2)

# Titanium-Rhythm

[![Build Status](https://travis-ci.org/ganesh-k13/titanium-rhythm.svg?branch=master)](https://travis-ci.org/ganesh-k13/titanium-rhythm) ![stability-wip](https://img.shields.io/badge/stability-work_in_progress-lightgrey.svg)  [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)  


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:

```sh
$ apt-get update
$ apt-get install <PACKAGES>
$ pip3 install titanium-rhythm
```

### Tests

```sh
$ pytest
```

### Usage

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

```
$ sudo python3 main.py
```


### License: MIT



