zed/assets/icons/file_icons
Gianni Rosato 73498f388a
Recognize More Multimedia Filetypes (#7557)
This PR recognizes the following filetypes and provides them with
appropriate icons: `.avi .heic .j2k .jfif .jp2 .jxl .m4a .m4v .mkv .mka
.mov .opus .qoi .wma .wmv .wv`.

It also corrects `.ogg` to display an audio icon, not a video icon.
Though the container supports video, `.ogg` files are most commonly
found containing audio-only bitstreams likely due to the popularity of
the Vorbis audio codec. VSCode recognizes OGG files as audio.

Here is an exhaustive list of the file formats this PR aims to
recognize, with a subjective commonality rating attached to each:

- `.avi`: Audio Video Interleave. Multimedia container format for video
and audio data. **Rating: 7/10**
- `.heic`: High Efficiency Image Format. The same thing as `.heif`,
which is currently recognized. **Rating: 6/10**
- `.j2k`: JPEG 2000. Bitmap image format for lossy or lossless
compression. **Rating: 3/10**
- `.jfif`: JPEG File Interchange Format. Alternative JPEG extension that
sometimes pops up on the Web. **Rating: 5/10**
- `.jp2`: JPEG 2000 again, same rating.
- `.jxl`: JPEG XL. Modern, versatile image format growing in popularity.
**Rating: 5/10**
- `.m4a`: MPEG-4 Audio. Audio file format using AAC (lossy) or ALAC
(lossless) codecs. **Rating: 8/10**
- `.m4v`: MPEG-4 Video. Video container format developed by Apple
similar to MP4. **Rating: 4/10**
- `.mkv`: Matroska Video. Multimedia container format for video, audio,
and subtitle tracks. **Rating: 8/10**
- `.mka`: Matroska Audio. Audio file format supporting several types of
audio compression algorithms. **Rating: 3/10**
- `.mov`: QuickTime Movie. Multimedia container format developed by
Apple. **Rating: 8/10**
- `.opus`: Opus Audio. Audio coding format for efficient real-time audio
streaming. **Rating: 7/10**
- `.qoi`: Quite OK Image. Modern lossless image format for fast encoding
& decoding. **Rating: 1/10**
- `.wma`: Windows Media Audio. Audio file format developed by Microsoft.
**Rating: 6/10**
- `.wmv`: Windows Media Video. Video file format developed by Microsoft.
**Rating: 7/10**
- `.wv`: WavPack. Free, open-source lossless audio compression format
similar to FLAC. **Rating: 2/10**

Again note that the commonality rating is subjective and may vary based
on the specific use cases users have for Zed and their software
environments. I hope some of these will be considered, as having
flexible filetype recognition greatly adds to the feeling of
completeness in an editor at what appears to be very little cost. Thank
you!

Release Notes:

- Adds icon associations for more multimedia types [#7551](https://github.com/zed-industries/zed/issues/7551).
2024-02-08 11:25:54 +02:00
..
ai.svg icon updates 2023-07-26 11:19:34 -06:00
archive.svg icon updates 2023-07-26 11:19:34 -06:00
audio.svg icon updates 2023-07-26 11:19:34 -06:00
book.svg Updated icons with additions 2023-07-20 10:07:32 -06:00
camera.svg icon updates 2023-07-26 11:19:34 -06:00
chevron_down.svg Add moar icons 2023-07-20 12:01:41 -06:00
chevron_left.svg Add moar icons 2023-07-20 12:01:41 -06:00
chevron_right.svg Add moar icons 2023-07-20 12:01:41 -06:00
chevron_up.svg Add moar icons 2023-07-20 12:01:41 -06:00
code.svg code icon adjustment 2023-07-20 10:15:20 -06:00
conversations.svg icon updates 2023-07-26 11:19:34 -06:00
css.svg Add CSS file type icon (#7062) 2024-01-30 11:37:48 +02:00
database.svg icon updates 2023-07-26 11:19:34 -06:00
elixir.svg Add elixir icons 2023-08-18 14:54:53 -04:00
elm.svg Add Elm file icon (#7440) 2024-02-06 17:25:38 +02:00
erlang.svg Add syntax highlighting and LSP (erlang_lsp) for Erlang (#7093) 2024-02-01 18:54:26 +02:00
eslint.svg Updated icons with additions 2023-07-20 10:07:32 -06:00
file.svg icon updates 2023-07-26 11:19:34 -06:00
file_types.json Recognize More Multimedia Filetypes (#7557) 2024-02-08 11:25:54 +02:00
folder.svg icon updates 2023-07-26 11:19:34 -06:00
folder_open.svg icon updates 2023-07-26 11:19:34 -06:00
git.svg icon updates 2023-07-26 11:19:34 -06:00
go.svg Add Go file icon (#7110) 2024-01-30 15:48:33 -05:00
hash.svg Update icons to new zed file icon set 2023-07-19 11:10:30 -07:00
haskell.svg Add Haskell file type icon (#6995) 2024-01-29 11:32:35 -05:00
html.svg Update icons to new zed file icon set 2023-07-19 11:10:30 -07:00
image.svg icon updates 2023-07-26 11:19:34 -06:00
info.svg Update icons to new zed file icon set 2023-07-19 11:10:30 -07:00
lock.svg icon updates 2023-07-26 11:19:34 -06:00
magnifying_glass.svg icon updates 2023-07-26 11:19:34 -06:00
notebook.svg icon updates 2023-07-26 11:19:34 -06:00
ocaml.svg Add OCaml support (#6929) 2024-02-02 16:58:07 +02:00
package.svg icon updates 2023-07-26 11:19:34 -06:00
phoenix.svg Add elixir icons 2023-08-18 14:54:53 -04:00
php.svg Add PHP file type icon (#7159) 2024-01-31 12:14:28 -05:00
plus.svg icon updates 2023-07-26 11:19:34 -06:00
prettier.svg icon updates 2023-07-26 11:19:34 -06:00
prisma.svg Add Prisma file icon (#7207) 2024-02-06 13:34:46 +01:00
project.svg icon updates 2023-07-26 11:19:34 -06:00
python.svg Add python file icon 2023-08-18 14:07:17 -04:00
replace.svg icon updates 2023-07-26 11:19:34 -06:00
replace_all.svg icon updates 2023-07-26 11:19:34 -06:00
replace_next.svg icon updates 2023-07-26 11:19:34 -06:00
ruby.svg Add Ruby file icon (#6922) 2024-01-28 13:46:32 +02:00
rust.svg icon updates 2023-07-26 11:19:34 -06:00
settings.svg icon updates 2023-07-26 11:19:34 -06:00
terminal.svg Updated icons with additions 2023-07-20 10:07:32 -06:00
toml.svg icon updates 2023-07-26 11:19:34 -06:00
typescript.svg icon updates 2023-07-26 11:19:34 -06:00
video.svg icon updates 2023-07-26 11:19:34 -06:00
vue.svg Add Vue file icon (#6930) 2024-01-28 12:32:43 -05:00