From: Andreas Ă–man Date: Wed, 9 Apr 2008 10:01:31 +0000 (+0000) Subject: Ask user for polarisation when adding DVB-S mux X-Git-Tag: 2.12~1142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8726e10763594a09493fc577bddc140f30fbbc7;p=thirdparty%2Ftvheadend.git Ask user for polarisation when adding DVB-S mux --- diff --git a/ajaxui/ajaxui_config_dvb.c b/ajaxui/ajaxui_config_dvb.c index 8c4b2e377..b6f3c6484 100644 --- a/ajaxui/ajaxui_config_dvb.c +++ b/ajaxui/ajaxui_config_dvb.c @@ -378,6 +378,21 @@ ajax_adapteraddmux(http_connection_t *hc, const char *remain, void *opaque) ", fec: $F('fec')"); } + if(fetype == FE_QPSK) { + tcp_qprintf(&tq, + "
Polarisation:
" + "
"); + + snprintf(params + strlen(params), sizeof(params) - strlen(params), + ", pol: $F('pol')"); + + + } + if(fetype == FE_OFDM) { tcp_qprintf(&tq,