Skip to content

Instantly share code, notes, and snippets.

@Ibochkarev
Forked from SimpleHomelab/advancedsettings.xml
Created February 18, 2017 02:58

Revisions

  1. Anand Subramanian revised this gist Jan 13, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion advancedsettings.xml
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    <port>3306</port>
    <user>xbmc</user> <!-- Comment: MySQL Username -->
    <pass>xbmc</pass> <!-- Comment: MySQL Password -->
    </vi
    </videodatabase>

    <!-- Streaming Optimization -->
    <network>
  2. Anand Subramanian revised this gist Jan 11, 2015. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions advancedsettings.xml
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,9 @@
    <!-- General Settings -->
    <advancedsettings>
    <loglevel hide="true">-1</loglevel>
    <loglevel hide="true">-1</loglevel> <!-- Comment: Disables logging -->
    <playcountminimumpercent>95</playcountminimumpercent>
    <skiploopfilter>0</skiploopfilter> <!-- Comment: For RPi or similar use 16 or higher (low CPU usage) -->
    <nodvdrom>true</nodvdrom>
    <virtualshares>false</virtualshares>
    <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
    <displayremotecodes>false</displayremotecodes>

    <!-- MySQL Library -->
    <videodatabase>
  3. Anand Subramanian revised this gist Jan 11, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion advancedsettings.xml
    Original file line number Diff line number Diff line change
    @@ -28,10 +28,12 @@
    <videolibrary>
    <cleanonupdate>true</cleanonupdate> <!-- Comment: Also clean library during library update -->
    <importwatchedstate>true</importwatchedstate>
    <hideallitems>true</hideallitems> <!-- removes the "*All" items from the video library -->
    <hideemptyseries>true</hideemptyseries> <!-- hide empty series in the video library -->
    </videolibrary>

    <videoscanner>
    <ignoreerrors>true</ignoreerrors>
    <ignoreerrors>true</ignoreerrors> <!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.-->
    </videoscanner>

    <!-- Playback Tweaks -->
  4. Anand Subramanian revised this gist Jan 11, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion advancedsettings.xml
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    <advancedsettings>
    <loglevel hide="true">-1</loglevel>
    <playcountminimumpercent>95</playcountminimumpercent>
    <skiploopfilter>16</skiploopfilter>
    <skiploopfilter>0</skiploopfilter> <!-- Comment: For RPi or similar use 16 or higher (low CPU usage) -->
    <nodvdrom>true</nodvdrom>
    <virtualshares>false</virtualshares>
    <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
  5. Anand Subramanian renamed this gist Jan 11, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. Anand Subramanian created this gist Jan 11, 2015.
    43 changes: 43 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,43 @@
    <!-- General Settings -->
    <advancedsettings>
    <loglevel hide="true">-1</loglevel>
    <playcountminimumpercent>95</playcountminimumpercent>
    <skiploopfilter>16</skiploopfilter>
    <nodvdrom>true</nodvdrom>
    <virtualshares>false</virtualshares>
    <hiderecentlyaddeditems>false</hiderecentlyaddeditems>
    <displayremotecodes>false</displayremotecodes>

    <!-- MySQL Library -->
    <videodatabase>
    <type>mysql</type>
    <host>192.168.1.100</host> <!-- Comment: IP Address of MySQL Server -->
    <port>3306</port>
    <user>xbmc</user> <!-- Comment: MySQL Username -->
    <pass>xbmc</pass> <!-- Comment: MySQL Password -->
    </vi

    <!-- Streaming Optimization -->
    <network>
    <buffermode>1</buffermode> <!-- Comment: Default is 1 -->
    <cachemembuffersize>52428800</cachemembuffersize> <!-- Comment: Default is 20971520 bytes or 20 MB -->
    <readbufferfactor>2.0</readbufferfactor> <!-- Comment: Default is 1.0 -->
    </network>

    <!-- Video Library Tweaks -->
    <videolibrary>
    <cleanonupdate>true</cleanonupdate> <!-- Comment: Also clean library during library update -->
    <importwatchedstate>true</importwatchedstate>
    </videolibrary>

    <videoscanner>
    <ignoreerrors>true</ignoreerrors>
    </videoscanner>

    <!-- Playback Tweaks -->
    <video>
    <timeseekforward>15</timeseekforward> <!-- Comment: Skip back time 15 s -->
    <timeseekbackward>-15</timeseekbackward> <!-- Comment: Skip forward time 15 s -->
    <subsdelayrange>240</subsdelayrange> <!-- Comment: Subtitle offset adjustment range -->
    </video>
    </advancedsettings>