]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Mux user level adjustments
authorGlenn-1990 <g_christiaensen@msn.com>
Tue, 18 Oct 2016 12:29:50 +0000 (14:29 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 20 Oct 2016 12:08:07 +0000 (14:08 +0200)
src/input/mpegts/mpegts_mux_dvb.c
src/webui/static/app/mpegts.js

index 820e987fd7ed786e3a598a74de4b9410237febe0..a6b7f57df328a5680b052d742e278d316e0d8277 100644 (file)
@@ -473,10 +473,12 @@ const idclass_t dvb_mux_dvbs_class =
     {
       MUX_PROP_STR("rolloff", N_("Rolloff"), dvbs, rolloff, "AUTO"),
       .desc     = N_("The rolloff used on the mux."),
+      .opts     = PO_ADVANCED,
     },
     {
       MUX_PROP_STR("pilot", N_("Pilot"), dvbs, pilot, "AUTO"),
       .desc     = N_("Enable/disable pilot tone."),
+      .opts     = PO_ADVANCED,
     },
     {
       .type     = PT_INT,
@@ -485,12 +487,13 @@ const idclass_t dvb_mux_dvbs_class =
       .desc     = N_("The stream ID used for the mux."),
       .off      = offsetof(dvb_mux_t, lm_tuning.dmc_fe_stream_id),
       .def.i   = DVB_NO_STREAM_ID_FILTER,
-      .opts     = PO_ADVANCED
+      .opts     = PO_EXPERT
     },
     {
       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,
     },
     {
       .type     = PT_U32,
@@ -500,7 +503,7 @@ const idclass_t dvb_mux_dvbs_class =
                      "used on the mux."),
       .off      = offsetof(dvb_mux_t, lm_tuning.dmc_fe_pls_code),
       .def.u32 = 1,
-      .opts     = PO_ADVANCED
+      .opts     = PO_EXPERT
     },
     {
       .type     = PT_STR,
index 18bab39ff837bbb5d250734243e51109669d5ab5..cbcd460c05ec169dad1f18bc291aecfb2efe7d50 100644 (file)
@@ -349,6 +349,7 @@ tvheadend.mux_sched = function(panel, index)
         titleP: _('Mux Schedulers'),
         iconCls: 'muxSchedulers',
         tabIndex: index,
+        uilevel: 'expert',
         hidemode: true,
         add: {
             url: 'api/mpegts/mux_sched',