Lucio,
this is the stamp of log in trace mode:
[services.d] starting services
[services.d] done.
[10:22:53] INFO: Starting the Plex Media Server...
[10:22:53] TRACE: bashio::config.has_value: networkdisks
[10:22:53] TRACE: bashio::config: networkdisks
[10:22:53] TRACE: bashio::jq: /data/options.json if (.networkdisks == null) then
null
elif (.networkdisks | type == "string") then
.networkdisks // empty
elif (.networkdisks | type == "boolean") then
.networkdisks // false
elif (.networkdisks | type == "array") then
if (.networkdisks == []) then
empty
else
.networkdisks[]
end
elif (.networkdisks | type == "object") then
if (.networkdisks == {}) then
empty
else
.networkdisks
end
else
.networkdisks
end
[10:22:53] TRACE: bashio::var.has_value: //192.168.178.1/fritz.nas/Elements4TB_ANIMAZIONE
//192.168.178.1/fritz.nas/FILM_Elements2TB
[10:22:53] TRACE: bashio::config: networkdisks
[10:22:53] TRACE: bashio::jq: /data/options.json if (.networkdisks == null) then
null
elif (.networkdisks | type == "string") then
.networkdisks // empty
elif (.networkdisks | type == "boolean") then
.networkdisks // false
elif (.networkdisks | type == "array") then
if (.networkdisks == []) then
empty
else
.networkdisks[]
end
elif (.networkdisks | type == "object") then
if (.networkdisks == {}) then
empty
else
.networkdisks
end
else
.networkdisks
end
[10:22:53] TRACE: bashio::config: cifsusername
[10:22:53] TRACE: bashio::jq: /data/options.json if (.cifsusername == null) then
null
elif (.cifsusername | type == "string") then
.cifsusername // empty
elif (.cifsusername | type == "boolean") then
.cifsusername // false
elif (.cifsusername | type == "array") then
if (.cifsusername == []) then
empty
else
.cifsusername[]
end
elif (.cifsusername | type == "object") then
if (.cifsusername == {}) then
empty
else
.cifsusername
end
else
.cifsusername
end
[10:22:53] TRACE: bashio::config: cifspassword
[10:22:53] TRACE: bashio::jq: /data/options.json if (.cifspassword == null) then
null
elif (.cifspassword | type == "string") then
.cifspassword // empty
elif (.cifspassword | type == "boolean") then
.cifspassword // false
elif (.cifspassword | type == "array") then
if (.cifspassword == []) then
empty
else
.cifspassword[]
end
elif (.cifspassword | type == "object") then
if (.cifspassword == {}) then
empty
else
.cifspassword
end
else
.cifspassword
end
[10:22:53] INFO: Network Disks mounting.. //192.168.178.1/fritz.nas/Elements4TB_ANIMAZIONE
//192.168.178.1/fritz.nas/FILM_Elements2TB
[10:22:53] INFO: Mount //192.168.178.1/fritz.nas/Elements4TB_ANIMAZIONE
[10:22:53] INFO: Success!
[10:22:53] INFO: Mount //192.168.178.1/fritz.nas/FILM_Elements2TB
[10:22:53] INFO: Success!
But , where really those dnetwork share are mounted in hassio file system? My doubt is regarding the ability of plex to read from a āphysicalā location where all rights are set. Let me know, and excuse me about ālinux/unixā doubt but Iām a novice in this. Thanks.