This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5755 - <video>: Expose media resource metadata (e.g. movie name, release year)
Summary: <video>: Expose media resource metadata (e.g. movie name, release year)
Status: RESOLVED WONTFIX
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: All All
: P3 enhancement
Target Milestone: Needs Impl Interest
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-14 10:39 UTC by Rob Burns
Modified: 2017-07-21 10:31 UTC (History)
9 users (show)

See Also:


Attachments

Description Rob Burns 2008-06-14 10:39:17 UTC
* users want (and sometimes need) access to metadata stored within various media formats
 * often immanent metadata properties are better way to store metadata for authors and users so that these properties do not become separated from the file, but UAs often lack a mechanism to access that metadata stored in that way

(see http://esw.w3.org/topic/HTML/UANormAndDOMForMediaPropeties for evolving solution proposals)


[user issue, authoring issue]
Comment 1 Ian 'Hixie' Hickson 2008-06-14 18:39:55 UTC
Exposing media data in <video> and <audio> is an existing v3 feature proposal.
Comment 2 Rob Burns 2008-06-16 11:49:39 UTC
(in reply to comment #1)
What is v3? How does that relate to this bug in the HTML5 draft?
Comment 3 Ian 'Hixie' Hickson 2008-06-16 20:29:43 UTC
v3 means "version 3" (as in, the third major version of the media feature). v1 was the original proposal with just play and pause. v2 is the current feature set, which is much bigger. Once all the major user agents implement that well, and once the risk of distracting them from other parts of the spec becomes lower than the risk of them just doing their own thing with video extensions, then we will go to v3 and add more features, such as this one. You can see the complete list of v3 requests in the spec (search for "v3" in the source).

Marking a bug LATER doesn't mean it is rejected, it just means that I can't do anything with it right now, but will revisit it in future.
Comment 4 Maciej Stachowiak 2010-03-14 13:14:16 UTC
This bug predates the HTML Working Group Decision Policy.

If you are satisfied with the resolution of this bug, please change the state of this bug to CLOSED. If
you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.
Comment 5 Maciej Stachowiak 2010-04-19 09:31:27 UTC
No longer waiting for a reply on this bug.
Comment 6 public-rdfa-wg 2013-01-24 06:39:43 UTC
This bug was cloned to create HTML WG bug 19056.
Comment 7 Ian 'Hixie' Hickson 2013-03-19 00:12:12 UTC
The current state of this is that Mozilla is intending to work on this as described here:
   http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2013-January/038705.html

I'm not aware of any other browsers working on something like this.

I propose to wait until at least one vendor has some implementation experience with this before doing anything in the spec.
Comment 8 Ian 'Hixie' Hickson 2014-09-30 16:28:43 UTC
Ralph, did your experimentations lead anywhere?
Comment 9 Ralph Giles 2014-10-01 18:26:06 UTC
Not really. I couldn't get sufficient interest from other developers and stopped working on the project.

Firefox OS uses parsers written in js. Firefox still exposes un-schema'd metadata for some file types as media.mozGetMetadata().
Comment 10 Anne 2017-07-21 10:31:38 UTC
Please file a new issue at https://github.com/whatwg/html/issues/new if there's still interest.