IPTVSimple PVR-addon with XMLTV EGP
is it possible to run VLC through pvr.simple.iptv addon? somtething like that: If yes please say where and what to change...

Code:
<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>true</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filetypes="" filename="http://149.62.176.212/udp/*" player="VLC"/>
</rules>
</playercorefactory>


Messages In This Thread
RE: IPTVSimple PVR-addon with XMLTV EGP - by Bayern - 2013-08-23, 15:09
Problem with HLS - by san77 - 2013-10-31, 17:23
Channel Logo issues - by cdonnie - 2014-03-28, 09:21
Logout Mark Read Team Forum Stats Members Help
IPTVSimple PVR-addon with XMLTV EGP14