-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for Metadata extraction from audio/video files #26
Comments
I can see a |
If I am not wrong |
Okay, that makes sense. |
https://github.com/dhowden/tag this is the one I think can work for this. |
I will suggest before getting into the coding part, prepare a High-level design document for this feature, listing out what all data can be extracted from which all types of files, how will that data be stored (in DB and/or file system), when will this data be fetched/refreshed, and then finally how will that data be presented in the form of an API. Feel free to include any other details you feel relevant. |
Okay, sure |
Hi @vishwasmittal, @csoni111 , I want to be a GSOC participant in your project this year. If this task is not done, I do, please can you assign this task to me, I would like to work on it. Pull request was sent but not processed so i wanted to confirm. |
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.
The text was updated successfully, but these errors were encountered: