Set QuickTime Player icons for non-standard file types
Dec 02, '08 07:30:02AM • Contributed by: Anonymous
Dec 02, '08 07:30:02AM • Contributed by: Anonymous
I found this great QuickTime component package callled Perian that includes codecs for pretty much everything VLC does, thus making it possible to use QuickTime Player for all my media. The problem with Perian is that files with extensions like MKV or DIVX aren't given a preview or icon, even though they open nicely from the Finder.
The solution is to add those extensions to QuikTime's plist, which will associate a nice QuickTime 'Movie' icon for such files. Here's how:
[robg adds: It seems to me that there should be a simpler way to do this, but if there is, I'm not aware of it off the top of my head (other than pasting a custom icon on each file, which is definitely not a good solution if you have a lot of these files.)]
The solution is to add those extensions to QuikTime's plist, which will associate a nice QuickTime 'Movie' icon for such files. Here's how:
- In the Applications folder, Control-click on QuickTime Player and choose Show Package Contents from the pop-up menu.
- Open the Contents folder, and then open Info.plist in a pure text editor of your choosing.
- Press Command-F and find the string Movie-Quicktime. Now add the wanted extensions to the array of strings above the line you found. For example, I added mkv in the following example:
<array> <string>mov</string> <string>qt</string> <string>qtl</string> <string>mkv</string> </array> <key>CFBundleTypeIconFile</key> <string>Movie-QuickTime.icns</string> - Save the file and quit the editor.
[robg adds: It seems to me that there should be a simpler way to do this, but if there is, I'm not aware of it off the top of my head (other than pasting a custom icon on each file, which is definitely not a good solution if you have a lot of these files.)]
•
[11,709 views]
