-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Becomes default player for mp4 files #40
Comments
This was fixed in Gifski 1.3.0 (Latest version on the App Store): a238e03 |
🤩 |
OK, I just downloaded the app 10 minutes ago. Maybe the Norwegian App Store is out of date or something. I tried to look for the bug in issue search but couldn't find it, so thought I would mention it. I have version Version 1.3.0 (5) And its the only version I have tried. Also the App Store says v 1.2.1 whatever that corresponds to. |
Hmm...
I assumed |
Ok, looking at other video conversion apps, it seems all of them declare themselves as a <dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mp4</string>
</array>
<key>CFBundleTypeName</key>
<string>MPEG-4 FIle</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict> <dict>
<key>CFBundleTypeMIMETypes</key>
<array/>
<key>CFBundleTypeName</key>
<string>GIF Brewery 3 Supported Videos</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>public.dv-movie</string>
<string>public.3gpp</string>
<string>public.3gpp2</string>
<string>com.apple.m4v-video</string>
<string>public.mpeg-2-video</string>
<string>public.mpeg-4</string>
<string>com.apple.quicktime-movie</string>
</array>
<key>LSTypeIsPackage</key>
<integer>0</integer>
<key>NSDocumentClass</key>
<string>HRDocument</string>
</dict> <dict>
<key>CFBundleTypeName</key>
<string>Media File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
<string>public.audio</string>
<string>public.movie</string>
<string>public.mpeg</string>
<string>com.apple.quicktime-movie</string>
<string>public.avi</string>
<string>public.mpeg-4</string>
<string>public.3gpp2</string>
<string>public.3gpp</string>
</array>
</dict> |
We don't want Kap to become the default player for MP4 files, see: sindresorhus/Gifski#40
We don't want Kap to become the default player for MP4 files, see: sindresorhus/Gifski#40
Quicktime should be the designated app to open .mp4. Manually setting gifski to open all mp4 is ok. Setting it by default on install, is a bit overreaching IMO.
Best gif app since Drop2Gif. Gave it 5 stars on the App Store. ✌️
The text was updated successfully, but these errors were encountered: