file_format/
formats.rs

1//! Definition of file formats, listed in alphabetical order.
2
3formats! {
4    format = Abiword
5    name = "AbiWord"
6    short_name = "ABW"
7    media_type = "application/x-abiword"
8    extension = "abw"
9    kind = Document
10
11    format = AbiwordTemplate
12    name = "AbiWord Template"
13    short_name = "AWT"
14    media_type = "application/x-abiword-template"
15    extension = "awt"
16    kind = Document
17
18    format = Ace
19    name = "ACE"
20    media_type = "application/x-ace-compressed"
21    extension = "ace"
22    kind = Archive
23
24    format = ActionsMediaVideo
25    name = "Actions Media Video"
26    short_name = "AMV"
27    media_type = "video/x-amv"
28    extension = "amv"
29    kind = Video
30
31    format = Activemime
32    name = "ActiveMime"
33    short_name = "MSO"
34    media_type = "application/x-mso"
35    extension = "mso"
36    kind = Other
37
38    format = AdaptableScalableTextureCompression
39    name = "Adaptable Scalable Texture Compression"
40    short_name = "ASTC"
41    media_type = "image/x-astc"
42    extension = "astc"
43    kind = Image
44
45    format = AdaptiveMultiRate
46    name = "Adaptive Multi-Rate"
47    short_name = "AMR"
48    media_type = "audio/amr"
49    extension = "amr"
50    kind = Audio
51
52    format = AdditiveManufacturingFormat
53    name = "Additive Manufacturing Format"
54    short_name = "AMF"
55    media_type = "application/x-amf"
56    extension = "amf"
57    kind = Model
58
59    format = AdobeIllustratorArtwork
60    name = "Adobe Illustrator Artwork"
61    short_name = "AI"
62    media_type = "application/vnd.adobe.illustrator"
63    extension = "ai"
64    kind = Image
65
66    format = AdobeIndesignDocument
67    name = "Adobe InDesign Document"
68    short_name = "INDD"
69    media_type = "application/x-indesign"
70    extension = "indd"
71    kind = Document
72
73    format = AdobeIntegratedRuntime
74    name = "Adobe Integrated Runtime"
75    short_name = "AIR"
76    media_type = "application/vnd.adobe.air-application-installer-package+zip"
77    extension = "air"
78    kind = Package
79
80    format = AdobePhotoshopDocument
81    name = "Adobe Photoshop Document"
82    short_name = "PSD"
83    media_type = "image/vnd.adobe.photoshop"
84    extension = "psd"
85    kind = Image
86
87    format = AdvancedAudioCoding
88    name = "Advanced Audio Coding"
89    short_name = "AAC"
90    media_type = "audio/aac"
91    extension = "aac"
92    kind = Audio
93
94    format = AdvancedStreamRedirector
95    name = "Advanced Stream Redirector"
96    short_name = "ASX"
97    media_type = "video/x-ms-asx"
98    extension = "asx"
99    kind = Playlist
100
101    format = AdvancedSystemsFormat
102    name = "Advanced Systems Format"
103    short_name = "ASF"
104    media_type = "application/vnd.ms-asf"
105    extension = "asf"
106    kind = Other
107
108    format = AgeEncryption
109    name = "age encryption"
110    media_type = "application/x-age-encryption"
111    extension = "age"
112    kind = Other
113
114    format = Alz
115    name = "ALZ"
116    media_type = "application/x-alz-compressed"
117    extension = "alz"
118    kind = Archive
119
120    format = AmigaDiskFile
121    name = "Amiga Disk File"
122    short_name = "ADF"
123    media_type = "application/x-amiga-disk-format"
124    extension = "adf"
125    kind = Disk
126
127    format = AndroidAppBundle
128    name = "Android App Bundle"
129    short_name = "AAB"
130    media_type = "application/vnd.android.aab"
131    extension = "aab"
132    kind = Package
133
134    format = AndroidBinaryXml
135    name = "Android Binary XML"
136    short_name = "AXML"
137    media_type = "application/vnd.android.axml"
138    extension = "xml"
139    kind = Metadata
140
141    format = AndroidPackage
142    name = "Android Package"
143    short_name = "APK"
144    media_type = "application/vnd.android.package-archive"
145    extension = "apk"
146    kind = Package
147
148    format = AndroidResourceStorageContainer
149    name = "Android Resource Storage Container"
150    short_name = "ARSC"
151    media_type = "application/vnd.android.arsc"
152    extension = "arsc"
153    kind = Other
154
155    format = AnimatedPortableNetworkGraphics
156    name = "Animated Portable Network Graphics"
157    short_name = "APNG"
158    media_type = "image/apng"
159    extension = "apng"
160    kind = Image
161
162    format = ApacheArrowColumnar
163    name = "Apache Arrow Columnar"
164    short_name = "Arrow"
165    media_type = "application/vnd.apache.arrow.file"
166    extension = "arrow"
167    kind = Other
168
169    format = ApacheAvro
170    name = "Apache Avro"
171    short_name = "Avro"
172    media_type = "application/vnd.apache.avro"
173    extension = "avro"
174    kind = Other
175
176    format = ApacheParquet
177    name = "Apache Parquet"
178    short_name = "Parquet"
179    media_type = "application/vnd.apache.parquet"
180    extension = "parquet"
181    kind = Other
182
183    format = Appimage
184    name = "AppImage"
185    media_type = "application/x-appimage"
186    extension = "AppImage"
187    kind = Package
188
189    format = AppleDiskImage
190    name = "Apple Disk Image"
191    short_name = "DMG"
192    media_type = "application/x-apple-diskimage"
193    extension = "dmg"
194    kind = Disk
195
196    format = AppleIconImage
197    name = "Apple Icon Image"
198    short_name = "ICNS"
199    media_type = "image/x-icns"
200    extension = "icns"
201    kind = Image
202
203    format = AppleItunesAudio
204    name = "Apple iTunes Audio"
205    short_name = "M4A"
206    media_type = "audio/x-m4a"
207    extension = "m4a"
208    kind = Audio
209
210    format = AppleItunesAudiobook
211    name = "Apple iTunes Audiobook"
212    short_name = "M4B"
213    media_type = "audio/mp4"
214    extension = "m4b"
215    kind = Audio
216
217    format = AppleItunesProtectedAudio
218    name = "Apple iTunes Protected Audio"
219    short_name = "M4P"
220    media_type = "audio/mp4"
221    extension = "m4p"
222    kind = Audio
223
224    format = AppleItunesVideo
225    name = "Apple iTunes Video"
226    short_name = "M4V"
227    media_type = "video/x-m4v"
228    extension = "m4v"
229    kind = Video
230
231    format = AppleQuicktime
232    name = "Apple QuickTime"
233    short_name = "MOV"
234    media_type = "video/quicktime"
235    extension = "mov"
236    kind = Video
237
238    format = ArbitraryBinaryData
239    name = "Arbitrary Binary Data"
240    short_name = "BIN"
241    media_type = "application/octet-stream"
242    extension = "bin"
243    kind = Other
244
245    format = ArchivedByRobertJung
246    name = "Archived by Robert Jung"
247    short_name = "ARJ"
248    media_type = "application/x-arj"
249    extension = "arj"
250    kind = Archive
251
252    format = Atari7800Rom
253    name = "Atari 7800 ROM"
254    short_name = "A78"
255    media_type = "application/x-atari-7800-rom"
256    extension = "a78"
257    kind = Rom
258
259    format = Atom
260    name = "Atom"
261    media_type = "application/atom+xml"
262    extension = "atom"
263    kind = Other
264
265    format = Au
266    name = "Au"
267    media_type = "audio/basic"
268    extension = "au"
269    kind = Audio
270
271    format = AudioCodec3
272    name = "Audio Codec 3"
273    short_name = "AC-3"
274    media_type = "audio/ac3"
275    extension = "ac3"
276    kind = Audio
277
278    format = AudioInterchangeFileFormat
279    name = "Audio Interchange File Format"
280    short_name = "AIFF"
281    media_type = "audio/x-aiff"
282    extension = "aiff"
283    kind = Audio
284
285    format = AudioVideoInterleave
286    name = "Audio Video Interleave"
287    short_name = "AVI"
288    media_type = "video/avi"
289    extension = "avi"
290    kind = Video
291
292    format = AudioVisualResearch
293    name = "Audio Visual Research"
294    short_name = "AVR"
295    media_type = "audio/x-avr"
296    extension = "avr"
297    kind = Audio
298
299    format = AutocadDrawing
300    name = "AutoCAD Drawing"
301    short_name = "DWG"
302    media_type = "application/x-dwg"
303    extension = "dwg"
304    kind = Model
305
306    format = Autodesk123d
307    name = "Autodesk 123D"
308    short_name = "123DX"
309    media_type = "model/x-123dx"
310    extension = "123dx"
311    kind = Model
312
313    format = AutodeskAlias
314    name = "Autodesk Alias"
315    short_name = "WIRE"
316    media_type = "model/x-wire"
317    extension = "wire"
318    kind = Model
319
320    format = AutodeskAnimator
321    name = "Autodesk Animator"
322    short_name = "FLI"
323    media_type = "video/x-fli"
324    extension = "fli"
325    kind = Video
326
327    format = AutodeskAnimatorPro
328    name = "Autodesk Animator Pro"
329    short_name = "FLC"
330    media_type = "video/x-flc"
331    extension = "flc"
332    kind = Video
333
334    format = AutodeskInventorAssembly
335    name = "Autodesk Inventor Assembly"
336    short_name = "IAM"
337    media_type = "model/x-iam"
338    extension = "iam"
339    kind = Model
340
341    format = AutodeskInventorDrawing
342    name = "Autodesk Inventor Drawing"
343    short_name = "IDW"
344    media_type = "model/x-idw"
345    extension = "idw"
346    kind = Model
347
348    format = AutodeskInventorPart
349    name = "Autodesk Inventor Part"
350    short_name = "IPT"
351    media_type = "model/x-ipt"
352    extension = "ipt"
353    kind = Model
354
355    format = AutodeskInventorPresentation
356    name = "Autodesk Inventor Presentation"
357    short_name = "IPN"
358    media_type = "model/x-ipn"
359    extension = "ipn"
360    kind = Model
361
362    format = Av1ImageFileFormat
363    name = "AV1 Image File Format"
364    short_name = "AVIF"
365    media_type = "image/avif"
366    extension = "avif"
367    kind = Image
368
369    format = Av1ImageFileFormatSequence
370    name = "AV1 Image File Format Sequence"
371    short_name = "AVIFS"
372    media_type = "image/avif-sequence"
373    extension = "avifs"
374    kind = Image
375
376    format = BdavMpeg2TransportStream
377    name = "BDAV MPEG-2 Transport Stream"
378    short_name = "M2TS"
379    media_type = "video/mp2t"
380    extension = "m2ts"
381    kind = Video
382
383    format = BetterPortableGraphics
384    name = "Better Portable Graphics"
385    short_name = "BPG"
386    media_type = "image/bpg"
387    extension = "bpg"
388    kind = Image
389
390    format = Bittorrent
391    name = "BitTorrent"
392    short_name = "Torrent"
393    media_type = "application/x-bittorrent"
394    extension = "torrent"
395    kind = Metadata
396
397    format = Blender
398    name = "Blender"
399    short_name = "BLEND"
400    media_type = "application/x-blender"
401    extension = "blend"
402    kind = Model
403
404    format = BmfontAscii
405    name = "BMFont ASCII"
406    short_name = "FNT"
407    media_type = "application/x-angelcode-bmfont"
408    extension = "fnt"
409    kind = Font
410
411    format = BmfontBinary
412    name = "BMFont Binary"
413    short_name = "FNT"
414    media_type = "application/x-angelcode-bmfont"
415    extension = "fnt"
416    kind = Font
417
418    format = BroadBandEbook
419    name = "Broad Band eBook"
420    short_name = "BBeB"
421    media_type = "application/x-lrf"
422    extension = "lrf"
423    kind = Ebook
424
425    format = Bzip
426    name = "bzip"
427    short_name = "BZ"
428    media_type = "application/x-bzip"
429    extension = "bz"
430    kind = Compressed
431
432    format = Bzip2
433    name = "bzip2"
434    short_name = "BZ2"
435    media_type = "application/x-bzip2"
436    extension = "bz2"
437    kind = Compressed
438
439    format = Bzip3
440    name = "BZip3"
441    short_name = "BZ3"
442    media_type = "application/x-bzip3"
443    extension = "bz3"
444    kind = Compressed
445
446    format = Cabinet
447    name = "Cabinet"
448    short_name = "CAB"
449    media_type = "application/vnd.ms-cab-compressed"
450    extension = "cab"
451    kind = Archive
452
453    format = CanonRaw
454    name = "Canon Raw"
455    short_name = "CRW"
456    media_type = "image/x-canon-crw"
457    extension = "crw"
458    kind = Image
459
460    format = CanonRaw2
461    name = "Canon Raw 2"
462    short_name = "CR2"
463    media_type = "image/x-canon-cr2"
464    extension = "cr2"
465    kind = Image
466
467    format = CanonRaw3
468    name = "Canon Raw 3"
469    short_name = "CR3"
470    media_type = "image/x-canon-cr3"
471    extension = "cr3"
472    kind = Image
473
474    format = CdAudio
475    name = "CD Audio"
476    short_name = "CDA"
477    media_type = "application/x-cdf"
478    extension = "cda"
479    kind = Metadata
480
481    format = Cinema4d
482    name = "Cinema 4D"
483    short_name = "C4D"
484    media_type = "model/x-c4d"
485    extension = "c4d"
486    kind = Model
487
488    format = Cineon
489    name = "Cineon"
490    short_name = "CIN"
491    media_type = "image/cineon"
492    extension = "cin"
493    kind = Image
494
495    format = CircuitDiagramDocument
496    name = "Circuit Diagram Document"
497    short_name = "CDDX"
498    media_type = "application/vnd.circuitdiagram.document.main+xml"
499    extension = "cddx"
500    kind = Diagram
501
502    format = ClojureScript
503    name = "Clojure Script"
504    media_type = "text/x-clojure"
505    extension = "clj"
506    kind = Other
507
508    format = CollaborativeDesignActivity
509    name = "Collaborative Design Activity"
510    short_name = "COLLADA"
511    media_type = "model/vnd.collada+xml"
512    extension = "dae"
513    kind = Model
514
515    format = Commodore64Cartridge
516    name = "Commodore 64 Cartridge"
517    short_name = "CRT"
518    media_type = "application/x-commodore-64-cartridge"
519    extension = "crt"
520    kind = Rom
521
522    format = Commodore64Program
523    name = "Commodore 64 Program"
524    short_name = "PRG"
525    media_type = "application/x-commodore-64-program"
526    extension = "prg"
527    kind = Executable
528
529    format = CommonObjectFileFormat
530    name = "Common Object File Format"
531    short_name = "COFF"
532    media_type = "application/x-coff"
533    extension = "coff"
534    kind = Executable
535
536    format = CompoundFileBinary
537    name = "Compound File Binary"
538    short_name = "CFB"
539    media_type = "application/x-cfb"
540    extension = "cfb"
541    kind = Other
542
543    format = CorelPresentations
544    name = "Corel Presentations"
545    short_name = "SHW"
546    media_type = "application/x-corelpresentations"
547    extension = "shw"
548    kind = Presentation
549
550    format = CorelPresentations7
551    name = "Corel Presentations 7"
552    short_name = "SHW"
553    media_type = "application/x-corelpresentations"
554    extension = "shw"
555    kind = Presentation
556
557    format = Cpio
558    name = "cpio"
559    media_type = "application/x-cpio"
560    extension = "cpio"
561    kind = Archive
562
563    format = CreativeVoice
564    name = "Creative Voice"
565    short_name = "VOC"
566    media_type = "audio/x-voc"
567    extension = "voc"
568    kind = Audio
569
570    format = DalvikExecutable
571    name = "Dalvik Executable"
572    short_name = "DEX"
573    media_type = "application/vnd.android.dex"
574    extension = "dex"
575    kind = Executable
576
577    format = DebianPackage
578    name = "Debian Package"
579    short_name = "DEB"
580    media_type = "application/vnd.debian.binary-package"
581    extension = "deb"
582    kind = Package
583
584    format = DerCertificate
585    name = "DER Certificate"
586    short_name = "DER"
587    media_type = "application/x-x509-ca-cert"
588    extension = "der"
589    kind = Other
590
591    format = DesignWebFormat
592    name = "Design Web Format"
593    short_name = "DWF"
594    media_type = "model/vnd.dwf"
595    extension = "dwf"
596    kind = Model
597
598    format = DesignWebFormatXps
599    name = "Design Web Format XPS"
600    short_name = "DWFX"
601    media_type = "model/vnd.dwfx+xps"
602    extension = "dwfx"
603    kind = Model
604
605    format = DigitalImagingAndCommunicationsInMedicine
606    name = "Digital Imaging and Communications in Medicine"
607    short_name = "DICOM"
608    media_type = "application/dicom"
609    extension = "dcm"
610    kind = Other
611
612    format = DigitalPictureExchange
613    name = "Digital Picture Exchange"
614    short_name = "DPX"
615    media_type = "image/x-dpx"
616    extension = "dpx"
617    kind = Image
618
619    format = Djvu
620    name = "DjVu"
621    media_type = "image/vnd.djvu"
622    extension = "djvu"
623    kind = Document
624
625    format = DrawingExchangeFormatAscii
626    name = "Drawing Exchange Format ASCII"
627    short_name = "DXF"
628    media_type = "application/x-dxf"
629    extension = "dxf"
630    kind = Model
631
632    format = DrawingExchangeFormatBinary
633    name = "Drawing Exchange Format Binary"
634    short_name = "DXF"
635    media_type = "application/x-dxf"
636    extension = "dxf"
637    kind = Model
638
639    format = Drawio
640    name = "draw.io"
641    short_name = "DRAWIO"
642    media_type = "application/vnd.jgraph.mxfile"
643    extension = "drawio"
644    kind = Diagram
645
646    format = DynamicLinkLibrary
647    name = "Dynamic Link Library"
648    short_name = "DLL"
649    media_type = "application/vnd.microsoft.portable-executable"
650    extension = "dll"
651    kind = Executable
652
653    format = EightBitSampledVoice
654    name = "8-Bit Sampled Voice"
655    short_name = "8SVX"
656    media_type = "audio/x-8svx"
657    extension = "8svx"
658    kind = Audio
659
660    format = ElectronicPublication
661    name = "Electronic Publication"
662    short_name = "EPUB"
663    media_type = "application/epub+zip"
664    extension = "epub"
665    kind = Ebook
666
667    format = EmbeddedOpentype
668    name = "Embedded OpenType"
669    short_name = "EOT"
670    media_type = "application/vnd.ms-fontobject"
671    extension = "eot"
672    kind = Font
673
674    format = Empty
675    name = "Empty"
676    media_type = "application/x-empty"
677    extension = "empty"
678    kind = Other
679
680    format = EncapsulatedPostscript
681    name = "Encapsulated PostScript"
682    short_name = "EPS"
683    media_type = "application/eps"
684    extension = "eps"
685    kind = Image
686
687    format = EnterpriseApplicationArchive
688    name = "Enterprise Application Archive"
689    short_name = "EAR"
690    media_type = "application/java-archive"
691    extension = "ear"
692    kind = Package
693
694    format = ExecutableAndLinkableFormat
695    name = "Executable and Linkable Format"
696    short_name = "ELF"
697    media_type = "application/x-executable"
698    extension = "elf"
699    kind = Executable
700
701    format = ExperimentalComputingFacility
702    name = "Experimental Computing Facility"
703    short_name = "XCF"
704    media_type = "image/x-xcf"
705    extension = "xcf"
706    kind = Image
707
708    format = Extensible3d
709    name = "Extensible 3D"
710    short_name = "X3D"
711    media_type = "model/x3d+xml"
712    extension = "x3d"
713    kind = Model
714
715    format = ExtensibleArchive
716    name = "Extensible Archive"
717    short_name = "XAR"
718    media_type = "application/x-xar"
719    extension = "xar"
720    kind = Archive
721
722    format = ExtensibleBinaryMetaLanguage
723    name = "Extensible Binary Meta Language"
724    short_name = "EBML"
725    media_type = "application/x-ebml"
726    extension = "ebml"
727    kind = Other
728
729    format = ExtensibleMarkupLanguage
730    name = "Extensible Markup Language"
731    short_name = "XML"
732    media_type = "text/xml"
733    extension = "xml"
734    kind = Other
735
736    format = ExtensibleStylesheetLanguageTransformations
737    name = "Extensible Stylesheet Language Transformations"
738    short_name = "XSLT"
739    media_type = "application/xslt+xml"
740    extension = "xsl"
741    kind = Other
742
743    format = Farbfeld
744    name = "farbfeld"
745    short_name = "FF"
746    media_type = "image/x-ff"
747    extension = "ff"
748    kind = Image
749
750    format = Fasttracker2ExtendedModule
751    name = "FastTracker 2 Extended Module"
752    short_name = "XM"
753    media_type = "audio/x-xm"
754    extension = "xm"
755    kind = Audio
756
757    format = Fictionbook
758    name = "FictionBook"
759    short_name = "FB2"
760    media_type = "application/x-fb2+xml"
761    extension = "fb2"
762    kind = Ebook
763
764    format = FictionbookZip
765    name = "FictionBook ZIP"
766    short_name = "FBZ"
767    media_type = "application/x-fbz"
768    extension = "fbz"
769    kind = Ebook
770
771    format = FigletFont
772    name = "FIGlet Font"
773    short_name = "FLF"
774    media_type = "application/x-figlet"
775    extension = "flf"
776    kind = Font
777
778    format = Filmbox
779    name = "Filmbox"
780    short_name = "FBX"
781    media_type = "application/vnd.autodesk.fbx"
782    extension = "fbx"
783    kind = Model
784
785    format = FlashCs5Project
786    name = "Flash CS5 Project"
787    short_name = "FLA"
788    media_type = "application/vnd.adobe.fla"
789    extension = "fla"
790    kind = Other
791
792    format = FlashMp4Audio
793    name = "Flash MP4 Audio"
794    short_name = "F4A"
795    media_type = "audio/mp4"
796    extension = "f4a"
797    kind = Audio
798
799    format = FlashMp4Audiobook
800    name = "Flash MP4 Audiobook"
801    short_name = "F4B"
802    media_type = "audio/mp4"
803    extension = "f4b"
804    kind = Audio
805
806    format = FlashMp4ProtectedVideo
807    name = "Flash MP4 Protected Video"
808    short_name = "F4P"
809    media_type = "video/mp4"
810    extension = "f4p"
811    kind = Video
812
813    format = FlashMp4Video
814    name = "Flash MP4 Video"
815    short_name = "F4V"
816    media_type = "video/mp4"
817    extension = "f4v"
818    kind = Video
819
820    format = FlashProject
821    name = "Flash Project"
822    short_name = "FLA"
823    media_type = "application/vnd.adobe.fla"
824    extension = "fla"
825    kind = Other
826
827    format = FlashVideo
828    name = "Flash Video"
829    short_name = "FLV"
830    media_type = "video/x-flv"
831    extension = "flv"
832    kind = Video
833
834    format = FlexibleAndInteroperableDataTransfer
835    name = "Flexible and Interoperable Data Transfer"
836    short_name = "FIT"
837    media_type = "application/x-fit"
838    extension = "fit"
839    kind = Geospatial
840
841    format = FlexibleImageTransportSystem
842    name = "Flexible Image Transport System"
843    short_name = "FITS"
844    media_type = "application/fits"
845    extension = "fits"
846    kind = Other
847
848    format = FreeLosslessAudioCodec
849    name = "Free Lossless Audio Codec"
850    short_name = "FLAC"
851    media_type = "audio/x-flac"
852    extension = "flac"
853    kind = Audio
854
855    format = FreeLosslessImageFormat
856    name = "Free Lossless Image Format"
857    short_name = "FLIF"
858    media_type = "image/flif"
859    extension = "flif"
860    kind = Image
861
862    format = FujifilmRaw
863    name = "Fujifilm Raw"
864    short_name = "RAF"
865    media_type = "image/x-fuji-raf"
866    extension = "raf"
867    kind = Image
868
869    format = Fusion360
870    name = "Fusion 360"
871    short_name = "F3D"
872    media_type = "model/x-f3d"
873    extension = "f3d"
874    kind = Model
875
876    format = GameBoyAdvanceRom
877    name = "Game Boy Advance ROM"
878    short_name = "GBA"
879    media_type = "application/x-gba-rom"
880    extension = "gba"
881    kind = Rom
882
883    format = GameBoyColorRom
884    name = "Game Boy Color ROM"
885    short_name = "GBC"
886    media_type = "application/x-gameboy-color-rom"
887    extension = "gbc"
888    kind = Rom
889
890    format = GameBoyRom
891    name = "Game Boy ROM"
892    short_name = "GB"
893    media_type = "application/x-gameboy-rom"
894    extension = "gb"
895    kind = Rom
896
897    format = GameGearRom
898    name = "Game Gear ROM"
899    short_name = "GG"
900    media_type = "application/x-gamegear-rom"
901    extension = "gg"
902    kind = Rom
903
904    format = GeographyMarkupLanguage
905    name = "Geography Markup Language"
906    short_name = "GML"
907    media_type = "application/gml+xml"
908    extension = "gml"
909    kind = Geospatial
910
911    format = GettextMachineObject
912    name = "gettext Machine Object"
913    short_name = "MO"
914    media_type = "application/x-gettext-translation"
915    extension = "mo"
916    kind = Other
917
918    format = GlTransmissionFormatBinary
919    name = "GL Transmission Format Binary"
920    short_name = "GLB"
921    media_type = "model/gltf-binary"
922    extension = "glb"
923    kind = Model
924
925    format = Glyphs
926    name = "Glyphs"
927    media_type = "font/x-glyphs"
928    extension = "glyphs"
929    kind = Font
930
931    format = GoogleChromeExtension
932    name = "Google Chrome Extension"
933    short_name = "CRX"
934    media_type = "application/x-google-chrome-extension"
935    extension = "crx"
936    kind = Package
937
938    format = GoogleDraco
939    name = "Google Draco"
940    short_name = "Draco"
941    media_type = "model/x-draco"
942    extension = "drc"
943    kind = Model
944
945    format = GpsExchangeFormat
946    name = "GPS Exchange Format"
947    short_name = "GPX"
948    media_type = "application/gpx+xml"
949    extension = "gpx"
950    kind = Geospatial
951
952    format = GraphicsInterchangeFormat
953    name = "Graphics Interchange Format"
954    short_name = "GIF"
955    media_type = "image/gif"
956    extension = "gif"
957    kind = Image
958
959    format = Gzip
960    name = "gzip"
961    short_name = "GZ"
962    media_type = "application/gzip"
963    extension = "gz"
964    kind = Compressed
965
966    format = HighEfficiencyImageCoding
967    name = "High Efficiency Image Coding"
968    short_name = "HEIC"
969    media_type = "image/heic"
970    extension = "heic"
971    kind = Image
972
973    format = HighEfficiencyImageCodingSequence
974    name = "High Efficiency Image Coding Sequence"
975    short_name = "HEICS"
976    media_type = "image/heic-sequence"
977    extension = "heics"
978    kind = Image
979
980    format = HighEfficiencyImageFileFormat
981    name = "High Efficiency Image File Format"
982    short_name = "HEIF"
983    media_type = "image/heif"
984    extension = "heif"
985    kind = Image
986
987    format = HighEfficiencyImageFileFormatSequence
988    name = "High Efficiency Image File Format Sequence"
989    short_name = "HEIFS"
990    media_type = "image/heif-sequence"
991    extension = "heifs"
992    kind = Image
993
994    format = HypertextMarkupLanguage
995    name = "HyperText Markup Language"
996    short_name = "HTML"
997    media_type = "text/html"
998    extension = "html"
999    kind = Other
1000
1001    format = Icalendar
1002    name = "iCalendar"
1003    short_name = "ICS"
1004    media_type = "text/calendar"
1005    extension = "ics"
1006    kind = Other
1007
1008    format = IccProfile
1009    name = "ICC Profile"
1010    short_name = "ICC"
1011    media_type = "application/vnd.iccprofile"
1012    extension = "icc"
1013    kind = Other
1014
1015    format = Id3v2
1016    name = "ID3v2"
1017    short_name = "ID3"
1018    media_type = "application/x-id3v2"
1019    extension = "id3"
1020    kind = Metadata
1021
1022    format = ImpulseTrackerModule
1023    name = "Impulse Tracker Module"
1024    short_name = "IT"
1025    media_type = "audio/x-it"
1026    extension = "it"
1027    kind = Audio
1028
1029    format = IndesignMarkupLanguage
1030    name = "InDesign Markup Language"
1031    short_name = "IDML"
1032    media_type = "application/vnd.adobe.indesign-idml-package"
1033    extension = "idml"
1034    kind = Document
1035
1036    format = InitialGraphicsExchangeSpecification
1037    name = "Initial Graphics Exchange Specification"
1038    short_name = "IGES"
1039    media_type = "model/iges"
1040    extension = "iges"
1041    kind = Model
1042
1043    format = InterQuakeExport
1044    name = "Inter-Quake Export"
1045    short_name = "IQE"
1046    media_type = "model/x-iqe"
1047    extension = "iqe"
1048    kind = Model
1049
1050    format = InterQuakeModel
1051    name = "Inter-Quake Model"
1052    short_name = "IQM"
1053    media_type = "model/x-iqm"
1054    extension = "iqm"
1055    kind = Model
1056
1057    format = IosAppStorePackage
1058    name = "iOS App Store Package"
1059    short_name = "IPA"
1060    media_type = "application/x-ios-app"
1061    extension = "ipa"
1062    kind = Package
1063
1064    format = Iso9660
1065    name = "ISO 9660"
1066    short_name = "ISO"
1067    media_type = "application/x-iso9660-image"
1068    extension = "iso"
1069    kind = Disk
1070
1071    format = JavaArchive
1072    name = "Java Archive"
1073    short_name = "JAR"
1074    media_type = "application/java-archive"
1075    extension = "jar"
1076    kind = Package
1077
1078    format = JavaClass
1079    name = "Java Class"
1080    media_type = "application/java-vm"
1081    extension = "class"
1082    kind = Executable
1083
1084    format = JavaKeystore
1085    name = "Java KeyStore"
1086    short_name = "JKS"
1087    media_type = "application/x-java-keystore"
1088    extension = "jks"
1089    kind = Other
1090
1091    format = JointPhotographicExpertsGroup
1092    name = "Joint Photographic Experts Group"
1093    short_name = "JPEG"
1094    media_type = "image/jpeg"
1095    extension = "jpg"
1096    kind = Image
1097
1098    format = Jpeg2000Codestream
1099    name = "JPEG 2000 Codestream"
1100    short_name = "J2C"
1101    media_type = "image/x-jp2-codestream"
1102    extension = "j2c"
1103    kind = Image
1104
1105    format = Jpeg2000Part1
1106    name = "JPEG 2000 Part 1"
1107    short_name = "JP2"
1108    media_type = "image/jp2"
1109    extension = "jp2"
1110    kind = Image
1111
1112    format = Jpeg2000Part2
1113    name = "JPEG 2000 Part 2"
1114    short_name = "JPX"
1115    media_type = "image/jpx"
1116    extension = "jpx"
1117    kind = Image
1118
1119    format = Jpeg2000Part3
1120    name = "JPEG 2000 Part 3"
1121    short_name = "MJ2"
1122    media_type = "video/mj2"
1123    extension = "mj2"
1124    kind = Video
1125
1126    format = Jpeg2000Part6
1127    name = "JPEG 2000 Part 6"
1128    short_name = "JPM"
1129    media_type = "image/jpm"
1130    extension = "jpm"
1131    kind = Image
1132
1133    format = JpegExtendedRange
1134    name = "JPEG Extended Range"
1135    short_name = "JXR"
1136    media_type = "image/jxr"
1137    extension = "jxr"
1138    kind = Image
1139
1140    format = JpegLs
1141    name = "JPEG-LS"
1142    short_name = "JLS"
1143    media_type = "image/jls"
1144    extension = "jls"
1145    kind = Image
1146
1147    format = JpegNetworkGraphics
1148    name = "JPEG Network Graphics"
1149    short_name = "JNG"
1150    media_type = "image/x-jng"
1151    extension = "jng"
1152    kind = Image
1153
1154    format = JpegXl
1155    name = "JPEG XL"
1156    short_name = "JXL"
1157    media_type = "image/jxl"
1158    extension = "jxl"
1159    kind = Image
1160
1161    format = JsonFeed
1162    name = "JSON Feed"
1163    media_type = "application/feed+json"
1164    extension = "json"
1165    kind = Other
1166
1167    format = KeyholeMarkupLanguage
1168    name = "Keyhole Markup Language"
1169    short_name = "KML"
1170    media_type = "application/vnd.google-earth.kml+xml"
1171    extension = "kml"
1172    kind = Geospatial
1173
1174    format = KeyholeMarkupLanguageZip
1175    name = "Keyhole Markup Language ZIP"
1176    short_name = "KMZ"
1177    media_type = "application/vnd.google-earth.kmz"
1178    extension = "kmz"
1179    kind = Geospatial
1180
1181    format = KhronosTexture
1182    name = "Khronos Texture"
1183    short_name = "KTX"
1184    media_type = "image/ktx"
1185    extension = "ktx"
1186    kind = Image
1187
1188    format = KhronosTexture2
1189    name = "Khronos Texture 2"
1190    short_name = "KTX2"
1191    media_type = "image/ktx2"
1192    extension = "ktx2"
1193    kind = Image
1194
1195    format = Larc
1196    name = "LArc"
1197    short_name = "LZS"
1198    media_type = "application/x-lzh-compressed"
1199    extension = "lzs"
1200    kind = Archive
1201
1202    format = Latex
1203    name = "LaTeX"
1204    short_name = "TeX"
1205    media_type = "text/x-tex"
1206    extension = "tex"
1207    kind = Document
1208
1209    format = LempelZivFiniteStateEntropy
1210    name = "Lempel-Ziv Finite State Entropy"
1211    short_name = "LZFSE"
1212    media_type = "application/x-lzfse"
1213    extension = "lzfse"
1214    kind = Compressed
1215
1216    format = LempelZivMarkovChainAlgorithm
1217    name = "Lempel-Ziv-Markov chain algorithm"
1218    short_name = "LZMA"
1219    media_type = "application/x-lzma"
1220    extension = "lzma"
1221    kind = Compressed
1222
1223    format = Lha
1224    name = "LHA"
1225    media_type = "application/x-lzh-compressed"
1226    extension = "lzh"
1227    kind = Archive
1228
1229    format = LinearExecutable
1230    name = "Linear Executable"
1231    short_name = "LE"
1232    media_type = "application/x-dosexec"
1233    extension = "exe"
1234    kind = Executable
1235
1236    format = LlvmBitcode
1237    name = "LLVM Bitcode"
1238    short_name = "BC"
1239    media_type = "application/x-llvm"
1240    extension = "bc"
1241    kind = Executable
1242
1243    format = LongRangeZip
1244    name = "Long Range ZIP"
1245    short_name = "LRZIP"
1246    media_type = "application/x-lrzip"
1247    extension = "lrz"
1248    kind = Compressed
1249
1250    format = LuaBytecode
1251    name = "Lua Bytecode"
1252    media_type = "application/x-lua-bytecode"
1253    extension = "luac"
1254    kind = Executable
1255
1256    format = LuaScript
1257    name = "Lua Script"
1258    media_type = "text/x-lua"
1259    extension = "lua"
1260    kind = Other
1261
1262    format = Lz4
1263    name = "LZ4"
1264    media_type = "application/x-lz4"
1265    extension = "lz4"
1266    kind = Compressed
1267
1268    format = Lzip
1269    name = "lzip"
1270    short_name = "LZ"
1271    media_type = "application/x-lzip"
1272    extension = "lz"
1273    kind = Compressed
1274
1275    format = Lzop
1276    name = "lzop"
1277    short_name = "LZO"
1278    media_type = "application/x-lzop"
1279    extension = "lzo"
1280    kind = Compressed
1281
1282    format = MachO
1283    name = "Mach-O"
1284    media_type = "application/x-mach-binary"
1285    extension = "mach"
1286    kind = Executable
1287
1288    format = MacosAlias
1289    name = "macOS Alias"
1290    media_type = "application/x-apple-alias"
1291    extension = "alias"
1292    kind = Metadata
1293
1294    format = Magicavoxel
1295    name = "MagicaVoxel"
1296    short_name = "VOX"
1297    media_type = "model/x-vox"
1298    extension = "vox"
1299    kind = Model
1300
1301    format = MagickImageFileFormat
1302    name = "Magick Image File Format"
1303    short_name = "MIFF"
1304    media_type = "image/x-miff"
1305    extension = "miff"
1306    kind = Image
1307
1308    format = MaterialExchangeFormat
1309    name = "Material Exchange Format"
1310    short_name = "MXF"
1311    media_type = "application/mxf"
1312    extension = "mxf"
1313    kind = Video
1314
1315    format = MathematicalMarkupLanguage
1316    name = "Mathematical Markup Language"
1317    short_name = "MathML"
1318    media_type = "application/mathml+xml"
1319    extension = "mathml"
1320    kind = Formula
1321
1322    format = Matroska3dVideo
1323    name = "Matroska 3D Video"
1324    short_name = "MK3D"
1325    media_type = "video/x-matroska"
1326    extension = "mk3d"
1327    kind = Video
1328
1329    format = MatroskaAudio
1330    name = "Matroska Audio"
1331    short_name = "MKA"
1332    media_type = "audio/x-matroska"
1333    extension = "mka"
1334    kind = Audio
1335
1336    format = MatroskaSubtitles
1337    name = "Matroska Subtitles"
1338    short_name = "MKS"
1339    media_type = "application/x-matroska"
1340    extension = "mks"
1341    kind = Subtitle
1342
1343    format = MatroskaVideo
1344    name = "Matroska Video"
1345    short_name = "MKV"
1346    media_type = "video/x-matroska"
1347    extension = "mkv"
1348    kind = Video
1349
1350    format = MayaAscii
1351    name = "Maya ASCII"
1352    short_name = "MA"
1353    media_type = "application/x-maya-ascii"
1354    extension = "ma"
1355    kind = Model
1356
1357    format = MayaBinary
1358    name = "Maya Binary"
1359    short_name = "MB"
1360    media_type = "application/x-maya-binary"
1361    extension = "mb"
1362    kind = Model
1363
1364    format = MegaDriveRom
1365    name = "Mega Drive ROM"
1366    short_name = "MD"
1367    media_type = "application/x-genesis-rom"
1368    extension = "md"
1369    kind = Rom
1370
1371    format = MetaInformationEncapsulation
1372    name = "Meta Information Encapsulation"
1373    short_name = "MIE"
1374    media_type = "application/x-mie"
1375    extension = "mie"
1376    kind = Metadata
1377
1378    format = MicrosoftAccess2007Database
1379    name = "Microsoft Access 2007 Database"
1380    short_name = "ACCDB"
1381    media_type = "application/x-msaccess"
1382    extension = "accdb"
1383    kind = Database
1384
1385    format = MicrosoftAccessDatabase
1386    name = "Microsoft Access Database"
1387    short_name = "MDB"
1388    media_type = "application/x-msaccess"
1389    extension = "mdb"
1390    kind = Database
1391
1392    format = MicrosoftCompiledHtmlHelp
1393    name = "Microsoft Compiled HTML Help"
1394    short_name = "CHM"
1395    media_type = "application/vnd.ms-htmlhelp"
1396    extension = "chm"
1397    kind = Other
1398
1399    format = MicrosoftDigitalVideoRecording
1400    name = "Microsoft Digital Video Recording"
1401    short_name = "DVR-MS"
1402    media_type = "video/x-ms-asf"
1403    extension = "dvr-ms"
1404    kind = Video
1405
1406    format = MicrosoftDirectdrawSurface
1407    name = "Microsoft DirectDraw Surface"
1408    short_name = "DDS"
1409    media_type = "image/vnd.ms-dds"
1410    extension = "dds"
1411    kind = Image
1412
1413    format = MicrosoftExcelSpreadsheet
1414    name = "Microsoft Excel Spreadsheet"
1415    short_name = "XLS"
1416    media_type = "application/vnd.ms-excel"
1417    extension = "xls"
1418    kind = Spreadsheet
1419
1420    format = MicrosoftPowerpointPresentation
1421    name = "Microsoft PowerPoint Presentation"
1422    short_name = "PPT"
1423    media_type = "application/vnd.ms-powerpoint"
1424    extension = "ppt"
1425    kind = Presentation
1426
1427    format = MicrosoftProjectPlan
1428    name = "Microsoft Project Plan"
1429    short_name = "MPP"
1430    media_type = "application/vnd.ms-project"
1431    extension = "mpp"
1432    kind = Other
1433
1434    format = MicrosoftPublisherDocument
1435    name = "Microsoft Publisher Document"
1436    short_name = "PUB"
1437    media_type = "application/vnd.ms-publisher"
1438    extension = "pub"
1439    kind = Document
1440
1441    format = MicrosoftReader
1442    name = "Microsoft Reader"
1443    short_name = "LIT"
1444    media_type = "application/x-ms-reader"
1445    extension = "lit"
1446    kind = Ebook
1447
1448    format = MicrosoftSoftwareInstaller
1449    name = "Microsoft Software Installer"
1450    short_name = "MSI"
1451    media_type = "application/x-msi"
1452    extension = "msi"
1453    kind = Package
1454
1455    format = MicrosoftVirtualHardDisk
1456    name = "Microsoft Virtual Hard Disk"
1457    short_name = "VHD"
1458    media_type = "application/x-vhd"
1459    extension = "vhd"
1460    kind = Disk
1461
1462    format = MicrosoftVirtualHardDisk2
1463    name = "Microsoft Virtual Hard Disk 2"
1464    short_name = "VHDX"
1465    media_type = "application/x-vhdx"
1466    extension = "vhdx"
1467    kind = Disk
1468
1469    format = MicrosoftVisioDrawing
1470    name = "Microsoft Visio Drawing"
1471    short_name = "VSD"
1472    media_type = "application/vnd.visio"
1473    extension = "vsd"
1474    kind = Diagram
1475
1476    format = MicrosoftVisualStudioExtension
1477    name = "Microsoft Visual Studio Extension"
1478    short_name = "VSIX"
1479    media_type = "application/vsix"
1480    extension = "vsix"
1481    kind = Package
1482
1483    format = MicrosoftVisualStudioSolution
1484    name = "Microsoft Visual Studio Solution"
1485    short_name = "SLN"
1486    media_type = "application/vnd.ms-developer"
1487    extension = "sln"
1488    kind = Other
1489
1490    format = MicrosoftWordDocument
1491    name = "Microsoft Word Document"
1492    short_name = "DOC"
1493    media_type = "application/msword"
1494    extension = "doc"
1495    kind = Document
1496
1497    format = MicrosoftWorks6Spreadsheet
1498    name = "Microsoft Works 6 Spreadsheet"
1499    short_name = "XLR"
1500    media_type = "application/vnd.ms-works"
1501    extension = "xlr"
1502    kind = Spreadsheet
1503
1504    format = MicrosoftWorksDatabase
1505    name = "Microsoft Works Database"
1506    short_name = "WDB"
1507    media_type = "application/vnd.ms-works-db"
1508    extension = "wdb"
1509    kind = Database
1510
1511    format = MicrosoftWorksSpreadsheet
1512    name = "Microsoft Works Spreadsheet"
1513    short_name = "WKS"
1514    media_type = "application/vnd.ms-works"
1515    extension = "wks"
1516    kind = Spreadsheet
1517
1518    format = MicrosoftWorksWordProcessor
1519    name = "Microsoft Works Word Processor"
1520    short_name = "WPS"
1521    media_type = "application/vnd.ms-works"
1522    extension = "wps"
1523    kind = Document
1524
1525    format = MicrosoftWrite
1526    name = "Microsoft Write"
1527    short_name = "WRI"
1528    media_type = "application/x-mswrite"
1529    extension = "wri"
1530    kind = Document
1531
1532    format = Mobipocket
1533    name = "Mobipocket"
1534    short_name = "MOBI"
1535    media_type = "application/x-mobipocket-ebook"
1536    extension = "mobi"
1537    kind = Ebook
1538
1539    format = Model3dAscii
1540    name = "Model 3D ASCII"
1541    short_name = "A3D"
1542    media_type = "text/x-3d-model"
1543    extension = "a3d"
1544    kind = Model
1545
1546    format = Model3dBinary
1547    name = "Model 3D Binary"
1548    short_name = "M3D"
1549    media_type = "model/x-3d-model"
1550    extension = "m3d"
1551    kind = Model
1552
1553    format = MonkeysAudio
1554    name = "Monkey's Audio"
1555    short_name = "APE"
1556    media_type = "audio/x-ape"
1557    extension = "ape"
1558    kind = Audio
1559
1560    format = MozillaArchive
1561    name = "Mozilla Archive"
1562    short_name = "MAR"
1563    media_type = "application/x-mozilla-archive"
1564    extension = "mar"
1565    kind = Archive
1566
1567    format = Mp3Url
1568    name = "MP3 URL"
1569    short_name = "M3U"
1570    media_type = "audio/x-mpegurl"
1571    extension = "m3u"
1572    kind = Playlist
1573
1574    format = Mpeg12AudioLayer2
1575    name = "MPEG-1/2 Audio Layer 2"
1576    short_name = "MP2"
1577    media_type = "audio/mpeg"
1578    extension = "mp2"
1579    kind = Audio
1580
1581    format = Mpeg12AudioLayer3
1582    name = "MPEG-1/2 Audio Layer 3"
1583    short_name = "MP3"
1584    media_type = "audio/mpeg"
1585    extension = "mp3"
1586    kind = Audio
1587
1588    format = Mpeg12Video
1589    name = "MPEG-1/2 Video"
1590    short_name = "MPG"
1591    media_type = "video/mpeg"
1592    extension = "mpg"
1593    kind = Video
1594
1595    format = Mpeg2TransportStream
1596    name = "MPEG-2 Transport Stream"
1597    short_name = "TS"
1598    media_type = "video/mp2t"
1599    extension = "ts"
1600    kind = Video
1601
1602    format = Mpeg4Part14
1603    name = "MPEG-4 Part 14"
1604    short_name = "MP4"
1605    media_type = "application/mp4"
1606    extension = "mp4"
1607    kind = Other
1608
1609    format = Mpeg4Part14Audio
1610    name = "MPEG-4 Part 14 Audio"
1611    short_name = "MP4"
1612    media_type = "audio/mp4"
1613    extension = "mp4"
1614    kind = Audio
1615
1616    format = Mpeg4Part14Subtitles
1617    name = "MPEG-4 Part 14 Subtitles"
1618    short_name = "MP4"
1619    media_type = "application/mp4"
1620    extension = "mp4"
1621    kind = Subtitle
1622
1623    format = Mpeg4Part14Video
1624    name = "MPEG-4 Part 14 Video"
1625    short_name = "MP4"
1626    media_type = "video/mp4"
1627    extension = "mp4"
1628    kind = Video
1629
1630    format = MpegDashMpd
1631    name = "MPEG-DASH MPD"
1632    short_name = "MPD"
1633    media_type = "application/dash+xml"
1634    extension = "mpd"
1635    kind = Playlist
1636
1637    format = MsDosBatch
1638    name = "MS-DOS Batch"
1639    short_name = "Batch"
1640    media_type = "text/x-msdos-batch"
1641    extension = "bat"
1642    kind = Other
1643
1644    format = MsDosExecutable
1645    name = "MS-DOS Executable"
1646    short_name = "EXE"
1647    media_type = "application/x-dosexec"
1648    extension = "exe"
1649    kind = Executable
1650
1651    format = Mtv
1652    name = "MTV"
1653    media_type = "video/x-mtv"
1654    extension = "mtv"
1655    kind = Video
1656
1657    format = MultiLayerArchive
1658    name = "Multi Layer Archive"
1659    short_name = "MLA"
1660    media_type = "application/x-mla"
1661    extension = "mla"
1662    kind = Archive
1663
1664    format = MultipleImageNetworkGraphics
1665    name = "Multiple-image Network Graphics"
1666    short_name = "MNG"
1667    media_type = "image/x-mng"
1668    extension = "mng"
1669    kind = Image
1670
1671    format = Musepack
1672    name = "Musepack"
1673    short_name = "MPC"
1674    media_type = "audio/x-musepack"
1675    extension = "mpc"
1676    kind = Audio
1677
1678    format = MusicalInstrumentDigitalInterface
1679    name = "Musical Instrument Digital Interface"
1680    short_name = "MIDI"
1681    media_type = "audio/midi"
1682    extension = "mid"
1683    kind = Audio
1684
1685    format = Musicxml
1686    name = "MusicXML"
1687    media_type = "application/vnd.recordare.musicxml+xml"
1688    extension = "musicxml"
1689    kind = Other
1690
1691    format = MusicxmlZip
1692    name = "MusicXML ZIP"
1693    short_name = "MXL"
1694    media_type = "application/vnd.recordare.musicxml"
1695    extension = "mxl"
1696    kind = Other
1697
1698    format = NeoGeoPocketColorRom
1699    name = "Neo Geo Pocket Color ROM"
1700    short_name = "NGC"
1701    media_type = "application/x-neo-geo-pocket-rom"
1702    extension = "ngc"
1703    kind = Rom
1704
1705    format = NeoGeoPocketRom
1706    name = "Neo Geo Pocket ROM"
1707    short_name = "NGP"
1708    media_type = "application/x-neo-geo-pocket-rom"
1709    extension = "ngp"
1710    kind = Rom
1711
1712    format = NewExecutable
1713    name = "New Executable"
1714    short_name = "NE"
1715    media_type = "application/x-ms-ne-executable"
1716    extension = "exe"
1717    kind = Executable
1718
1719    format = NikonElectronicFile
1720    name = "Nikon Electronic File"
1721    short_name = "NEF"
1722    media_type = "image/x-nikon-nef"
1723    extension = "nef"
1724    kind = Image
1725
1726    format = Nintendo64Rom
1727    name = "Nintendo 64 ROM"
1728    short_name = "Z64"
1729    media_type = "application/x-n64-rom"
1730    extension = "z64"
1731    kind = Rom
1732
1733    format = NintendoDsRom
1734    name = "Nintendo DS ROM"
1735    short_name = "NDS"
1736    media_type = "application/x-nintendo-ds-rom"
1737    extension = "nds"
1738    kind = Rom
1739
1740    format = NintendoEntertainmentSystemRom
1741    name = "Nintendo Entertainment System ROM"
1742    short_name = "NES"
1743    media_type = "application/x-nintendo-nes-rom"
1744    extension = "nes"
1745    kind = Rom
1746
1747    format = NintendoSwitchExecutable
1748    name = "Nintendo Switch Executable"
1749    short_name = "NSO"
1750    media_type = "application/x-nintendo-switch-executable"
1751    extension = "nso"
1752    kind = Executable
1753
1754    format = NintendoSwitchPackage
1755    name = "Nintendo Switch Package"
1756    short_name = "NSP"
1757    media_type = "application/x-nintendo-switch-package"
1758    extension = "nsp"
1759    kind = Package
1760
1761    format = NintendoSwitchRom
1762    name = "Nintendo Switch ROM"
1763    short_name = "XCI"
1764    media_type = "application/x-nintendo-switch-rom"
1765    extension = "xci"
1766    kind = Rom
1767
1768    format = OfficeOpenXmlDocument
1769    name = "Office Open XML Document"
1770    short_name = "DOCX"
1771    media_type = "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
1772    extension = "docx"
1773    kind = Document
1774
1775    format = OfficeOpenXmlDrawing
1776    name = "Office Open XML Drawing"
1777    short_name = "VSDX"
1778    media_type = "application/vnd.ms-visio.drawing.main+xml"
1779    extension = "vsdx"
1780    kind = Diagram
1781
1782    format = OfficeOpenXmlPresentation
1783    name = "Office Open XML Presentation"
1784    short_name = "PPTX"
1785    media_type = "application/vnd.openxmlformats-officedocument.presentationml.presentation"
1786    extension = "pptx"
1787    kind = Presentation
1788
1789    format = OfficeOpenXmlSpreadsheet
1790    name = "Office Open XML Spreadsheet"
1791    short_name = "XLSX"
1792    media_type = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
1793    extension = "xlsx"
1794    kind = Spreadsheet
1795
1796    format = OggFlac
1797    name = "Ogg FLAC"
1798    short_name = "OGA"
1799    media_type = "audio/ogg"
1800    extension = "oga"
1801    kind = Audio
1802
1803    format = OggMedia
1804    name = "Ogg Media"
1805    short_name = "OGM"
1806    media_type = "video/ogg"
1807    extension = "ogm"
1808    kind = Video
1809
1810    format = OggMultiplexedMedia
1811    name = "Ogg Multiplexed Media"
1812    short_name = "OGX"
1813    media_type = "application/ogg"
1814    extension = "ogx"
1815    kind = Other
1816
1817    format = OggOpus
1818    name = "Ogg Opus"
1819    short_name = "Opus"
1820    media_type = "audio/opus"
1821    extension = "opus"
1822    kind = Audio
1823
1824    format = OggSpeex
1825    name = "Ogg Speex"
1826    short_name = "Speex"
1827    media_type = "audio/ogg"
1828    extension = "spx"
1829    kind = Audio
1830
1831    format = OggTheora
1832    name = "Ogg Theora"
1833    short_name = "Theora"
1834    media_type = "video/ogg"
1835    extension = "ogv"
1836    kind = Video
1837
1838    format = OggVorbis
1839    name = "Ogg Vorbis"
1840    short_name = "Vorbis"
1841    media_type = "audio/ogg"
1842    extension = "ogg"
1843    kind = Audio
1844
1845    format = OlympusRawFormat
1846    name = "Olympus Raw Format"
1847    short_name = "ORF"
1848    media_type = "image/x-olympus-orf"
1849    extension = "orf"
1850    kind = Image
1851
1852    format = OpendocumentDatabase
1853    name = "OpenDocument Database"
1854    short_name = "ODB"
1855    media_type = "application/vnd.oasis.opendocument.database"
1856    extension = "odb"
1857    kind = Database
1858
1859    format = OpendocumentFormula
1860    name = "OpenDocument Formula"
1861    short_name = "ODF"
1862    media_type = "application/vnd.oasis.opendocument.formula"
1863    extension = "odf"
1864    kind = Formula
1865
1866    format = OpendocumentFormulaTemplate
1867    name = "OpenDocument Formula Template"
1868    short_name = "OTF"
1869    media_type = "application/vnd.oasis.opendocument.formula-template"
1870    extension = "otf"
1871    kind = Formula
1872
1873    format = OpendocumentGraphics
1874    name = "OpenDocument Graphics"
1875    short_name = "ODG"
1876    media_type = "application/vnd.oasis.opendocument.graphics"
1877    extension = "odg"
1878    kind = Image
1879
1880    format = OpendocumentGraphicsTemplate
1881    name = "OpenDocument Graphics Template"
1882    short_name = "OTG"
1883    media_type = "application/vnd.oasis.opendocument.graphics-template"
1884    extension = "otg"
1885    kind = Image
1886
1887    format = OpendocumentPresentation
1888    name = "OpenDocument Presentation"
1889    short_name = "ODP"
1890    media_type = "application/vnd.oasis.opendocument.presentation"
1891    extension = "odp"
1892    kind = Presentation
1893
1894    format = OpendocumentPresentationTemplate
1895    name = "OpenDocument Presentation Template"
1896    short_name = "OTP"
1897    media_type = "application/vnd.oasis.opendocument.presentation-template"
1898    extension = "otp"
1899    kind = Presentation
1900
1901    format = OpendocumentSpreadsheet
1902    name = "OpenDocument Spreadsheet"
1903    short_name = "ODS"
1904    media_type = "application/vnd.oasis.opendocument.spreadsheet"
1905    extension = "ods"
1906    kind = Spreadsheet
1907
1908    format = OpendocumentSpreadsheetTemplate
1909    name = "OpenDocument Spreadsheet Template"
1910    short_name = "OTS"
1911    media_type = "application/vnd.oasis.opendocument.spreadsheet-template"
1912    extension = "ots"
1913    kind = Spreadsheet
1914
1915    format = OpendocumentText
1916    name = "OpenDocument Text"
1917    short_name = "ODT"
1918    media_type = "application/vnd.oasis.opendocument.text"
1919    extension = "odt"
1920    kind = Document
1921
1922    format = OpendocumentTextMaster
1923    name = "OpenDocument Text Master"
1924    short_name = "ODM"
1925    media_type = "application/vnd.oasis.opendocument.text-master"
1926    extension = "odm"
1927    kind = Document
1928
1929    format = OpendocumentTextMasterTemplate
1930    name = "OpenDocument Text Master Template"
1931    short_name = "OTM"
1932    media_type = "application/vnd.oasis.opendocument.text-master-template"
1933    extension = "otm"
1934    kind = Document
1935
1936    format = OpendocumentTextTemplate
1937    name = "OpenDocument Text Template"
1938    short_name = "OTT"
1939    media_type = "application/vnd.oasis.opendocument.text-template"
1940    extension = "ott"
1941    kind = Document
1942
1943    format = Openexr
1944    name = "OpenEXR"
1945    short_name = "EXR"
1946    media_type = "image/x-exr"
1947    extension = "exr"
1948    kind = Image
1949
1950    format = Opennurbs
1951    name = "openNURBS"
1952    short_name = "3DM"
1953    media_type = "model/x-3dm"
1954    extension = "3dm"
1955    kind = Model
1956
1957    format = Openraster
1958    name = "OpenRaster"
1959    short_name = "ORA"
1960    media_type = "image/openraster"
1961    extension = "ora"
1962    kind = Image
1963
1964    format = Opentype
1965    name = "OpenType"
1966    short_name = "OTF"
1967    media_type = "font/otf"
1968    extension = "otf"
1969    kind = Font
1970
1971    format = Openxps
1972    name = "OpenXPS"
1973    short_name = "OXPS"
1974    media_type = "application/oxps"
1975    extension = "xps"
1976    kind = Document
1977
1978    format = OptimizedDalvikExecutable
1979    name = "Optimized Dalvik Executable"
1980    short_name = "DEY"
1981    media_type = "application/vnd.android.dey"
1982    extension = "dey"
1983    kind = Executable
1984
1985    format = PanasonicRaw
1986    name = "Panasonic Raw"
1987    short_name = "RW2"
1988    media_type = "image/x-panasonic-rw2"
1989    extension = "rw2"
1990    kind = Image
1991
1992    format = PcapDump
1993    name = "PCAP Dump"
1994    short_name = "PCAP"
1995    media_type = "application/vnd.tcpdump.pcap"
1996    extension = "pcap"
1997    kind = Other
1998
1999    format = PcapNextGenerationDump
2000    name = "PCAP Next Generation Dump"
2001    short_name = "PCAPNG"
2002    media_type = "application/x-pcapng"
2003    extension = "pcapng"
2004    kind = Other
2005
2006    format = PemCertificate
2007    name = "PEM Certificate"
2008    short_name = "PEM"
2009    media_type = "application/x-pem-file"
2010    extension = "crt"
2011    kind = Other
2012
2013    format = PemCertificateSigningRequest
2014    name = "PEM Certificate Signing Request"
2015    short_name = "PEM"
2016    media_type = "application/x-pem-file"
2017    extension = "csr"
2018    kind = Other
2019
2020    format = PemPrivateKey
2021    name = "PEM Private Key"
2022    short_name = "PEM"
2023    media_type = "application/x-pem-file"
2024    extension = "key"
2025    kind = Other
2026
2027    format = PemPublicKey
2028    name = "PEM Public Key"
2029    short_name = "PEM"
2030    media_type = "application/x-pem-file"
2031    extension = "pub"
2032    kind = Other
2033
2034    format = PerlScript
2035    name = "Perl Script"
2036    media_type = "text/x-perl"
2037    extension = "pl"
2038    kind = Other
2039
2040    format = PersonalStorageTable
2041    name = "Personal Storage Table"
2042    short_name = "PST"
2043    media_type = "application/vnd.ms-outlook"
2044    extension = "pst"
2045    kind = Other
2046
2047    format = PgpMessage
2048    name = "PGP Message"
2049    short_name = "PGP"
2050    media_type = "application/pgp"
2051    extension = "asc"
2052    kind = Other
2053
2054    format = PgpPrivateKeyBlock
2055    name = "PGP Private Key Block"
2056    short_name = "PGP"
2057    media_type = "application/pgp-keys"
2058    extension = "asc"
2059    kind = Other
2060
2061    format = PgpPublicKeyBlock
2062    name = "PGP Public Key Block"
2063    short_name = "PGP"
2064    media_type = "application/pgp-keys"
2065    extension = "asc"
2066    kind = Other
2067
2068    format = PgpSignature
2069    name = "PGP Signature"
2070    short_name = "PGP"
2071    media_type = "application/pgp-signature"
2072    extension = "asc"
2073    kind = Other
2074
2075    format = PgpSignedMessage
2076    name = "PGP Signed Message"
2077    short_name = "PGP"
2078    media_type = "application/pgp"
2079    extension = "asc"
2080    kind = Other
2081
2082    format = PictureExchange
2083    name = "Picture Exchange"
2084    short_name = "PCX"
2085    media_type = "image/x-pcx"
2086    extension = "pcx"
2087    kind = Image
2088
2089    format = PlainText
2090    name = "Plain Text"
2091    short_name = "TXT"
2092    media_type = "text/plain"
2093    extension = "txt"
2094    kind = Other
2095
2096    format = Pmarc
2097    name = "PMarc"
2098    short_name = "PMA"
2099    media_type = "application/x-lzh-compressed"
2100    extension = "pma"
2101    kind = Archive
2102
2103    format = PolygonAscii
2104    name = "Polygon ASCII"
2105    short_name = "PLY"
2106    media_type = "model/x-ply-ascii"
2107    extension = "ply"
2108    kind = Model
2109
2110    format = PolygonBinary
2111    name = "Polygon Binary"
2112    short_name = "PLY"
2113    media_type = "model/x-ply-binary"
2114    extension = "ply"
2115    kind = Model
2116
2117    format = PortableArbitraryMap
2118    name = "Portable Arbitrary Map"
2119    short_name = "PAM"
2120    media_type = "image/x-portable-arbitrarymap"
2121    extension = "pam"
2122    kind = Image
2123
2124    format = PortableBitmap
2125    name = "Portable BitMap"
2126    short_name = "PBM"
2127    media_type = "image/x-portable-bitmap"
2128    extension = "pbm"
2129    kind = Image
2130
2131    format = PortableDocumentFormat
2132    name = "Portable Document Format"
2133    short_name = "PDF"
2134    media_type = "application/pdf"
2135    extension = "pdf"
2136    kind = Document
2137
2138    format = PortableExecutable
2139    name = "Portable Executable"
2140    short_name = "PE"
2141    media_type = "application/vnd.microsoft.portable-executable"
2142    extension = "exe"
2143    kind = Executable
2144
2145    format = PortableFloatmap
2146    name = "Portable FloatMap"
2147    short_name = "PFM"
2148    media_type = "image/x-pfm"
2149    extension = "pfm"
2150    kind = Image
2151
2152    format = PortableGraymap
2153    name = "Portable GrayMap"
2154    short_name = "PGM"
2155    media_type = "image/x-portable-graymap"
2156    extension = "pgm"
2157    kind = Image
2158
2159    format = PortableNetworkGraphics
2160    name = "Portable Network Graphics"
2161    short_name = "PNG"
2162    media_type = "image/png"
2163    extension = "png"
2164    kind = Image
2165
2166    format = PortablePixmap
2167    name = "Portable PixMap"
2168    short_name = "PPM"
2169    media_type = "image/x-portable-pixmap"
2170    extension = "ppm"
2171    kind = Image
2172
2173    format = Postscript
2174    name = "PostScript"
2175    short_name = "PS"
2176    media_type = "application/postscript"
2177    extension = "ps"
2178    kind = Document
2179
2180    format = PythonScript
2181    name = "Python Script"
2182    media_type = "text/x-script.python"
2183    extension = "py"
2184    kind = Other
2185
2186    format = QemuCopyOnWrite
2187    name = "QEMU Copy On Write"
2188    short_name = "QCOW"
2189    media_type = "application/x-qemu-disk"
2190    extension = "qcow"
2191    kind = Disk
2192
2193    format = QualcommPurevoice
2194    name = "Qualcomm PureVoice"
2195    short_name = "QCP"
2196    media_type = "audio/qcelp"
2197    extension = "qcp"
2198    kind = Audio
2199
2200    format = QuiteOkAudio
2201    name = "Quite OK Audio"
2202    short_name = "QOA"
2203    media_type = "audio/x-qoa"
2204    extension = "qoa"
2205    kind = Audio
2206
2207    format = QuiteOkImage
2208    name = "Quite OK Image"
2209    short_name = "QOI"
2210    media_type = "image/x-qoi"
2211    extension = "qoi"
2212    kind = Image
2213
2214    format = RadianceHdr
2215    name = "Radiance HDR"
2216    short_name = "HDR"
2217    media_type = "image/vnd.radiance"
2218    extension = "hdr"
2219    kind = Image
2220
2221    format = Realaudio
2222    name = "RealAudio"
2223    short_name = "RA"
2224    media_type = "audio/x-pn-realaudio"
2225    extension = "ra"
2226    kind = Audio
2227
2228    format = ReallySimpleSyndication
2229    name = "Really Simple Syndication"
2230    short_name = "RSS"
2231    media_type = "application/rss+xml"
2232    extension = "rss"
2233    kind = Other
2234
2235    format = Realmedia
2236    name = "RealMedia"
2237    short_name = "RM"
2238    media_type = "application/vnd.rn-realmedia"
2239    extension = "rm"
2240    kind = Other
2241
2242    format = Realvideo
2243    name = "RealVideo"
2244    short_name = "RV"
2245    media_type = "video/x-pn-realvideo"
2246    extension = "rv"
2247    kind = Video
2248
2249    format = RedHatPackageManager
2250    name = "Red Hat Package Manager"
2251    short_name = "RPM"
2252    media_type = "application/x-rpm"
2253    extension = "rpm"
2254    kind = Package
2255
2256    format = RichTextFormat
2257    name = "Rich Text Format"
2258    short_name = "RTF"
2259    media_type = "application/rtf"
2260    extension = "rtf"
2261    kind = Document
2262
2263    format = RoshalArchive
2264    name = "Roshal Archive"
2265    short_name = "RAR"
2266    media_type = "application/vnd.rar"
2267    extension = "rar"
2268    kind = Archive
2269
2270    format = RubyScript
2271    name = "Ruby Script"
2272    media_type = "text/x-ruby"
2273    extension = "rb"
2274    kind = Other
2275
2276    format = Rzip
2277    name = "rzip"
2278    short_name = "RZ"
2279    media_type = "application/x-rzip"
2280    extension = "rz"
2281    kind = Compressed
2282
2283    format = ScalableVectorGraphics
2284    name = "Scalable Vector Graphics"
2285    short_name = "SVG"
2286    media_type = "image/svg+xml"
2287    extension = "svg"
2288    kind = Image
2289
2290    format = ScreamTracker3Module
2291    name = "Scream Tracker 3 Module"
2292    short_name = "S3M"
2293    media_type = "audio/x-s3m"
2294    extension = "s3m"
2295    kind = Audio
2296
2297    format = SegaMasterSystemRom
2298    name = "Sega Master System ROM"
2299    short_name = "SMS"
2300    media_type = "application/x-sms-rom"
2301    extension = "sms"
2302    kind = Rom
2303
2304    format = Seqbox
2305    name = "SeqBox"
2306    short_name = "SBX"
2307    media_type = "application/x-sbx"
2308    extension = "sbx"
2309    kind = Archive
2310
2311    format = SevenZip
2312    name = "7-Zip"
2313    short_name = "7Z"
2314    media_type = "application/x-7z-compressed"
2315    extension = "7z"
2316    kind = Archive
2317
2318    format = Shapefile
2319    name = "Shapefile"
2320    short_name = "SHP"
2321    media_type = "application/x-esri-shape"
2322    extension = "shp"
2323    kind = Geospatial
2324
2325    format = ShellScript
2326    name = "Shell Script"
2327    media_type = "text/x-shellscript"
2328    extension = "sh"
2329    kind = Other
2330
2331    format = ShoutcastPlaylist
2332    name = "SHOUTcast Playlist"
2333    short_name = "PLS"
2334    media_type = "audio/x-scpls"
2335    extension = "pls"
2336    kind = Playlist
2337
2338    format = SiliconGraphicsImage
2339    name = "Silicon Graphics Image"
2340    short_name = "SGI"
2341    media_type = "image/x-sgi"
2342    extension = "sgi"
2343    kind = Image
2344
2345    format = SiliconGraphicsMovie
2346    name = "Silicon Graphics Movie"
2347    short_name = "SGI"
2348    media_type = "video/x-sgi-movie"
2349    extension = "sgi"
2350    kind = Video
2351
2352    format = SimpleObjectAccessProtocol
2353    name = "Simple Object Access Protocol"
2354    short_name = "SOAP"
2355    media_type = "application/soap+xml"
2356    extension = "soap"
2357    kind = Other
2358
2359    format = Sketch
2360    name = "Sketch"
2361    media_type = "image/x-sketch"
2362    extension = "sketch"
2363    kind = Image
2364
2365    format = Sketch43
2366    name = "Sketch 43"
2367    media_type = "image/x-sketch"
2368    extension = "sketch"
2369    kind = Image
2370
2371    format = Sketchup
2372    name = "SketchUp"
2373    short_name = "SKP"
2374    media_type = "application/vnd.sketchup.skp"
2375    extension = "skp"
2376    kind = Model
2377
2378    format = SmallWebFormat
2379    name = "Small Web Format"
2380    short_name = "SWF"
2381    media_type = "application/x-shockwave-flash"
2382    extension = "swf"
2383    kind = Other
2384
2385    format = Snappy
2386    name = "Snappy"
2387    media_type = "application/x-snappy-framed"
2388    extension = "sz"
2389    kind = Compressed
2390
2391    format = SolidworksAssembly
2392    name = "SolidWorks Assembly"
2393    short_name = "SLDASM"
2394    media_type = "model/x-sldasm"
2395    extension = "sldasm"
2396    kind = Model
2397
2398    format = SolidworksDrawing
2399    name = "SolidWorks Drawing"
2400    short_name = "SLDDRW"
2401    media_type = "model/x-slddrw"
2402    extension = "slddrw"
2403    kind = Model
2404
2405    format = SolidworksPart
2406    name = "SolidWorks Part"
2407    short_name = "SLDPRT"
2408    media_type = "model/x-sldprt"
2409    extension = "sldprt"
2410    kind = Model
2411
2412    format = SonyDsdStreamFile
2413    name = "Sony DSD Stream File"
2414    short_name = "DSF"
2415    media_type = "audio/x-dsf"
2416    extension = "dsf"
2417    kind = Audio
2418
2419    format = SonyMovie
2420    name = "Sony Movie"
2421    short_name = "MQV"
2422    media_type = "video/quicktime"
2423    extension = "mqv"
2424    kind = Video
2425
2426    format = Soundfont2
2427    name = "SoundFont 2"
2428    short_name = "SF2"
2429    media_type = "audio/x-soundfont"
2430    extension = "sf2"
2431    kind = Audio
2432
2433    format = SpaceclaimDocument
2434    name = "SpaceClaim Document"
2435    short_name = "SCDOC"
2436    media_type = "model/x-scdoc"
2437    extension = "scdoc"
2438    kind = Model
2439
2440    format = Sqlite3
2441    name = "SQLite 3"
2442    media_type = "application/vnd.sqlite3"
2443    extension = "sqlite"
2444    kind = Database
2445
2446    format = Squashfs
2447    name = "Squashfs"
2448    media_type = "application/x-squashfs"
2449    extension = "sqsh"
2450    kind = Archive
2451
2452    format = StandardForTheExchangeOfProductModelData
2453    name = "Standard for the Exchange of Product model data"
2454    short_name = "STEP"
2455    media_type = "model/step"
2456    extension = "step"
2457    kind = Model
2458
2459    format = Starcalc
2460    name = "StarCalc"
2461    short_name = "SDC"
2462    media_type = "application/vnd.stardivision.calc"
2463    extension = "sdc"
2464    kind = Spreadsheet
2465
2466    format = Starchart
2467    name = "StarChart"
2468    short_name = "SDS"
2469    media_type = "application/vnd.stardivision.chart"
2470    extension = "sds"
2471    kind = Diagram
2472
2473    format = Stardraw
2474    name = "StarDraw"
2475    short_name = "SDA"
2476    media_type = "application/vnd.stardivision.draw"
2477    extension = "sda"
2478    kind = Image
2479
2480    format = Starimpress
2481    name = "StarImpress"
2482    short_name = "SDD"
2483    media_type = "application/vnd.stardivision.impress"
2484    extension = "sdd"
2485    kind = Presentation
2486
2487    format = Starmath
2488    name = "StarMath"
2489    short_name = "SMF"
2490    media_type = "application/vnd.stardivision.math"
2491    extension = "smf"
2492    kind = Formula
2493
2494    format = Starwriter
2495    name = "StarWriter"
2496    short_name = "SDW"
2497    media_type = "application/vnd.stardivision.writer"
2498    extension = "sdw"
2499    kind = Document
2500
2501    format = StereolithographyAscii
2502    name = "Stereolithography ASCII"
2503    short_name = "STL"
2504    media_type = "model/x-stl-ascii"
2505    extension = "stl"
2506    kind = Model
2507
2508    format = Stuffit
2509    name = "StuffIt"
2510    short_name = "SIT"
2511    media_type = "application/x-stuffit"
2512    extension = "sit"
2513    kind = Archive
2514
2515    format = StuffitX
2516    name = "StuffIt X"
2517    short_name = "SITX"
2518    media_type = "application/x-stuffitx"
2519    extension = "sitx"
2520    kind = Archive
2521
2522    format = SubripText
2523    name = "SubRip Text"
2524    short_name = "SRT"
2525    media_type = "application/x-subrip"
2526    extension = "srt"
2527    kind = Subtitle
2528
2529    format = SunXmlCalc
2530    name = "Sun XML Calc"
2531    short_name = "SXC"
2532    media_type = "application/vnd.sun.xml.calc"
2533    extension = "sxc"
2534    kind = Spreadsheet
2535
2536    format = SunXmlCalcTemplate
2537    name = "Sun XML Calc Template"
2538    short_name = "STC"
2539    media_type = "application/vnd.sun.xml.calc.template"
2540    extension = "stc"
2541    kind = Spreadsheet
2542
2543    format = SunXmlDraw
2544    name = "Sun XML Draw"
2545    short_name = "SXD"
2546    media_type = "application/vnd.sun.xml.draw"
2547    extension = "sxd"
2548    kind = Image
2549
2550    format = SunXmlDrawTemplate
2551    name = "Sun XML Draw Template"
2552    short_name = "STD"
2553    media_type = "application/vnd.sun.xml.draw.template"
2554    extension = "std"
2555    kind = Image
2556
2557    format = SunXmlImpress
2558    name = "Sun XML Impress"
2559    short_name = "SXI"
2560    media_type = "application/vnd.sun.xml.impress"
2561    extension = "sxi"
2562    kind = Presentation
2563
2564    format = SunXmlImpressTemplate
2565    name = "Sun XML Impress Template"
2566    short_name = "STI"
2567    media_type = "application/vnd.sun.xml.impress.template"
2568    extension = "sti"
2569    kind = Presentation
2570
2571    format = SunXmlMath
2572    name = "Sun XML Math"
2573    short_name = "SXM"
2574    media_type = "application/vnd.sun.xml.math"
2575    extension = "sxm"
2576    kind = Formula
2577
2578    format = SunXmlWriter
2579    name = "Sun XML Writer"
2580    short_name = "SXW"
2581    media_type = "application/vnd.sun.xml.writer"
2582    extension = "sxw"
2583    kind = Document
2584
2585    format = SunXmlWriterGlobal
2586    name = "Sun XML Writer Global"
2587    short_name = "SGW"
2588    media_type = "application/vnd.sun.xml.writer.global"
2589    extension = "sgw"
2590    kind = Document
2591
2592    format = SunXmlWriterTemplate
2593    name = "Sun XML Writer Template"
2594    short_name = "STW"
2595    media_type = "application/vnd.sun.xml.writer.template"
2596    extension = "stw"
2597    kind = Document
2598
2599    format = TagImageFileFormat
2600    name = "Tag Image File Format"
2601    short_name = "TIFF"
2602    media_type = "image/tiff"
2603    extension = "tiff"
2604    kind = Image
2605
2606    format = TapeArchive
2607    name = "Tape Archive"
2608    short_name = "TAR"
2609    media_type = "application/x-tar"
2610    extension = "tar"
2611    kind = Archive
2612
2613    format = Tasty
2614    name = "TASTy"
2615    media_type = "application/x-tasty"
2616    extension = "tasty"
2617    kind = Metadata
2618
2619    format = ThirdGenerationPartnershipProject
2620    name = "3rd Generation Partnership Project"
2621    short_name = "3GPP"
2622    media_type = "video/3gpp"
2623    extension = "3gp"
2624    kind = Video
2625
2626    format = ThirdGenerationPartnershipProject2
2627    name = "3rd Generation Partnership Project 2"
2628    short_name = "3GPP2"
2629    media_type = "video/3gpp2"
2630    extension = "3g2"
2631    kind = Video
2632
2633    format = ThreeDimensionalManufacturingFormat
2634    name = "3D Manufacturing Format"
2635    short_name = "3MF"
2636    media_type = "application/vnd.ms-package.3dmanufacturing-3dmodel+xml"
2637    extension = "3mf"
2638    kind = Model
2639
2640    format = ThreeDimensionalStudio
2641    name = "3D Studio"
2642    short_name = "3DS"
2643    media_type = "application/x-3ds"
2644    extension = "3ds"
2645    kind = Model
2646
2647    format = ThreeDimensionalStudioMax
2648    name = "3D Studio Max"
2649    short_name = "MAX"
2650    media_type = "application/x-max"
2651    extension = "max"
2652    kind = Model
2653
2654    format = TiledMapXml
2655    name = "Tiled Map XML"
2656    short_name = "TMX"
2657    media_type = "application/x-tmx+xml"
2658    extension = "tmx"
2659    kind = Other
2660
2661    format = TiledTilesetXml
2662    name = "Tiled Tileset XML"
2663    short_name = "TSX"
2664    media_type = "application/x-tsx+xml"
2665    extension = "tsx"
2666    kind = Other
2667
2668    format = TimedTextMarkupLanguage
2669    name = "Timed Text Markup Language"
2670    short_name = "TTML"
2671    media_type = "application/ttml+xml"
2672    extension = "ttml"
2673    kind = Subtitle
2674
2675    format = ToolCommandLanguageScript
2676    name = "Tool Command Language Script"
2677    short_name = "Tcl Script"
2678    media_type = "text/x-tcl"
2679    extension = "tcl"
2680    kind = Other
2681
2682    format = TrainingCenterXml
2683    name = "Training Center XML"
2684    short_name = "TCX"
2685    media_type = "application/vnd.garmin.tcx+xml"
2686    extension = "tcx"
2687    kind = Geospatial
2688
2689    format = Truetype
2690    name = "TrueType"
2691    short_name = "TTF"
2692    media_type = "font/ttf"
2693    extension = "ttf"
2694    kind = Font
2695
2696    format = TruetypeCollection
2697    name = "TrueType Collection"
2698    short_name = "TTC"
2699    media_type = "font/collection"
2700    extension = "ttc"
2701    kind = Font
2702
2703    format = UltimateSoundtrackerModule
2704    name = "Ultimate Soundtracker Module"
2705    short_name = "MOD"
2706    media_type = "audio/x-mod"
2707    extension = "mod"
2708    kind = Audio
2709
2710    format = UniformOfficeFormatPresentation
2711    name = "Uniform Office Format Presentation"
2712    short_name = "UOP"
2713    media_type = "application/vnd.uof.presentation"
2714    extension = "uop"
2715    kind = Presentation
2716
2717    format = UniformOfficeFormatSpreadsheet
2718    name = "Uniform Office Format Spreadsheet"
2719    short_name = "UOS"
2720    media_type = "application/vnd.uof.spreadsheet"
2721    extension = "uos"
2722    kind = Spreadsheet
2723
2724    format = UniformOfficeFormatText
2725    name = "Uniform Office Format Text"
2726    short_name = "UOT"
2727    media_type = "application/vnd.uof.text"
2728    extension = "uot"
2729    kind = Document
2730
2731    format = Universal3d
2732    name = "Universal 3D"
2733    short_name = "U3D"
2734    media_type = "model/u3d"
2735    extension = "u3d"
2736    kind = Model
2737
2738    format = UniversalSceneDescriptionAscii
2739    name = "Universal Scene Description ASCII"
2740    short_name = "USDA"
2741    media_type = "model/x-usd"
2742    extension = "usda"
2743    kind = Model
2744
2745    format = UniversalSceneDescriptionBinary
2746    name = "Universal Scene Description Binary"
2747    short_name = "USDC"
2748    media_type = "model/x-usd"
2749    extension = "usdc"
2750    kind = Model
2751
2752    format = UniversalSceneDescriptionZip
2753    name = "Universal Scene Description ZIP"
2754    short_name = "USDZ"
2755    media_type = "model/vnd.usdz+zip"
2756    extension = "usdz"
2757    kind = Model
2758
2759    format = UniversalSubtitleFormat
2760    name = "Universal Subtitle Format"
2761    short_name = "USF"
2762    media_type = "application/x-usf"
2763    extension = "usf"
2764    kind = Subtitle
2765
2766    format = UnixArchiver
2767    name = "UNIX archiver"
2768    short_name = "archiver"
2769    media_type = "application/x-archive"
2770    extension = "a"
2771    kind = Archive
2772
2773    format = UnixCompress
2774    name = "UNIX compress"
2775    short_name = "compress"
2776    media_type = "application/x-compress"
2777    extension = "Z"
2778    kind = Compressed
2779
2780    format = Vcalendar
2781    name = "vCalendar"
2782    short_name = "VCS"
2783    media_type = "text/calendar"
2784    extension = "vcs"
2785    kind = Other
2786
2787    format = Vcard
2788    name = "vCard"
2789    short_name = "VCF"
2790    media_type = "text/vcard"
2791    extension = "vcf"
2792    kind = Other
2793
2794    format = VirtualMachineDisk
2795    name = "Virtual Machine Disk"
2796    short_name = "VMDK"
2797    media_type = "application/x-vmdk"
2798    extension = "vmdk"
2799    kind = Disk
2800
2801    format = VirtualRealityModelingLanguage
2802    name = "Virtual Reality Modeling Language"
2803    short_name = "VRML"
2804    media_type = "model/vrml"
2805    extension = "wrl"
2806    kind = Model
2807
2808    format = VirtualboxVirtualDiskImage
2809    name = "VirtualBox Virtual Disk Image"
2810    short_name = "VDI"
2811    media_type = "application/x-virtualbox-vdi"
2812    extension = "vdi"
2813    kind = Disk
2814
2815    format = WaveformAudio
2816    name = "Waveform Audio"
2817    short_name = "WAV"
2818    media_type = "audio/vnd.wave"
2819    extension = "wav"
2820    kind = Audio
2821
2822    format = Wavpack
2823    name = "WavPack"
2824    short_name = "WV"
2825    media_type = "audio/wavpack"
2826    extension = "wv"
2827    kind = Audio
2828
2829    format = WebApplicationArchive
2830    name = "Web Application Archive"
2831    short_name = "WAR"
2832    media_type = "application/java-archive"
2833    extension = "war"
2834    kind = Package
2835
2836    format = WebOpenFontFormat
2837    name = "Web Open Font Format"
2838    short_name = "WOFF"
2839    media_type = "font/woff"
2840    extension = "woff"
2841    kind = Font
2842
2843    format = WebOpenFontFormat2
2844    name = "Web Open Font Format 2"
2845    short_name = "WOFF2"
2846    media_type = "font/woff2"
2847    extension = "woff2"
2848    kind = Font
2849
2850    format = WebVideoTextTracks
2851    name = "Web Video Text Tracks"
2852    short_name = "WebVTT"
2853    media_type = "text/vtt"
2854    extension = "vtt"
2855    kind = Subtitle
2856
2857    format = WebassemblyBinary
2858    name = "WebAssembly Binary"
2859    short_name = "Wasm"
2860    media_type = "application/wasm"
2861    extension = "wasm"
2862    kind = Executable
2863
2864    format = WebassemblyText
2865    name = "WebAssembly Text"
2866    short_name = "WAT"
2867    media_type = "text/wasm"
2868    extension = "wat"
2869    kind = Other
2870
2871    format = Webm
2872    name = "WebM"
2873    media_type = "video/webm"
2874    extension = "webm"
2875    kind = Video
2876
2877    format = Webp
2878    name = "WebP"
2879    media_type = "image/webp"
2880    extension = "webp"
2881    kind = Image
2882
2883    format = WindowsAnimatedCursor
2884    name = "Windows Animated Cursor"
2885    short_name = "ANI"
2886    media_type = "application/x-navi-animation"
2887    extension = "ani"
2888    kind = Image
2889
2890    format = WindowsAppBundle
2891    name = "Windows App Bundle"
2892    short_name = "APPXBUNDLE"
2893    media_type = "application/vnd.ms-appx.bundle"
2894    extension = "appxbundle"
2895    kind = Package
2896
2897    format = WindowsAppPackage
2898    name = "Windows App Package"
2899    short_name = "APPX"
2900    media_type = "application/vnd.ms-appx"
2901    extension = "appx"
2902    kind = Package
2903
2904    format = WindowsBitmap
2905    name = "Windows Bitmap"
2906    short_name = "BMP"
2907    media_type = "image/bmp"
2908    extension = "bmp"
2909    kind = Image
2910
2911    format = WindowsCursor
2912    name = "Windows Cursor"
2913    short_name = "CUR"
2914    media_type = "image/x-icon"
2915    extension = "cur"
2916    kind = Image
2917
2918    format = WindowsIcon
2919    name = "Windows Icon"
2920    short_name = "ICO"
2921    media_type = "image/x-icon"
2922    extension = "ico"
2923    kind = Image
2924
2925    format = WindowsImagingFormat
2926    name = "Windows Imaging Format"
2927    short_name = "WIM"
2928    media_type = "application/x-ms-wim"
2929    extension = "wim"
2930    kind = Archive
2931
2932    format = WindowsMediaAudio
2933    name = "Windows Media Audio"
2934    short_name = "WMA"
2935    media_type = "audio/x-ms-wma"
2936    extension = "wma"
2937    kind = Audio
2938
2939    format = WindowsMediaPlaylist
2940    name = "Windows Media Playlist"
2941    short_name = "WPL"
2942    media_type = "application/vnd.ms-wpl"
2943    extension = "wpl"
2944    kind = Playlist
2945
2946    format = WindowsMediaVideo
2947    name = "Windows Media Video"
2948    short_name = "WMV"
2949    media_type = "video/x-ms-wmv"
2950    extension = "wmv"
2951    kind = Video
2952
2953    format = WindowsMetafile
2954    name = "Windows Metafile"
2955    short_name = "WMF"
2956    media_type = "image/wmf"
2957    extension = "wmf"
2958    kind = Image
2959
2960    format = WindowsRecordedTvShow
2961    name = "Windows Recorded TV Show"
2962    short_name = "WTV"
2963    media_type = "video/x-wtv"
2964    extension = "wtv"
2965    kind = Video
2966
2967    format = WindowsShortcut
2968    name = "Windows Shortcut"
2969    short_name = "LNK"
2970    media_type = "application/x-ms-shortcut"
2971    extension = "lnk"
2972    kind = Metadata
2973
2974    format = WordperfectDocument
2975    name = "WordPerfect Document"
2976    short_name = "WPD"
2977    media_type = "application/vnd.wordperfect"
2978    extension = "wpd"
2979    kind = Document
2980
2981    format = WordperfectGraphics
2982    name = "WordPerfect Graphics"
2983    short_name = "WPG"
2984    media_type = "application/vnd.wordperfect"
2985    extension = "wpg"
2986    kind = Image
2987
2988    format = WordperfectMacro
2989    name = "WordPerfect Macro"
2990    short_name = "WPM"
2991    media_type = "application/vnd.wordperfect"
2992    extension = "wpm"
2993    kind = Other
2994
2995    format = WordperfectPresentations
2996    name = "WordPerfect Presentations"
2997    short_name = "SHW"
2998    media_type = "application/vnd.wordperfect"
2999    extension = "shw"
3000    kind = Presentation
3001
3002    format = XPixmap
3003    name = "X PixMap"
3004    short_name = "XPM"
3005    media_type = "image/x-xpixmap"
3006    extension = "xpm"
3007    kind = Image
3008
3009    format = Xap
3010    name = "XAP"
3011    media_type = "application/x-silverlight-app"
3012    extension = "xap"
3013    kind = Package
3014
3015    format = Xbox360Executable
3016    name = "Xbox 360 Executable"
3017    short_name = "XEX"
3018    media_type = "application/x-xbox360-executable"
3019    extension = "xex"
3020    kind = Executable
3021
3022    format = XboxExecutable
3023    name = "Xbox Executable"
3024    short_name = "XBE"
3025    media_type = "application/x-xbox-executable"
3026    extension = "xbe"
3027    kind = Executable
3028
3029    format = XmlLocalizationInterchangeFileFormat
3030    name = "XML Localization Interchange File Format"
3031    short_name = "XLIFF"
3032    media_type = "application/xliff+xml"
3033    extension = "xlf"
3034    kind = Other
3035
3036    format = XmlShareablePlaylistFormat
3037    name = "XML Shareable Playlist Format"
3038    short_name = "XSPF"
3039    media_type = "application/xspf+xml"
3040    extension = "xspf"
3041    kind = Playlist
3042
3043    format = Xpinstall
3044    name = "XPInstall"
3045    short_name = "XPI"
3046    media_type = "application/x-xpinstall"
3047    extension = "xpi"
3048    kind = Package
3049
3050    format = Xz
3051    name = "XZ"
3052    media_type = "application/x-xz"
3053    extension = "xz"
3054    kind = Compressed
3055
3056    format = Zip
3057    name = "ZIP"
3058    media_type = "application/zip"
3059    extension = "zip"
3060    kind = Archive
3061
3062    format = Zoo
3063    name = "zoo"
3064    media_type = "application/x-zoo"
3065    extension = "zoo"
3066    kind = Archive
3067
3068    format = Zpaq
3069    name = "ZPAQ"
3070    media_type = "application/x-zpaq"
3071    extension = "zpaq"
3072    kind = Archive
3073
3074    format = Zstandard
3075    name = "Zstandard"
3076    short_name = "zstd"
3077    media_type = "application/zstd"
3078    extension = "zst"
3079    kind = Compressed
3080}