Skip to content

Commit

Permalink
add compatible predefined formats for video&audio views
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandr committed Nov 27, 2019
1 parent 3cad0db commit 7283b13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckan/config/resource_formats.json
Expand Up @@ -38,10 +38,13 @@
["KMZ", "KMZ File", "application/vnd.google-earth.kmz+xml", ["application/vnd.google-earth.kmz"]],
["MDB", "Access Database", "application/x-msaccess", []],
["MOP", "MOPAC Input format", "chemical/x-mopac-input", []],
["MP3", "MPEG-1 Audio Layer-3", "audio/mpeg", ["audio/mpeg3", "audio/x-mpeg-3", "video/mpeg", "video/x-mpeg"]],
["MP4", "MPEG Video File", "video/mp4", ["application/mp4"]],
["MrSID", "MrSID", "image/x-mrsid", []],
["MXD", "ESRI ArcGIS project file", "application/x-mxd", []],
["NetCDF", "NetCDF File", "application/netcdf", []],
["N3", "N3 Triples", "application/x-n3", []],
["OGG", "Ogg Vorbis Audio File", "audio/ogg", []],
["ODB", "OpenDocument Database", "application/vnd.oasis.opendocument.database", []],
["ODC", "OpenDocument Chart", "application/vnd.oasis.opendocument.chart", []],
["ODF", "OpenDocument Math Formula", "application/vnd.oasis.opendocument.formula", []],
Expand Down Expand Up @@ -73,7 +76,9 @@
["TORRENT", "Torrent", "application/x-bittorrent", ["bittorrent"]],
["TSV", "Tab Separated Values File", "text/tab-separated-values", ["text/tsv"]],
["TXT", "Text File", "text/plain", []],
["WAV", "Wave file", "audio/x-wav", ["audio/wav"]],
["WCS", "Web Coverage Service", "wcs", []],
["WebM", "WEBM video", "video/webm", []],
["WFS", "Web Feature Service", null, []],
["WMS", "Web Mapping Service", "WMS", ["wms"]],
["WMTS", "Web Map Tile Service", null, []],
Expand Down

0 comments on commit 7283b13

Please sign in to comment.