mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: meh fix guisettings/sources
This commit is contained in:
parent
7d0733d24f
commit
93aa505425
@ -1,6 +1,6 @@
|
||||
<settings>
|
||||
<debug>
|
||||
<screenshotpath pathversion="1">$HOME/screenshots/</screenshotpath>
|
||||
<screenshotpath pathversion="1">/storage/screenshots/</screenshotpath>
|
||||
</debug>
|
||||
<general>
|
||||
<settinglevel>2</settinglevel>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user