-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display information on the screen when playing MP3's. #22
Comments
This is possible in general. We need to parse the Meta Information of the MP3s for that which should not be a big problem. I think the main question is from which API we could receive the images of the album covers without having to perform an API request for each MP3 file. |
MP3 files with id3v2 can contain an image file. We should be able to use that and possibly have a default instead of going out to get it every time. |
Cool, think we should look how widely used the image-parameter is :) |
I would also recommend we make it extensible, if one person likes to use service X and one person likes to use service Y, why not let them choose the service as long as someone/we/they make a plugin to call that service. If the image parameter is not populated that is. Maybe we have the ability to save it to the mp3 if possible and wanted as well. I know I use the image parameter for all of my mp3's, as it is read by both android and iDevice to show the album art. |
All my .mp3's seem to have the album art already as all my decices seem to Maybe you could have a placeholder for when the specific album art is not On Sun, Nov 23, 2014 at 11:17 PM, plessbd notifications@github.com wrote:
|
Would it be possible to add data to the screen that is being cast to, such as what is currently playing.
The text was updated successfully, but these errors were encountered: