VLC External Player Almost Working



Can anyone see an error in my xml file?

I get the play using menu entry in Kodi, when i hit it vlc is listed as an option, when i press nothing happens!

<playercorefactory>
<players>
<player name=”vlc” type=”ExternalPlayer” audio=”false” video=”true”>
<filename>”C:\Program Files\VideoLAN\VLC\vlc.exe”</filename>
<args>”{1}” /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action=”prepend”>
<rule filetypes=”mkv” filename=”.*720p.*” player=”Media File Player”/>
</rules>
</playercorefactory>