logoalt Hacker News

kubbtoday at 3:54 PM1 replyview on HN

> I was able build an out-of-band protocol extension into my audio player app

I wonder how that works.


Replies

interfecotoday at 4:17 PM

Easier than it sounds: the app runs a simple http server that serves cover art by track id. The track id is transferred via iOS's built in "Now Playing" metadata fields, which is then used by the device to construct a query and fetch the full resolution image.