.name = N_("Map zero-numbered channels"),
.off = offsetof(bouquet_t, bq_mapnolcn),
.notify = bouquet_class_mapnolcn_notify,
+ .opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
.name = N_("Map unnamed channels"),
.off = offsetof(bouquet_t, bq_mapnoname),
.notify = bouquet_class_mapnoname_notify,
+ .opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
.name = N_("Map radio channels"),
.off = offsetof(bouquet_t, bq_mapradio),
.notify = bouquet_class_mapradio_notify,
+ .opts = PO_ADVANCED,
},
{
.type = PT_BOOL,
.name = N_("Create tag"),
.off = offsetof(bouquet_t, bq_chtag),
.notify = bouquet_class_chtag_notify,
+ .opts = PO_ADVANCED,
},
{
.type = PT_STR,
.get = bouquet_class_chtag_ref_get,
.set = bouquet_class_chtag_ref_set,
.rend = bouquet_class_chtag_ref_rend,
- .opts = PO_RDONLY | PO_HIDDEN,
+ .opts = PO_RDONLY | PO_HIDDEN | PO_NOUI,
},
{
.type = PT_STR,
.id = "ssl_peer_verify",
.name = N_("SSL verify peer"),
.off = offsetof(bouquet_t, bq_ssl_peer_verify),
- .opts = PO_ADVANCED | PO_HIDDEN,
+ .opts = PO_ADVANCED | PO_HIDDEN | PO_EXPERT,
.notify = bouquet_class_ext_url_notify,
},
{
.id = "source",
.name = N_("Source"),
.off = offsetof(bouquet_t, bq_src),
- .opts = PO_RDONLY,
+ .opts = PO_RDONLY | PO_ADVANCED,
},
{
.type = PT_STR,
.name = N_("Channel number offset"),
.off = offsetof(bouquet_t, bq_lcn_offset),
.notify = bouquet_class_lcn_offset_notify,
+ .opts = PO_ADVANCED
},
{}
}
.name = N_("Cron multi-line"),
.off = offsetof(epggrab_conf_t, cron),
.notify = epggrab_class_cron_notify,
- .opts = PO_MULTILINE,
+ .opts = PO_MULTILINE | PO_ADVANCED,
.group = 2,
},
{
.id = "ota_initial",
.name = N_("Force initial EPG scan at start-up"),
.off = offsetof(epggrab_conf_t, ota_initial),
+ .opts = PO_ADVANCED,
.group = 3,
},
{
.name = N_("Over-the-air Cron multi-line"),
.off = offsetof(epggrab_conf_t, ota_cron),
.notify = epggrab_class_ota_cron_notify,
- .opts = PO_MULTILINE,
+ .opts = PO_MULTILINE | PO_ADVANCED,
.group = 3,
},
{
.id = "ota_timeout",
.name = N_("EPG scan timeout in seconds (30-7200)"),
.off = offsetof(epggrab_conf_t, ota_timeout),
+ .opts = PO_ADVANCED,
.group = 3,
},
{}