Advertisement
Guest User

as settings

a guest
Oct 6th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <advancedsettings>
  3. <splash>false</splash>
  4. <loglevel hide="false">0</loglevel>
  5. <cputempcommand>sensors|sed -ne "s/temp1: \+[-+]\([0-9]\+\).*/\1 C/p"</cputempcommand>
  6. <gui>
  7. <algorithmdirtyregions>3</algorithmdirtyregions>
  8. <nofliptimeout>0</nofliptimeout>
  9. </gui>
  10. <video>
  11. <latency>
  12. <delay>0</delay>
  13. <refresh>
  14. <min>23</min>
  15. <max>24</max>
  16. <delay>175</delay> <!-- set to zero or adjust if audio seems out of sync with 24p movies -->
  17. </refresh>
  18. </latency>
  19. </video>
  20. <gui>
  21. <algorithmdirtyregions>1</algorithmdirtyregions>
  22. <visualizedirtyregions>false</visualizedirtyregions>
  23. <nofliptimeout>100</nofliptimeout>
  24. </gui>
  25. <moviestacking>
  26. <!-- <cd/dvd/part/pt/disk/disc/d> <0-N> -->
  27. <regexp>(.*?)([ _.-]*(?:cd|teil|dvd|p(?:ar)?t|dis[ck]|d)[ _.-]*[0-9]+)(.*?)(\.[^.]+)$</regexp>
  28. <!-- <cd/dvd/part/pt/disk/disc/d> <a-d> -->
  29. <!-- <regexp>(.*?)([ _.-]*(?:cd|teil|dvd|p(?:ar)?t|dis[ck]|d)[ _.-]*[a-d])(.*?)(\.[^.]+)$</regexp> -->
  30. <!-- movienamea-xvid.avi, movienameb-xvid.avi -->
  31. <!-- <regexp>(.*?)([ ._-]*[a-d])(.*?)(\.[^.]+)$</regexp> -->
  32. </moviestacking>
  33. <!-- <fullscreen>true</fullscreen> -->
  34. <musicextensions>
  35. <add>.m4b</add>
  36. </musicextensions>
  37. <useddsfanart>true</useddsfanart> <!-- use DDS images -->
  38. <video> <!-- "VideoSettings" instead of "video" for builds prior to May 22, 2006 -->
  39. <smallstepbackseconds>7</smallstepbackseconds> <!-- Length of the small skip back (normally the BACK button) when playing a video -->
  40. <smallstepbacktries>3</smallstepbacktries>
  41. <smallstepbackdelay>300</smallstepbackdelay>
  42. <usetimeseeking>true</usetimeseeking> <!-- Whether to use time based or percentage based seeking. -->
  43. <timeseekforward>300</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
  44. <timeseekbackward>-300</timeseekbackward> <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->
  45. <timeseekforwardbig>600</timeseekforwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
  46. <timeseekbackwardbig>-600</timeseekbackwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
  47. <percentseekforward>2</percentseekforward> <!-- Amount to seek forward as a percentage, when doing a short seek. Defaults to 2. -->
  48. <percentseekbackward>-2</percentseekbackward> <!-- Amount to seek backward as a percentage, when doing a short seek. Defaults to -2. -->
  49. <percentseekforwardbig>10</percentseekforwardbig> <!-- Amount to seek forward as a percentage, when doing a long seek. Defaults to 10. -->
  50. <percentseekbackwardbig>-10</percentseekbackwardbig> <!-- Amount to seek forward as a percentage, when doing a long seek. Defaults to -10. -->
  51. </video> <!-- use "VideoSettings" instead of "video" for builds prior to May 22, 2006 -->
  52. <videolibrary>
  53. <hideallitems>true</hideallitems> <!-- removes the "*All" items from the video library -->
  54. <importwatchedstate>true</importwatchedstate> <!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
  55. </videolibrary>
  56. <videoscanner>
  57. <ignoreerrors>true</ignoreerrors> <!-- Set to true to silently ignore errors while scanning videos -->
  58. </videoscanner>
  59. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement