Note: Content Sharing is disabled on this system. - Misleading

MymsMan

Ad detector
If you go into webif browse shortly after a reboot you may see the message "Note: Content Sharing is disabled on this system."

This is misleading since it really just means DLNA server not yet active - It can take over a minute for the DLNA server to activate sometimes (I once upset mrs af123 by assuming it would be quicker)!

There really should to be two tests and two different messages.
Code:
if {![system param DMS_START_ON]} {
    puts {
    <span class="blood dlnawarning cleft">
        Note: Content Sharing is disabled on this system.
    </span>
    }
} elseif {!$dlnaok && ![system instandby]} {
    puts {
    <span class="blood dlnawarning cleft">
        Note: DLNA server not yet active on this system.
    </span>
    }
}
 
Thanks - I will adjust that for the next version. You're right, it's misleading as-is.
 
Back
Top