ShazamAPI
ShazamAPI copied to clipboard
Fully reverse engeenired shazam api
I have cloned the project and setup my environment to run the project but getting the following error on execution: (venv) iMacPercy:ShazamAPI percy$ /Users/percy/git/ShazamAPI/venv/bin/python /Users/percy/git/ShazamAPI/execute.py Traceback (most recent call last):...
The Shazam app for android provides the link to play the music in YouTube Music and in Spotify. The Shazam website does not have those links. For instance: https://www.shazam.com/track/20147973/lets-get-loud Would...
I tried with this song: Summer, Alan Roubik https://music.youtube.com/watch?v=crCgjjzFdws The Shazam app correctly identifies it. This ShazamAPI script identifies two unrelated songs: ``` "title": "Neuronal Stardust (Alternate)", "subtitle": "Lars Kurz",...
This is a big PR, but if you go commit-by-commit it should be approachable. ## Poetry I've switched to https://python-poetry.org/ for dependency (+ virtualenv) management, you'll want to [install it](https://python-poetry.org/docs/#installation)....
Hi! I'm trying to run the code, but i get the following error: C:\Users\###\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find...
Could you push the update from github to pypi? So that your code example on github works? Because i believe that this update is not yet pushed https://github.com/Numenorean/ShazamAPI/pull/6
First of all, thank you for your wonderful work! I'm currently linting some of your code – removing extraneous whitespace, tweaking code style (`camelCase` -> `snake_case`, etc), moving some hardcoded...
Hi! I have tested your code and figured out that some songs cannot be recognized. I cut a 20 second piece of a track and tested both your code and...