Open VLC player automatically
#1
I am using the below script which allows me to choose VLC player as an option when playing videos through xbmc player

I used to have a script that would actually open vlc player and then when the video was finished that would close and xbmc would open again

can anyone advise how I would change the below script to allow this functionality again

<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\VideoLAN\VLC\VLC.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="*.*" player="VLC"/>
</rules>
</playercorefactory>
[/u]
Reply

Logout Mark Read Team Forum Stats Members Help
Open VLC player automatically0