kodi: set default screenshotpath using appliance.xml

This commit is contained in:
Jonas Karlman 2017-10-14 22:46:20 +02:00
parent 511b1d2b27
commit 1a2cc860bb
2 changed files with 7 additions and 3 deletions

View File

@ -24,6 +24,13 @@
</setting>
</group>
</category>
<category id="logging">
<group id="1">
<setting id="debug.screenshotpath">
<default>/storage/screenshots/</default>
</setting>
</group>
</category>
</section>
<section id="services">

View File

@ -1,7 +1,4 @@
<settings>
<debug>
<screenshotpath pathversion="1">/storage/screenshots/</screenshotpath>
</debug>
<general>
<settinglevel>2</settinglevel>
</general>