Skip to content

Instantly share code, notes, and snippets.

@OneCricketeer
Last active February 20, 2016 22:52
Show Gist options
  • Save OneCricketeer/4e072fac529d488a16b9 to your computer and use it in GitHub Desktop.
Save OneCricketeer/4e072fac529d488a16b9 to your computer and use it in GitHub Desktop.
Kodi configs
<?xml version="1.0" encoding="utf-8"?>
<advancedsettings>
<network>
<buffermode>0</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>4.0</readbufferfactor>
</network>
<loglevel hide="true">-1</loglevel>
<playcountminimumpercent>95</playcountminimumpercent>
<skiploopfilter>0</skiploopfilter>
<nodvdrom>true</nodvdrom>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
<hideemptyseries>true</hideemptyseries>
</videolibrary>
<videoscanner>
<ignoreerrors>true</ignoreerrors>
</videoscanner>
<video>
<timeseekforward>15</timeseekforward>
<timeseekbackward>-15</timeseekbackward>
<subsdelayrange>240</subsdelayrange>
</video>
</advancedsettings>
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
</video>
<music>
<default pathversion="1"></default>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
<source>
<name>.fusion</name>
<path pathversion="1">http://fusion.tvaddons.ag/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.superrepo</name>
<path pathversion="1">http://srp.nu/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.metalkettle</name>
<path pathversion="1">http://kodi.metalkettle.co/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.totalxbmc</name>
<path pathversion="1">http://i.totalxbmc.tv/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.xunity</name>
<path pathversion="1">http://xunitytalk.com/xfinity/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.zeus</name>
<path pathversion="1">http://zeusrepo.com/zeus/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.AndroidTv</name>
<path pathversion="1">http://upgrades.montrealandroidtv.com/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.renegades</name>
<path pathversion="1">http://repo.sharktech.co.uk/RenegadesTV/</path >
<allowsharing>true</allowsharing>
</source>
<source>
<name>.muckys</name>
<path pathversion="1">http://muckys.kodimediaportal.ml/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.tecbox</name>
<path pathversion="1">http://tecbox.tv/repo/install/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>.ares</name>
<path pathversion="1">http://www.areswizard.co.uk/zip/</path>
<allowsharing>true</allowsharing>
</source>
</files>
</sources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment