-
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
Metadata API #28
base: non-admin-users
Are you sure you want to change the base?
Metadata API #28
Conversation
fixes #26 |
I tested the pr, it works fine. Just one small issue that I noticed, it returns the complete cover image data in the JSON response, something like this:
How to use this image data on the client-side? The purpose behind building this API was to serve chromecast with the URL of the cover image. So it would make sense if we cache this image data in a jpeg file in |
Please also include the docs for this API in amahi-anywhere-specs |
Yeah, caching the image in |
Can we get the docs for the API at the same time as the code, so we can deploy it? Thanks |
Added API to fetch metadata for the media files. Following data can be retrieved from a file:
Some of it may be null subject to the data present in the file.