I have taken the liberty of building a library that decodes the application/x-dmap-tagged response and converts the content into a manageable JSON response. Its called node-daap.
There are now two verities. metadataChange which retains backwards compatibility but with more content. and metadataChangePretty which changes the key's to human readable names.
I have taken the liberty of building a library that decodes the
application/x-dmap-tagged
response and converts the content into a manageable JSON response. Its called node-daap.There are now two verities.
metadataChange
which retains backwards compatibility but with more content. andmetadataChangePretty
which changes the key's to human readable names.example.