Created
March 26, 2015 22:42
-
-
Save mjordan/92e9eb263ee1071d8a23 to your computer and use it in GitHub Desktop.
Islandora content model to OBJ file extension map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$content_model_to_extension_map = array( | |
"islandora:sp-audioCModel" => array("mp3", "mp4a", "m4a", "oga", "ogg", "flac", "wav"), | |
"islandora:sp_basic_image" => array("jpeg", "jpe", "jpeg", "gif", "png"), | |
"islandora:sp_large_image_cmodel" => array("tiff", "tif", "jp2"), | |
"islandora:sp_pdf" => array("pdf"), | |
"islandora:sp_videoCModel" => array("mp4", "m4v", "mkv", "mpeg", "mpe","mpg", "qt", "mov", "ogv"), | |
"islandora:sp_web_archive" => array("warc"), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment