-
Notifications
You must be signed in to change notification settings - Fork 10
Description
The Problem:
As the cast feature is now functional on both Android and iOS apps. So while casting media content, It's better if we show the currently playing video's cover image (or preview) or audio's album art image. This gets displayed at several places in android/ios (like notification icon, extended controls screen background, mini controller's side icon, on the cast device selection dialog, lock screen background, etc.). Now the problem is that the cast API requires a URL of the image which we do not have.
Solution
An API to fetch the metadata (including Artist, Album, Track title, Genre, Album Artwork, Track number in case of audio file) of the media file and also a unique URL pointing to the cached album art or preview image for the media.