Advertisement
Guest User

advancedsettings.xml

a guest
Feb 20th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>10.10.0.190</host>
  5. <name>xbmc_video</name>
  6. <port>3306</port>
  7. <user>kodi</user>
  8. <pass>kodi</pass>
  9. </videodatabase>
  10. <videolibrary>
  11. <importwatchedstate>true</importwatchedstate>
  12. <importresumepoint>true</importresumepoint>
  13. </videolibrary>
  14. <video>
  15. <timeseekforward>30</timeseekforward> <!-- Time to seek forward in sec - short seek. Defaults to 30. -->
  16. <timeseekbackward>-30</timeseekbackward> <!-- Time to seek backward in sec - short seek. Defaults to -30. -->
  17. <timeseekforwardbig>600</timeseekforwardbig> <!-- Time seek forward in sec- long seek. Def 600 (10 min). -->
  18. <timeseekbackwardbig>-600</timeseekbackwardbig> <!-- Time seek back in sec - long seek. Def to -600 (10 min). -->
  19. </video>
  20. <pathsubstitution>
  21. <substitute>
  22. <from>special://masterprofile/sources.xml</from>
  23. <to>smb://10.10.0.190/Files/Files/XBMC/Settings/sources.xml</to>
  24. </substitute>
  25. <substitute>
  26. <from>special://masterprofile/mediasources.xml</from>
  27. <to>smb://10.10.0.190/Files/Files/XBMC/Settings/mediasources.xml</to>
  28. </substitute>
  29. </pathsubstitution>
  30. <loglevel>3</loglevel>
  31. <cache>
  32. <buffermode>1</buffermode>
  33. <memorysize>157286400</memorysize>
  34. <readfactor>20</readfactor>
  35. </cache>
  36. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement