Advertisement
Komtec1

Kodi linux chromecast

Dec 12th, 2016
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1. <playercorefactory>
  2. <players>
  3. <player name="Chrome" type="ExternalPlayer" audio="false" video="true">
  4. <filename>
  5. /usr/bin/google-chrome
  6. </filename>
  7. <hidexbmc>true</hidexbmc>
  8. <playcountminimumtime>120</playcountminimumtime>
  9. </player>
  10. </players>
  11. <rules action="prepend">
  12. <!--
  13. -
  14. ********** **********
  15. ********** EDIT THIS SECTION **********
  16. ********** **********
  17. -->
  18. <rule protocols="smb" player="Chrome"/>
  19. <rule dvdimage="true" player="Chrome"/>
  20. <rule protocols="rtmp" player="Chrome"/>
  21. <rule protocols="rtsp" player="Chrome"/>
  22. <rule protocols="sop" player="Chrome"/>
  23. <rule internetstream="true" player="Chrome"/>
  24. <rule video="true" player="Chrome"/>
  25. <!--  Default for anything else not listed  -->
  26. </rules>
  27. </playercorefactory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement