01-25-2024, 10:10 PM
Hi all,
this thread was made specifically to keep all information and discussions about the topic - achieve metadata / album-art display with spotify-connect through librespot event signaling and http parsing.
There are already libraries (mainly for various dialects of JS, such as Angular) but we chose a different approach. Well, we chose what those libraries do at their innards (retrieve a web page and parse it, from within a browser engine), but without all the browser around.
curl for the page retrieval and sed for the stream filtering have been the tools.
this thread was made specifically to keep all information and discussions about the topic - achieve metadata / album-art display with spotify-connect through librespot event signaling and http parsing.
There are already libraries (mainly for various dialects of JS, such as Angular) but we chose a different approach. Well, we chose what those libraries do at their innards (retrieve a web page and parse it, from within a browser engine), but without all the browser around.
curl for the page retrieval and sed for the stream filtering have been the tools.