From: Glenn-1990 Date: Tue, 18 Oct 2016 12:32:11 +0000 (+0200) Subject: Epg grabber user level adjustments X-Git-Tag: v4.2.1~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d3c9b4c6f925810b4ebae99f0f71223605030e9;p=thirdparty%2Ftvheadend.git Epg grabber user level adjustments --- diff --git a/src/epggrab.c b/src/epggrab.c index 73d262ca7..b48822d61 100644 --- a/src/epggrab.c +++ b/src/epggrab.c @@ -280,6 +280,7 @@ const idclass_t epggrab_class = { "Note: this may cause unwanted changes to " "already defined channel names."), .off = offsetof(epggrab_conf_t, channel_rename), + .opts = PO_ADVANCED, .group = 1, }, { @@ -291,6 +292,7 @@ const idclass_t epggrab_class = { "Note: this may cause unwanted changes to " "already defined channel numbers."), .off = offsetof(epggrab_conf_t, channel_renumber), + .opts = PO_ADVANCED, .group = 1, }, { @@ -302,6 +304,7 @@ const idclass_t epggrab_class = { "Note: this may cause unwanted changes to " "already defined channel icons."), .off = offsetof(epggrab_conf_t, channel_reicon), + .opts = PO_ADVANCED, .group = 1, }, { @@ -361,7 +364,7 @@ const idclass_t epggrab_class = { "time at most. If the EPG data is complete before " "this limit, the mux is released sooner."), .off = offsetof(epggrab_conf_t, ota_timeout), - .opts = PO_ADVANCED, + .opts = PO_EXPERT, .group = 3, }, {} diff --git a/src/epggrab/module.c b/src/epggrab/module.c index 8c3a41e5c..95091e87c 100644 --- a/src/epggrab/module.c +++ b/src/epggrab/module.c @@ -158,7 +158,7 @@ const idclass_t epggrab_mod_class = { "grabber is enabled. Priority is given to the grabber " "with the highest value set here."), .off = offsetof(epggrab_module_t, priority), - .opts = PO_ADVANCED, + .opts = PO_EXPERT, .group = 1 }, {} diff --git a/src/webui/static/app/epggrab.js b/src/webui/static/app/epggrab.js index f2eafa976..6c5246d6c 100644 --- a/src/webui/static/app/epggrab.js +++ b/src/webui/static/app/epggrab.js @@ -58,6 +58,7 @@ tvheadend.epggrab_map = function(panel, index) { titleP: _('EPG Grabber Channels'), iconCls: 'baseconf', tabIndex: index, + uilevel: 'expert', del: true, sort: { field: 'name', @@ -81,6 +82,7 @@ tvheadend.epggrab_mod = function(panel, index) { tvheadend.idnode_form_grid(panel, { tabIndex: index, + uilevel: 'advanced', clazz: 'epggrab_mod', comet: 'epggrab_mod', titleS: _('EPG Grabber Module'),