.off = offsetof(mpegts_mux_t, mm_scan_state),
.set = mpegts_mux_class_scan_state_set,
.list = mpegts_mux_class_scan_state_enum,
- .opts = PO_NOSAVE | PO_SORTKEY | PO_DOC_NLIST,
+ .opts = PO_ADVANCED | PO_NOSAVE | PO_SORTKEY | PO_DOC_NLIST,
},
{
.type = PT_INT,
.id = "tsid_zero",
.name = N_("Accept zero value for TSID"),
.off = offsetof(mpegts_mux_t, mm_tsid_accept_zero_value),
- .opts = PO_ADVANCED
+ .opts = PO_EXPERT
},
{
.type = PT_INT,
MUX_PROP_STR("pls_mode", N_("PLS mode"), dvbs, pls_mode, "ROOT"),
.desc = N_("The Physical Layer Scrambling (PLS) mode "
"used on the mux."),
- .opts = PO_ADVANCED,
+ .opts = PO_EXPERT,
},
{
.type = PT_U32,
.name = N_("RAM only"),
.desc = N_("Only use system RAM for timeshift buffers."),
.off = offsetof(timeshift_conf_t, ram_only),
- .opts = PO_EXPERT,
+ .opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
tvheadend.caclient(cp, 6);
/* Debug */
- if (o.uilevel == 'expert') {
+ if (o.uilevel == 'advanced' || o.uilevel == 'expert') {
var dbg = new Ext.TabPanel({
tabIndex: 7,
activeTab: 0,