Skip to content

Instantly share code, notes, and snippets.

View mrPrateek95's full-sized avatar

Prateek Gajanana mrPrateek95

View GitHub Profile
@mrPrateek95
mrPrateek95 / playercorefactory.xml
Created December 29, 2017 11:06
Make VLC as the default player on your Kodi Mac
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
<args>--video-on-top --play-and-exit</args>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule video="true" player="VLC"/>
const crypto = require('crypto');
function GenerateKeyPair()
{
try
{
const RsaOptions =
{
modulusLength: 2048,
publicKeyEncoding: