Direct path setup
Add a caution note.
This commit is contained in:
parent
7dbc1339bb
commit
66a9a85fc4
1 changed files with 7 additions and 1 deletions
|
@ -115,7 +115,13 @@ class ConnectionManager():
|
||||||
self.logMsg("User option to direct stream music library.", 1)
|
self.logMsg("User option to direct stream music library.", 1)
|
||||||
utils.settings('directstreammusic', "true")
|
utils.settings('directstreammusic', "true")
|
||||||
|
|
||||||
directPaths = xbmcgui.Dialog().yesno("Direct Paths", "Use direct paths?")
|
directPaths = xbmcgui.Dialog().yesno(
|
||||||
|
heading="Direct paths",
|
||||||
|
line1=(
|
||||||
|
"Use direct paths? Caution! If you choose yes, you "
|
||||||
|
"will lose access to certain Emby features such as: "
|
||||||
|
"Emby cinema mode, direct stream/transcode options, "
|
||||||
|
"parental access schedule."))
|
||||||
if directPaths:
|
if directPaths:
|
||||||
self.logMsg("User opted to use direct paths.", 1)
|
self.logMsg("User opted to use direct paths.", 1)
|
||||||
utils.settings('useDirectPaths', "true")
|
utils.settings('useDirectPaths', "true")
|
||||||
|
|
Loading…
Reference in a new issue