PROP_DOC(themes)
PROP_DOC(connection_limit)
PROP_DOC(persistent_viewlevel)
+PROP_DOC(streaming_profile)
const idclass_t access_entry_class = {
.ic_class = "access",
.name = N_("Streaming profiles"),
.desc = N_("The streaming profile to use/used. If not set, "
"the default will be used."),
+ .doc = prop_doc_streaming_profile,
.set = access_entry_profile_set,
.get = access_entry_profile_get,
.list = profile_class_get_list,
.type = PT_STR,
.id = "disp_title",
.name = N_("Title"),
- .desc = N_("Title of the program (display)."),
+ .desc = N_("Title of the program (display only)."),
.get = dvr_entry_class_disp_title_get,
.set = dvr_entry_class_disp_title_set,
.opts = PO_NOSAVE,
.type = PT_STR,
.id = "disp_subtitle",
.name = N_("Subtitle"),
- .desc = N_("Subtitle of the program (if any)."),
+ .desc = N_("Subtitle of the program (if any) (display only)."),
.get = dvr_entry_class_disp_subtitle_get,
.set = dvr_entry_class_disp_subtitle_set,
.opts = PO_NOSAVE,
.type = PT_STR,
.id = "disp_description",
.name = N_("Description"),
- .desc = N_("Program synopsis (display)."),
+ .desc = N_("Program synopsis (display only)."),
.get = dvr_entry_class_disp_description_get,
.opts = PO_RDONLY | PO_NOSAVE | PO_HIDDEN,
},
.type = PT_INT,
.id = "pri",
.name = N_("Priority"),
- .desc = N_("Priority of the recording. Higher-priority entries will take precedence and cancel lower-priority events."),
+ .desc = N_("Priority of the recording. Higher priority entries will take precedence and cancel lower-priority events."),
.off = offsetof(dvr_entry_t, de_pri),
.def.i = DVR_PRIO_NORMAL,
.set = dvr_entry_class_pri_set,