Skip to content
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

Open
sogeking90 opened this issue Nov 17, 2014 · 5 comments
Open

Display information on the screen when playing MP3's. #22

sogeking90 opened this issue Nov 17, 2014 · 5 comments

Comments

@sogeking90
Copy link

Would it be possible to add data to the screen that is being cast to, such as what is currently playing.

@xat
Copy link
Owner

xat commented Nov 19, 2014

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.

@plessbd
Copy link

plessbd commented Nov 23, 2014

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.
https://github.com/43081j/id3 seems like the perfect library to use to start reading the information.

@xat
Copy link
Owner

xat commented Nov 23, 2014

Cool, think we should look how widely used the image-parameter is :)
That module looks nice :)

@plessbd
Copy link

plessbd commented Nov 23, 2014

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.

@sogeking90
Copy link
Author

All my .mp3's seem to have the album art already as all my decices seem to
show the album art without any been in my directory.

Maybe you could have a placeholder for when the specific album art is not
available?

On Sun, Nov 23, 2014 at 11:17 PM, plessbd notifications@github.com wrote:

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.


Reply to this email directly or view it on GitHub
#22 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants