Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89fed52a authored by Matt Garnes's avatar Matt Garnes
Browse files

File Manager: Add additional supported filetypes.

- Add new filetypes (xmf, 7z, etc.)
- Reorder one or two so that the sections that resemble alphabetical
  order maintain it.

Change-Id: Ib34216ddac6dd20face5e47e5c5ea3857c850ade
parent ac44c199
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ vcf = MAIL | text/x-vcard | fso_type_contact_drawable
vcs   = MAIL     | text/x-vcalendar                 | fso_type_calendar_drawable

# Compress
7z    = COMPRESS | application/x-7z-compressed      | fso_type_compress_drawable
ace   = COMPRESS | application/x-ace-compressed     | fso_type_compress_drawable
bz    = COMPRESS | application/x-bzip               | fso_type_compress_drawable
bz2   = COMPRESS | application/x-bzip2              | fso_type_compress_drawable
@@ -226,7 +227,9 @@ xwd = IMAGE | image/x-xwindowdump | fso_type_image_drawable

# Audio
adp   = AUDIO    | audio/adpcm                      | fso_type_audio_drawable
amr   = AUDIO    | audio/amr                        | fso_type_audio_drawable
au    = AUDIO    | audio/basic                      | fso_type_audio_drawable
awb   = AUDIO    | audio/amr-wb                     | fso_type_audio_drawable
snd   = AUDIO    | audio/basic                      | fso_type_audio_drawable
kar   = AUDIO    | audio/midi                       | fso_type_audio_drawable
mid   = AUDIO    | audio/midi                       | fso_type_audio_drawable
@@ -267,7 +270,8 @@ m4b = AUDIO | audio/aac | fso_type_audio_drawable
m4p   = AUDIO    | audio/aac                        | fso_type_audio_drawable
m4r   = AUDIO    | audio/aac                        | fso_type_audio_drawable
flac  = AUDIO    | audio/flac                       | fso_type_audio_drawable
amr   = AUDIO    | audio/amr                        | fso_type_audio_drawable
qcp   = AUDIO    | audio/qcelp                      | fso_type_audio_drawable
xmf   = AUDIO    | audio/xmf                        | fso_type_audio_drawable

# Video
3gp   = VIDEO    | video/3gpp                       | fso_type_video_drawable
@@ -313,7 +317,10 @@ wvx = VIDEO | video/x-ms-wvx | fso_type_video_drawable
movie = VIDEO    | video/x-sgi-movie                | fso_type_video_drawable
rmvb  = VIDEO    | video/rmvb                       | fso_type_video_drawable
mkv   = VIDEO    | video/x-matroska                 | fso_type_video_drawable
webm  = VIDEO    | video/webm                       | fso_type_video_drawable
m4v   = VIDEO    | video/x-m4v                      | fso_type_video_drawable
divx  = VIDEO    | video/divx                       | fso_type_video_drawable
ts    = VIDEO    | video/MP2T                       | fso_type_video_drawable

# Security
asc   = SECURITY | application/pgp-signature        | fso_type_security_drawable