Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.75 KB | None | 0 0
  1. <advancedsettings>
  2.   <loglevel hide="false">1</loglevel> <!-- logging, only logging errors (Default). -->
  3.  
  4.           <video> <!-- "VideoSettings" instead of "video" for builds prior to May 22, 2006 -->
  5.          
  6.   <ignoresecondsatstart>600</ignoresecondsatstart> <!-- Number of seconds to ignore at video start after which a resume point is created -->
  7.   <ignorepercentatend>5</ignorepercentatend>  <!--  -->
  8.   <playcountminimumpercent>90</playcountminimumpercent> <!--Minimum percentage that has to be played before it is marked as watched. Set to 101 to never auto-mark items as watched -->
  9.  
  10.   <smallstepbackseconds>7</smallstepbackseconds>  <!-- Length of the small skip back (normally the BACK button) when playing a video -->
  11.   <smallstepbacktries>3</smallstepbacktries>
  12.   <smallstepbackdelay>300</smallstepbackdelay>
  13.   <usetimeseeking>true</usetimeseeking>  <!-- Whether to use time based or percentage based seeking. -->
  14.   <timeseekforward>15</timeseekforward>  <!-- Time to seek forward in seconds when doing a short seek.  Defaults to 30. -->
  15.   <timeseekbackward>-15</timeseekbackward>  <!-- Time to seek backward in seconds when doing a short seek.  Defaults to -30. -->
  16.   <timeseekforwardbig>300</timeseekforwardbig>  <!-- Time to seek forward in seconds when doing a long seek.  Defaults to 600 (10 minutes). -->
  17.   <timeseekbackwardbig>-300</timeseekbackwardbig>  <!-- Time to seek forward in seconds when doing a long seek.  Defaults to -600 (10 minutes). -->
  18.  
  19.   <percentseekforward>2</percentseekforward>  <!-- Amount to seek forward as a percentage, when doing a short seek.  Defaults to 2. -->
  20.   <percentseekbackward>-2</percentseekbackward>  <!-- Amount to seek backward as a percentage, when doing a short seek.  Defaults to -2. -->
  21.   <percentseekforwardbig>10</percentseekforwardbig>  <!-- Amount to seek forward as a percentage, when doing a long seek.  Defaults to 10. -->
  22.   <percentseekbackwardbig>-10</percentseekbackwardbig>  <!-- Amount to seek forward as a percentage, when doing a long seek.  Defaults to -10. -->
  23.   <blackbarcolour>1</blackbarcolour>  <!-- colour of the black bars (0->255), (black->white) on videos. -->
  24.  
  25.   <fullscreenonmoviestart>true</fullscreenonmoviestart> <!-- Whether to go to fullscreen or not when starting a movie. Defaults to true. -->
  26.  
  27.         </video> <!-- use "VideoSettings" instead of "video" for builds prior to May 22, 2006 -->
  28.        
  29.         <videolibrary>
  30.     <cleanonupdate>true</cleanonupdate> <!-- VideoLibrary(Video) -->
  31. </videolibrary>
  32.  
  33. <videoscanner>
  34.     <ignoreerrors>true</ignoreerrors> <!--
  35.    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.-->
  36.   </videoscanner>
  37.  
  38. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement