mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
Base+Userland: Add support for QOA files everywhere
This adds MIME type sniffing, `file` support, LaunchServer support to open QOA in SoundPlayer, and audio icons
This commit is contained in:
parent
0f7a5006d1
commit
61bb9103c2
5 changed files with 6 additions and 3 deletions
|
@ -28,7 +28,7 @@ presenter=*.presenter
|
|||
python=*.py
|
||||
ruby=*.rb
|
||||
shell=*.sh,*.bash,*.zsh
|
||||
sound=*.wav,*.flac,*.mp3
|
||||
sound=*.wav,*.flac,*.mp3,*.qoa
|
||||
spreadsheet=*.sheets,*.csv
|
||||
text=*.txt
|
||||
truetype=*.ttf
|
||||
|
|
|
@ -17,6 +17,7 @@ flac=/bin/SoundPlayer
|
|||
m3u=/bin/SoundPlayer
|
||||
m3u8=/bin/SoundPlayer
|
||||
mp3=/bin/SoundPlayer
|
||||
qoa=/bin/SoundPlayer
|
||||
txt=/bin/TextEditor
|
||||
font=/bin/FontEditor
|
||||
sheets=/bin/Spreadsheet
|
||||
|
|
|
@ -4,5 +4,5 @@ Executable=/bin/SoundPlayer
|
|||
Category=Media
|
||||
|
||||
[Launcher]
|
||||
FileTypes=mp3,flac,m3u,m3u8,wav
|
||||
MimeTypes=audio/mpeg,audio/wave,audio/flac
|
||||
FileTypes=mp3,flac,m3u,m3u8,qoa,wav
|
||||
MimeTypes=audio/mpeg,audio/wave,audio/flac,audio/qoa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue