I intend to use this privately for music organization.

mime.types 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. types {
  2. text/html html htm shtml;
  3. text/css css;
  4. text/xml xml;
  5. image/gif gif;
  6. image/jpeg jpeg jpg;
  7. application/x-lua lua;
  8. application/x-moonscript moon;
  9. application/x-javascript js;
  10. application/atom+xml atom;
  11. application/rss+xml rss;
  12. text/mathml mml;
  13. text/plain txt;
  14. text/vnd.sun.j2me.app-descriptor jad;
  15. text/vnd.wap.wml wml;
  16. text/x-component htc;
  17. image/png png;
  18. image/tiff tif tiff;
  19. image/vnd.wap.wbmp wbmp;
  20. image/x-icon ico;
  21. image/x-jng jng;
  22. image/x-ms-bmp bmp;
  23. image/svg+xml svg svgz;
  24. image/webp webp;
  25. application/java-archive jar war ear;
  26. application/mac-binhex40 hqx;
  27. application/msword doc;
  28. application/pdf pdf;
  29. application/postscript ps eps ai;
  30. application/rtf rtf;
  31. application/vnd.ms-excel xls;
  32. application/vnd.ms-powerpoint ppt;
  33. application/vnd.wap.wmlc wmlc;
  34. application/vnd.google-earth.kml+xml kml;
  35. application/vnd.google-earth.kmz kmz;
  36. application/x-7z-compressed 7z;
  37. application/x-cocoa cco;
  38. application/x-java-archive-diff jardiff;
  39. application/x-java-jnlp-file jnlp;
  40. application/x-makeself run;
  41. application/x-perl pl pm;
  42. application/x-pilot prc pdb;
  43. application/x-rar-compressed rar;
  44. application/x-redhat-package-manager rpm;
  45. application/x-sea sea;
  46. application/x-shockwave-flash swf;
  47. application/x-stuffit sit;
  48. application/x-tcl tcl tk;
  49. application/x-x509-ca-cert der pem crt;
  50. application/x-xpinstall xpi;
  51. application/xhtml+xml xhtml;
  52. application/zip zip;
  53. application/octet-stream bin exe dll;
  54. application/octet-stream deb;
  55. application/octet-stream dmg;
  56. application/octet-stream eot;
  57. application/octet-stream iso img;
  58. application/octet-stream msi msp msm;
  59. audio/midi mid midi kar;
  60. audio/mpeg mp3;
  61. audio/ogg ogg;
  62. audio/x-m4a m4a;
  63. audio/x-realaudio ra;
  64. video/3gpp 3gpp 3gp;
  65. video/mp4 mp4;
  66. video/mpeg mpeg mpg;
  67. video/quicktime mov;
  68. video/webm webm;
  69. video/x-flv flv;
  70. video/x-m4v m4v;
  71. video/x-mng mng;
  72. video/x-ms-asf asx asf;
  73. video/x-ms-wmv wmv;
  74. video/x-msvideo avi;
  75. }