Commit c9d65d22 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: show more suitable icons instead of 'generic' for a couple of file extensions

This affects: .opus, .ogx, .wtv, .rec, .vro, .tod and .mks
parent 07461c63
......@@ -483,7 +483,7 @@
<string>opus</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/opus</string>
......@@ -560,7 +560,7 @@
<string>ogx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/ogg</string>
......@@ -783,7 +783,7 @@
<string>wtv</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>Windows Recorded TV Show</string>
<key>CFBundleTypeRole</key>
......@@ -1037,7 +1037,7 @@
<string>rec</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>Topfield PVR Recording</string>
<key>CFBundleTypeRole</key>
......@@ -1073,7 +1073,7 @@
<string>vro</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>DVD Video Recording Format</string>
<key>CFBundleTypeRole</key>
......@@ -1085,7 +1085,7 @@
<string>tod</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>JVC Everio Video Capture File</string>
<key>CFBundleTypeRole</key>
......@@ -1097,7 +1097,7 @@
<string>mks</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>generic.icns</string>
<string>mkv.icns</string>
<key>CFBundleTypeName</key>
<string>Matroska Elementry Stream</string>
<key>CFBundleTypeRole</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment