-
|
Hello, is there anyway to change the language setting? I'm trying to get information for songs that are mostly from Japanese, but shazam.recognize() only returns their title in English. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
rdcyuxi
Jul 1, 2025
Replies: 1 comment
-
|
this should work: shazam = Shazam(language='jp-JP', endpoint_country='JP', ...) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HSatt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this should work:
shazam = Shazam(language='jp-JP', endpoint_country='JP', ...)