Closed Lolimipsu closed 2 years ago
@Lolimipsu, hello!
out = await shazam.recognize_song("data/dora.ogg")
print(out)
serialized = Serialize.full_track(out)
print(serialized.track.title)
print(serialized.track.subtitle)
or
out["track"]["title"]
out["track"]["subtitle"]
ohh so this is how I should do it, thank you @dotX12 !
Hi, I would like to ask how can I get the name and artist name only?
I'm trying to get only the title and subtitle but I don't know how can I get them from the raw format, is there a way to get it? thank you in advance.