zed/assets/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
..
file_icons Recognize More Multimedia Filetypes (#7557) 2024-02-08 11:25:54 +02:00
ai.svg
arrow_circle.svg Always show checking with icon if checks are still running 2024-01-08 11:55:51 -05:00
arrow_down.svg
arrow_left.svg
arrow_right.svg
arrow_up.svg
arrow_up_right.svg
at_sign.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
backspace.svg ui: Add Backspace/Delete icons and use them for keybindings. 2024-01-02 16:41:56 +01:00
bell.svg
bell_dot.svg Rename BellBadged to BellDot (#6820) 2024-01-26 18:48:16 -05:00
bell_off.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
bell_ring.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
bolt.svg
caret_down.svg
caret_up.svg
case_insensitive.svg
check.svg
check_circle.svg
chevron_down.svg
chevron_left.svg
chevron_right.svg
chevron_up.svg
circle_check.svg
command.svg
control.svg
conversations.svg
copilot.svg
copilot_disabled.svg
copilot_error.svg
copilot_init.svg
copy.svg
dash.svg
delete.svg Add return, space, tab, escape keybinding icons 2024-01-03 11:14:33 -05:00
desktop.svg
disconnected.svg
download.svg
ellipsis.svg
error.svg
escape.svg Add return, space, tab, escape keybinding icons 2024-01-03 11:14:33 -05:00
exit.svg
external_link.svg
feedback.svg
file.svg
filter.svg
github.svg
hash.svg
inlay_hint.svg
link.svg
logo_96.svg
magic_wand.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
magnifying_glass.svg
mail_open.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
maximize.svg Style assistant header, update icons 2023-12-19 10:30:46 -05:00
menu.svg Style assistant header, update icons 2023-12-19 10:30:46 -05:00
mic.svg
mic_mute.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
minimize.svg Style assistant header, update icons 2023-12-19 10:30:46 -05:00
option.svg
page_down.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
page_up.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
plus.svg
project.svg
public.svg
quote.svg Style assistant header, update icons 2023-12-19 10:30:46 -05:00
replace.svg
replace_all.svg
replace_next.svg
return.svg Add return, space, tab, escape keybinding icons 2024-01-03 11:14:33 -05:00
select_all.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
shift.svg
snip.svg Style assistant header, update icons 2023-12-19 10:30:46 -05:00
space.svg Add return, space, tab, escape keybinding icons 2024-01-03 11:14:33 -05:00
speaker_loud.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
speaker_off.svg Standardize icon naming 2024-01-03 11:45:41 -05:00
split.svg
stop_sharing.svg
tab.svg Add return, space, tab, escape keybinding icons 2024-01-03 11:14:33 -05:00
terminal.svg
update.svg
user_group_16.svg
warning.svg
word_search.svg
x.svg
zed_x_copilot.svg