[vlc-commits] [Git][videolan/vlc][master] share: add ATRAC3 mime type
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Wed Apr 15 14:59:22 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
15e9db2e by Felix Paul Kühne at 2026-04-15T14:29:26+02:00
share: add ATRAC3 mime type
- - - - -
2 changed files:
- share/Info.plist.in
- share/vlc.desktop.mimetypes
Changes:
=====================================
share/Info.plist.in
=====================================
@@ -747,6 +747,10 @@
<array>
<string>oma</string>
</array>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>audio/atrac3</string>
+ </array>
<key>CFBundleTypeIconFile</key>
<string>audio.icns</string>
<key>CFBundleTypeName</key>
@@ -2127,6 +2131,10 @@
<string>oma</string>
</array>
</dict>
+ <key>public.mime-type</key>
+ <array>
+ <string>audio/atrac3</string>
+ </array>
</dict>
<dict>
<key>UTTypeConformsTo</key>
=====================================
share/vlc.desktop.mimetypes
=====================================
@@ -173,6 +173,7 @@ audio/vnd.dolby.mlp # IANA MLP/TrueHD
audio/basic # IANA mulaw
audio/midi
# Weird audio formats
+audio/atrac3
audio/x-ape
audio/x-gsm
audio/x-musepack
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/15e9db2ec862e653389385a3b69a8ec3d6e50843
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/15e9db2ec862e653389385a3b69a8ec3d6e50843
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list