Merge pull request #991 from croneter/change-string
Update settings to inform user that reboot is necessary
This commit is contained in:
commit
51a09ffb11
2 changed files with 2 additions and 2 deletions
|
@ -973,7 +973,7 @@ msgstr ""
|
||||||
|
|
||||||
# PKC Settings - Customize paths
|
# PKC Settings - Customize paths
|
||||||
msgctxt "#39056"
|
msgctxt "#39056"
|
||||||
msgid "Used by Sync and when attempting to use Direct Paths"
|
msgid "Used by sync and when attempting Direct Paths. Restart Kodi on changes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
# PKC Settings, category name
|
# PKC Settings, category name
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<category label="39057"><!-- Customize Paths -->
|
<category label="39057"><!-- Customize Paths -->
|
||||||
<setting type="lsep" label="39056" /><!-- Used by Sync and to attempt to direct play -->
|
<setting type="lsep" label="39056" /><!-- Used by sync and when attempting Direct Paths. Restart Kodi on changes! -->
|
||||||
<setting id="replaceSMB" type="bool" label="39034" default="true" /> <!-- replace all Plex paths with SMB paths -->
|
<setting id="replaceSMB" type="bool" label="39034" default="true" /> <!-- replace all Plex paths with SMB paths -->
|
||||||
<setting id="remapSMB" type="bool" label="39035" default="false" /> <!-- replace Plex paths /volume1/media or \\myserver\media with a custom SMB path smb://NAS/mystuff -->
|
<setting id="remapSMB" type="bool" label="39035" default="false" /> <!-- replace Plex paths /volume1/media or \\myserver\media with a custom SMB path smb://NAS/mystuff -->
|
||||||
<setting id="remapSMBmovieOrg" type="text" label="39037" default="" visible="eq(-1,true)" subsetting="true" /> <!-- Original Plex MOVIE path to replace -->
|
<setting id="remapSMBmovieOrg" type="text" label="39037" default="" visible="eq(-1,true)" subsetting="true" /> <!-- Original Plex MOVIE path to replace -->
|
||||||
|
|
Loading…
Reference in a new issue