xml AdvacedSettings.xml for Kodi with MySQL和其他调整。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml AdvacedSettings.xml for Kodi with MySQL和其他调整。相关的知识,希望对你有一定的参考价值。

<!-- General Settings -->
<advancedsettings>
<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>

<!-- 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 -->
</videodatabase>

<!-- 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>
	<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> <!-- 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 -->
<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>

以上是关于xml AdvacedSettings.xml for Kodi with MySQL和其他调整。的主要内容,如果未能解决你的问题,请参考以下文章

使用 C# 代码和 F# 模型的 XML 反序列化

xml模块

Python XML解析使用循环

使用 VB Script RegExp 对象将 '\uA90F' 形式的 JSON Unicode 转义序列转换为 XML 字符引用

python cookbook第三版学习笔记七:python解析csv,json,xml文件

从 SQL 表生成 XML 路径格式