.id = "enabled",
.name = N_("Enabled"),
.desc = N_("Enable/Disable the entry."),
+ .def.i = 1,
.off = offsetof(access_entry_t, ae_enabled),
},
{
.doc = prop_doc_themes,
.list = theme_get_ui_list,
.off = offsetof(access_entry_t, ae_theme),
- .opts = PO_DOC_NLIST,
+ .opts = PO_DOC_NLIST | PO_ADVANCED,
},
{
.type = PT_BOOL,
.id = "failed_dvr",
.name = N_("Failed DVR"),
.desc = N_("Allow/disallow access to all failed DVR entries."),
+ .def.i = 1,
.off = offsetof(access_entry_t, ae_failed_dvr),
- .opts = PO_ADVANCED | PO_HIDDEN,
+ .opts = PO_EXPERT | PO_HIDDEN,
},
{
.type = PT_BOOL,
"the HTSP client like signal strength, input source "
"etc."),
.off = offsetof(access_entry_t, ae_htsp_anonymize),
- .opts = PO_ADVANCED | PO_HIDDEN,
+ .opts = PO_EXPERT | PO_HIDDEN,
},
{
.type = PT_STR,
.name = N_("Minimal channel number"),
.desc = N_("Lowest channel number the user can access."),
.off = offsetof(access_entry_t, ae_chmin),
+ .opts = PO_ADVANCED,
},
{
.type = PT_S64,
.name = N_("Maximal channel number"),
.desc = N_("Highest channel number the user can access."),
.off = offsetof(access_entry_t, ae_chmax),
+ .opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
.id = "enabled",
.name = N_("Enabled"),
.desc = N_("Enable/disable the entry."),
+ .def.i = 1,
.off = offsetof(passwd_entry_t, pw_enabled),
},
{