Skip to content

Instantly share code, notes, and snippets.

@eru
Last active July 25, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eru/b6593e6877fd215941d5294036fd5b33 to your computer and use it in GitHub Desktop.
Save eru/b6593e6877fd215941d5294036fd5b33 to your computer and use it in GitHub Desktop.
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="true" video="true">
<filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
<args>--rate 2.0 --video-on-top --play-and-exit</args>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule name="VLC" video="true" player="VLC">
<rule name="DVD" dvdimage="true" player="videodefaultplayer" />
<rule name="m2ts" filetypes="m2ts" player="videodefaultplayer" />
</rule>
</rules>
</playercorefactory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment