hankhank10 / music-screen-api

Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
117 stars 17 forks source link

Update demastering script #39

Closed jjlawren closed 4 years ago

jjlawren commented 4 years ago

Convert to async & use regex for offline matching.

For now, only used by go_sonos_highres.py.

jjlawren commented 4 years ago

@hankhank10 while testing I found some songs that the online API didn't handle well. Here's an example:

Original: In-A-Gadda-Da-Vida (2006 Remastered Full-Length) Online API: In-A-Gadda-Da-Vida (2006

jjlawren commented 4 years ago

Online version works as it did before but now with async support, and offline has better performance and seems to clean up a bit better.