• The forum software that supports hummy.tv will be upgraded to XenForo 2.3 on Wednesday the 20th of November 2024 starting at 7pm

    There will be some periods where the forum is unavailable, please bear with us. More details can be found in the upgrade thread.

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