davidAlgis / mp3ShazamAutoTag

Use shazam to rename and filled the tag of a list of mp3 files
MIT License
11 stars 2 forks source link

Call to deprecated function recognize_song. Use recognize method instead of recognize_song #4

Closed grvulture closed 5 months ago

grvulture commented 5 months ago

I'm getting this: "DeprecationWarning: Call to deprecated function recognize_song. Use recognize method instead of recognize_song" which is coming from Shazam.

I fixed it on my installation by renaming the function call, no big deal, but I thought I'd let you know... Kudos on this, works like a charm!!

davidAlgis commented 5 months ago

Thanks for your message ! I didn't notify this warning, because I had an older version of shazamio module. I update it to remove the warning as you suggest.