media.yaml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. types:
  2. defaults:
  3. type: file
  4. thumb: media/thumb.png
  5. mime: application/octet-stream
  6. image:
  7. filters:
  8. default: [enableProgressive]
  9. jpg:
  10. type: image
  11. thumb: media/thumb-jpg.png
  12. mime: image/jpeg
  13. image: null
  14. jpe:
  15. type: image
  16. thumb: media/thumb-jpg.png
  17. mime: image/jpeg
  18. image: null
  19. jpeg:
  20. type: image
  21. thumb: media/thumb-jpg.png
  22. mime: image/jpeg
  23. image: null
  24. png:
  25. type: image
  26. thumb: media/thumb-png.png
  27. mime: image/png
  28. image: null
  29. gif:
  30. type: animated
  31. thumb: media/thumb-gif.png
  32. mime: image/gif
  33. image: null
  34. svg:
  35. type: vector
  36. thumb: media/thumb-svg.png
  37. mime: image/svg+xml
  38. image: null
  39. mp4:
  40. type: video
  41. thumb: media/thumb-mp4.png
  42. mime: video/mp4
  43. image: null
  44. mov:
  45. type: video
  46. thumb: media/thumb-mov.png
  47. mime: video/quicktime
  48. image: null
  49. m4v:
  50. type: video
  51. thumb: media/thumb-m4v.png
  52. mime: video/x-m4v
  53. image: null
  54. swf:
  55. type: video
  56. thumb: media/thumb-swf.png
  57. mime: video/x-flv
  58. image: null
  59. flv:
  60. type: video
  61. thumb: media/thumb-flv.png
  62. mime: video/x-flv
  63. image: null
  64. webm:
  65. type: video
  66. thumb: media/thumb-webm.png
  67. mime: video/webm
  68. image: null
  69. ogv:
  70. type: video
  71. thumb: media/thumb-ogg.png
  72. mime: video/ogg
  73. image: null
  74. mp3:
  75. type: audio
  76. thumb: media/thumb-mp3.png
  77. mime: audio/mp3
  78. image: null
  79. ogg:
  80. type: audio
  81. thumb: media/thumb-ogg.png
  82. mime: audio/ogg
  83. image: null
  84. wma:
  85. type: audio
  86. thumb: media/thumb-wma.png
  87. mime: audio/wma
  88. image: null
  89. m4a:
  90. type: audio
  91. thumb: media/thumb-m4a.png
  92. mime: audio/m4a
  93. image: null
  94. wav:
  95. type: audio
  96. thumb: media/thumb-wav.png
  97. mime: audio/wav
  98. image: null
  99. aiff:
  100. type: audio
  101. thumb: media/thumb-aif.png
  102. mime: audio/aiff
  103. image: null
  104. aif:
  105. type: audio
  106. thumb: media/thumb-aif.png
  107. mime: audio/aif
  108. image: null
  109. txt:
  110. type: file
  111. thumb: media/thumb-txt.png
  112. mime: text/plain
  113. image: null
  114. xml:
  115. type: file
  116. thumb: media/thumb-xml.png
  117. mime: application/xml
  118. image: null
  119. doc:
  120. type: file
  121. thumb: media/thumb-doc.png
  122. mime: application/msword
  123. image: null
  124. docx:
  125. type: file
  126. thumb: media/thumb-docx.png
  127. mime: application/msword
  128. image: null
  129. xls:
  130. type: file
  131. thumb: media/thumb-xls.png
  132. mime: application/vnd.ms-excel
  133. image: null
  134. xlsx:
  135. type: file
  136. thumb: media/thumb-xlsx.png
  137. mime: application/vnd.ms-excel
  138. image: null
  139. ppt:
  140. type: file
  141. thumb: media/thumb-ppt.png
  142. mime: application/vnd.ms-powerpoint
  143. image: null
  144. pptx:
  145. type: file
  146. thumb: media/thumb-pptx.png
  147. mime: application/vnd.ms-powerpoint
  148. image: null
  149. pps:
  150. type: file
  151. thumb: media/thumb-pps.png
  152. mime: application/vnd.ms-powerpoint
  153. image: null
  154. rtf:
  155. type: file
  156. thumb: media/thumb-rtf.png
  157. mime: application/rtf
  158. image: null
  159. bmp:
  160. type: file
  161. thumb: media/thumb-bmp.png
  162. mime: image/bmp
  163. image: null
  164. tiff:
  165. type: file
  166. thumb: media/thumb-tiff.png
  167. mime: image/tiff
  168. image: null
  169. mpeg:
  170. type: file
  171. thumb: media/thumb-mpg.png
  172. mime: video/mpeg
  173. image: null
  174. mpg:
  175. type: file
  176. thumb: media/thumb-mpg.png
  177. mime: video/mpeg
  178. image: null
  179. mpe:
  180. type: file
  181. thumb: media/thumb-mpe.png
  182. mime: video/mpeg
  183. image: null
  184. avi:
  185. type: file
  186. thumb: media/thumb-avi.png
  187. mime: video/msvideo
  188. image: null
  189. wmv:
  190. type: file
  191. thumb: media/thumb-wmv.png
  192. mime: video/x-ms-wmv
  193. image: null
  194. html:
  195. type: file
  196. thumb: media/thumb-html.png
  197. mime: text/html
  198. image: null
  199. htm:
  200. type: file
  201. thumb: media/thumb-html.png
  202. mime: text/html
  203. image: null
  204. ics:
  205. type: iCal
  206. thumb: media/thumb-ics.png
  207. mime: text/calendar
  208. image: null
  209. pdf:
  210. type: file
  211. thumb: media/thumb-pdf.png
  212. mime: application/pdf
  213. image: null
  214. ai:
  215. type: file
  216. thumb: media/thumb-ai.png
  217. mime: image/ai
  218. image: null
  219. psd:
  220. type: file
  221. thumb: media/thumb-psd.png
  222. mime: image/psd
  223. image: null
  224. zip:
  225. type: file
  226. thumb: media/thumb-zip.png
  227. mime: application/zip
  228. image: null
  229. 7z:
  230. type: file
  231. thumb: media/thumb-7z.png
  232. mime: application/x-7z-compressed
  233. image: null
  234. gz:
  235. type: file
  236. thumb: media/thumb-gz.png
  237. mime: application/gzip
  238. image: null
  239. tar:
  240. type: file
  241. thumb: media/thumb-tar.png
  242. mime: application/x-tar
  243. image: null
  244. css:
  245. type: file
  246. thumb: media/thumb-css.png
  247. mime: text/css
  248. image: null
  249. js:
  250. type: file
  251. thumb: media/thumb-js.png
  252. mime: application/javascript
  253. image: null
  254. json:
  255. type: file
  256. thumb: media/thumb-json.png
  257. mime: application/json
  258. image: null
  259. odt:
  260. type: file
  261. thumb: null
  262. mime: null
  263. image: null