Opened 3 years ago
Closed 3 years ago
#11519 closed enhancement (fixed)
Support Ogg audio and video file extensions and Internet media types
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Upload | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Add support for the oga file extension for Ogg audio. Add Ogg video (.ogv, video/ogg) as a known and accepted video type.
Based on official file extensions and MIME declarations from Xiph:
http://wiki.xiph.org/MIME_Types_and_File_Extensions
Affects accepted MIME array in wp-includes/functions.php .
Attachments (2)
Change History (7)
niallkennedy — 3 years ago
+1 on this. Reviewed the patch, looks good to me. Thanks for taking care!
comment:4
johnfjohnf — 3 years ago
Here is a new patch which adds ogv and oga against current trunk
johnfjohnf — 3 years ago
Note: See
TracTickets for help on using
tickets.

add oga as a supported audio/ogg file extension. add support for ogg video.