adlez27 / phonetic-songs

Transcribing song lyrics to X-SAMPA
GNU General Public License v3.0
6 stars 2 forks source link

Converter and Fetcher Updates #5

Closed VocAddict closed 4 years ago

VocAddict commented 4 years ago
  1. refactoring of converter.py
  2. fetcher.py currently uses AZLyrics API alone at the moment. VocaDB's is JavaScript (and it looks like Genius would be the same) so I'm still deliberating how to hook JavaScript into the Python file without having to rely on C...

There are some bugs that I needs to be hammered out, and the API that is currently being used is a bit weird in terms of its sorting of results but that could probably be worked out at a later date.