[wp-trac] [WordPress Trac] #42017: Parse the creation date out of uploaded audio files
WordPress Trac
noreply at wordpress.org
Thu Jan 10 01:31:56 UTC 2019
#42017: Parse the creation date out of uploaded audio files
----------------------------------------------------+----------------------
Reporter: desrosj | Owner: desrosj
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.1
Component: Media | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests needs-testing | Focuses:
----------------------------------------------------+----------------------
Changes (by desrosj):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"44528" 44528]:
{{{
#!CommitTicketReference repository="" revision="44528"
Media: Store audio creation date in meta.
In [41746], `wp_get_media_creation_timestamp()` was introduced to read the
created timestamp for videos from `getID3` in meta whenever possible. This
information is useful separately from the dates on the file itself.
This adds the same support audio files by utilizing
`wp_get_media_creation_timestamp()` in `wp_read_audio_metadata()`.
Props blob folio, desrosj.
Fixes #42017.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42017#comment:25>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list