Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84810

Using external player for anime

$
0
0
Hi.

I am trying to use an external player (mplayer2) to play anime because it supports ordered chapters in different files, this funcionality is not still in XBMC.

I created a playercorefactory.xml in my userdata:

Code:
<playercorefactory>
<players>
   <player name="mplayer2" type="ExternalPlayer" audio="false" video="true">
     <filename>mplayer</filename>
     <args>-vo vdpau -fs -ao alsa:device=hw=1.9 "{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>true</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filename="*anim*" player="mplayer2"/>
</rules>
</playercorefactory>

I follow the wiki (http://wiki.xbmc.org/index.php?title=External_players) and I think it should use mplayer2 only to files contain the word anim. However, it uses mplayer2 for all files.

What did I make wrong?

Also, this is not a XBMC question, how can I make in mplayer2 to play the file using the fps of mkv? It uses the refresh rate of the TV (60Hz).

Thanks in advance.

Viewing all articles
Browse latest Browse all 84810

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>