plietar / librespot

Open Source Spotify client library
MIT License
1.13k stars 187 forks source link

Added JSON output of metadata to make parsing independent of tags output #267

Open frafall opened 6 years ago

frafall commented 6 years ago

Just a small step of standardizing metadata by printing it as json, in this implementation I print artist/title but as output is json we can easily add more tags without breaking stdout parsing in integrations.

ex: metadata:{"ARTIST":"Pink Floyd","TITLE":"Money"}