https://github.com/ganesh-k13/titanium-rhythm
Automatic id3 modifier .mp3 files
https://github.com/ganesh-k13/titanium-rhythm
acoustid chromaprint id3 id3v2 mp3 mp3-tags
Last synced: 3 months ago
JSON representation
Automatic id3 modifier .mp3 files
- Host: GitHub
- URL: https://github.com/ganesh-k13/titanium-rhythm
- Owner: ganesh-k13
- License: mit
- Created: 2018-06-13T11:13:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:56:10.000Z (over 2 years ago)
- Last Synced: 2025-02-15T07:05:08.856Z (4 months ago)
- Topics: acoustid, chromaprint, id3, id3v2, mp3, mp3-tags
- Language: Python
- Size: 36.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Titanium-Rhythm
[](https://travis-ci.org/ganesh-k13/titanium-rhythm)  [](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
- ffmpegInstall the above dependencies and required packages by:
```sh
$ apt-get update
$ apt-get install
$ 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