Skip to content

dannyi96/titanium-rhythm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 -r requirements.txt
$ pip3 install .

Tests

$ pytest

Todos

  • Parse the obtained XML from recognizing the mp3
  • Use a music DB API to get remainder info
  • Modify the tags

License: MIT

About

Automatic id3 modifier .mp3 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%