bq->bq_active_services = idnode_set_create(1);
bq->bq_ext_url_period = 60;
bq->bq_mapencrypted = 1;
+ bq->bq_mapradio = 1;
+ bq->bq_maptoch = 1;
+ bq->bq_chtag = 1;
if (idnode_insert(&bq->bq_id, uuid, &bouquet_class, 0)) {
if (uuid)
.id = "enabled",
.name = N_("Enabled"),
.desc = N_("Enable/disable the bouquet."),
+ .def.i = 1,
.off = offsetof(bouquet_t, bq_enabled),
.notify = bouquet_class_enabled_notify,
},
.id = "enabled",
.name = N_("Enabled"),
.desc = N_("Enable/disable the channel."),
+ .def.i = 1,
.off = offsetof(channel_t, ch_enabled),
},
{
"turn this option off, only the OTA EPG grabber "
"will be used for this channel unless you've "
"specifically set a different EPG Source."),
+ .def.i = 1,
.off = offsetof(channel_t, ch_epgauto),
.opts = PO_ADVANCED,
},
.doc = prop_doc_runningstate,
.off = offsetof(channel_t, ch_epg_running),
.list = channel_class_epg_running_list,
- .opts = PO_ADVANCED | PO_DOC_NLIST,
+ .opts = PO_EXPERT | PO_DOC_NLIST,
},
{
.type = PT_STR,
.set = channel_class_services_set,
.list = channel_class_services_enum,
.rend = channel_class_services_rend,
- .opts = PO_ADVANCED
},
{
.type = PT_STR,
.id = "enabled",
.name = N_("Enabled"),
.desc = N_("Enable/disable the tag."),
+ .def.i = 1,
.off = offsetof(channel_tag_t, ct_enabled),
},
{
"no tags at all) set in "
"access configuration to use the tag."),
.off = offsetof(channel_tag_t, ct_private),
- .opts = PO_ADVANCED
+ .opts = PO_EXPERT
},
{
.type = PT_STR,
.desc = N_("If set, presentation of the tag icon will not "
"superimpose the tag name on top of the icon."),
.off = offsetof(channel_tag_t, ct_titled_icon),
- .opts = PO_ADVANCED
+ .opts = PO_EXPERT
},
{
.type = PT_STR,