mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
kodi: meh fix guisettings/sources
This commit is contained in:
parent
7d0733d24f
commit
93aa505425
@ -1,6 +1,6 @@
|
|||||||
<settings>
|
<settings>
|
||||||
<debug>
|
<debug>
|
||||||
<screenshotpath pathversion="1">$HOME/screenshots/</screenshotpath>
|
<screenshotpath pathversion="1">/storage/screenshots/</screenshotpath>
|
||||||
</debug>
|
</debug>
|
||||||
<general>
|
<general>
|
||||||
<settinglevel>2</settinglevel>
|
<settinglevel>2</settinglevel>
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
<default pathversion="1"></default>
|
<default pathversion="1"></default>
|
||||||
<source>
|
<source>
|
||||||
<name>Videos</name>
|
<name>Videos</name>
|
||||||
<path pathversion="1">$HOME/videos/</path>
|
<path pathversion="1">/storage/videos/</path>
|
||||||
<allowsharing>true</allowsharing>
|
<allowsharing>true</allowsharing>
|
||||||
</source>
|
</source>
|
||||||
<source>
|
<source>
|
||||||
<name>TV Shows</name>
|
<name>TV Shows</name>
|
||||||
<path pathversion="1">$HOME/tvshows/</path>
|
<path pathversion="1">/storage/tvshows/</path>
|
||||||
<allowsharing>true</allowsharing>
|
<allowsharing>true</allowsharing>
|
||||||
</source>
|
</source>
|
||||||
</video>
|
</video>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<default pathversion="1"></default>
|
<default pathversion="1"></default>
|
||||||
<source>
|
<source>
|
||||||
<name>Music</name>
|
<name>Music</name>
|
||||||
<path pathversion="1">$HOME/music/</path>
|
<path pathversion="1">/storage/music/</path>
|
||||||
<allowsharing>true</allowsharing>
|
<allowsharing>true</allowsharing>
|
||||||
</source>
|
</source>
|
||||||
</music>
|
</music>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<default pathversion="1"></default>
|
<default pathversion="1"></default>
|
||||||
<source>
|
<source>
|
||||||
<name>Pictures</name>
|
<name>Pictures</name>
|
||||||
<path pathversion="1">$HOME/pictures/</path>
|
<path pathversion="1">/storage/pictures/</path>
|
||||||
<allowsharing>true</allowsharing>
|
<allowsharing>true</allowsharing>
|
||||||
</source>
|
</source>
|
||||||
</pictures>
|
</pictures>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user