Page 1 of 1

VLC Mac OS X Tiger is not recognized as player for .wm files

Posted: 06 Jun 2009 23:07
by frantisek
times to times I get WMV files just with .wm extension. In this case VLC is not offered as player in Open with application. Only WMP a FlipForMac appears. Changing extension to .wmv fix that but that should not be sollution.
Draging file into palyer window also works but notdraging onto App's icon.

It is quite unhandy when I can not open files directly in mail (Thunderbird) when I get them as attachement.

VLC Version 0.9.9a Grishenko (Intel), 10.4.11, QuickTime™ Version 7.4.5 (67)
QTKit Version 7.4.5 (67)

Frantisek

Re: VLC Mac OS X Tiger is not recognized as player for .wm files

Posted: 08 Jun 2009 10:48
by Jean-Baptiste Kempf
Sorry, but .wm isn't a normal extension for .wmv.

Re: VLC Mac OS X Tiger is not recognized as player for .wm files

Posted: 02 Aug 2009 12:52
by frantisek
Sorry, but .wm isn't a normal extension for .wmv.
Hmm, but who told that? I am getting tons of them. You should probably explain that to milions of PC geeks.
And is there any big problem with accepting such extension?

Re: VLC Mac OS X Tiger is not recognized as player for .wm files

Posted: 04 Aug 2009 23:03
by fkuehne
Not at all. However, we won't publish another release of the 0.9 branch, so this fix would require you to update to VLC 1.0.x and therefore Mac OS X 10.5 Leopard.

You can easily fix this yourself, however. Use the Finder to browse to VLC.app. Right-click on its icon (or use the wheel-button) and select "Show Package Contents"; open the shown "Contents" folder. There you find a file called "Info.plist". Open it with a plain text editor such as TextEdit (This is important! Don't use Word or Pages.) and search for "wmv". You'll find this xml block:

Code: Select all

<dict> <key>CFBundleTypeExtensions</key> <array> <string>wmv</string> </array> <key>CFBundleTypeIconFile</key> <string>wmv.icns</string> <key>CFBundleTypeName</key> <string>Windows Media Video</string> <key>CFBundleTypeRole</key> <string>Viewer</string> </dict>
Create a new line after <string>wmv</string> and paste this:

Code: Select all

<string>wm</string>
Save the file, restart the Finder (or just log-out and in again).