issues
search
julius383
/
audio-nerve
Music identification and discovery
4
stars
0
forks
source link
Finish code that does snippet searching and change parameters for local serving
#4
Closed
julius383
closed
4 years ago
julius383
commented
4 years ago
The changes here include:
Lots of new code in
src/routes/search
there's still the code for fetching metadata that needs doing.
A fix to a painfully obvious bug in the fingerprint comparison algorithm.
The model for a song (really simple)
Changed the API URL from
localhost
to
0.0.0.0
so it's served on the local network
The changes here include:
src/routes/search
there's still the code for fetching metadata that needs doing.localhost
to0.0.0.0
so it's served on the local network