Linux Unable to play in external player VLC
#1
Hi !

I have tried the configuration bellow in Linux Mint 16 -> playercorefactory.xml but the video content was still playing in xbmc, not in VLC. I have tried with glow movies and yify movies.
Please tell me what i am doing wrong.
This is the configuration:
<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="true" video="true">
<filename>/usr/bin/vlc</filename>
<args>--play-and-exit --video-on-top --fullscreen</args>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" player="VLC">
<rule filetypes=".*720.*|.*1080.*" player="VLC"/>
</rule>
</rules>
</playercorefactory>
Reply
#2
(2014-04-15, 09:24)virgiliux Wrote: Hi !

I have tried the configuration bellow in Linux Mint 16 -> playercorefactory.xml but the video content was still playing in xbmc, not in VLC. I have tried with glow movies and yify movies.
Please tell me what i am doing wrong.
This is the configuration:
<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="true" video="true">
<filename>/usr/bin/vlc</filename>
<args>--play-and-exit --video-on-top --fullscreen</args>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" player="VLC">
<rule filetypes=".*720.*|.*1080.*" player="VLC"/>
</rule>
</rules>
</playercorefactory>

If you want to make the External Player your default, you need to add this line to the advancedsettings.xml file:
<defaultplayer>extplayer</defaultplayer>
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to play in external player VLC0