kodi: meh fix guisettings/sources

This commit is contained in:
Stefan Saraev 2015-02-21 16:50:46 +02:00
parent 7d0733d24f
commit 93aa505425
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<settings>
<debug>
<screenshotpath pathversion="1">$HOME/screenshots/</screenshotpath>
<screenshotpath pathversion="1">/storage/screenshots/</screenshotpath>
</debug>
<general>
<settinglevel>2</settinglevel>

View File

@ -3,12 +3,12 @@
<default pathversion="1"></default>
<source>
<name>Videos</name>
<path pathversion="1">$HOME/videos/</path>
<path pathversion="1">/storage/videos/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>TV Shows</name>
<path pathversion="1">$HOME/tvshows/</path>
<path pathversion="1">/storage/tvshows/</path>
<allowsharing>true</allowsharing>
</source>
</video>
@ -16,7 +16,7 @@
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">$HOME/music/</path>
<path pathversion="1">/storage/music/</path>
<allowsharing>true</allowsharing>
</source>
</music>
@ -24,7 +24,7 @@
<default pathversion="1"></default>
<source>
<name>Pictures</name>
<path pathversion="1">$HOME/pictures/</path>
<path pathversion="1">/storage/pictures/</path>
<allowsharing>true</allowsharing>
</source>
</pictures>