mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- yweb: fix multibox remote control
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -501,8 +501,10 @@ start-block~rc_variables
|
||||
{=var-set:_rc_ax_hd60=21=}
|
||||
{=var-set:_rc_mutant_hd60=22=}
|
||||
{=var-set:_rc_ax_hd61=23=}
|
||||
{=var-set:_rc_maxytec_multiboxse=24=}
|
||||
{=var-set:_rc_axas_e4hd=25=}
|
||||
{=var-set:_rc_maxytec_multibox=24=}
|
||||
{=var-set:_rc_maxytec_multiboxse=25=}
|
||||
{=var-set:_rc_axas_e4hd=26=}
|
||||
{=var-set:_rc_protek_4k_uhd=27=}
|
||||
end-block~rc_variables
|
||||
|
||||
# ------- Remote
|
||||
@@ -538,11 +540,13 @@ start-block~remote
|
||||
{=if-equal:{=var-get:boxtype=}~AX HD60~ {=include-block:Y_Blocks.txt;rc_ax_hd51=}~
|
||||
{=if-equal:{=var-get:boxtype=}~Mutant HD60~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
|
||||
{=if-equal:{=var-get:boxtype=}~AX HD61~ {=include-block:Y_Blocks.txt;rc_ax_hd61=}~
|
||||
{=if-equal:{=var-get:boxtype=}~Maxytec Multibox 4K~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
|
||||
{=if-equal:{=var-get:boxtype=}~Maxytec Multibox SE 4K~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
|
||||
{=if-equal:{=var-get:boxtype=}~AXAS E4HD 4K ULTRA~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
|
||||
{=if-equal:{=var-get:boxtype=}~Protek 4K UHD~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
|
||||
|
||||
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
|
||||
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
|
||||
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
|
||||
=}=}
|
||||
~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_dbox_philips=}~ {=include-block:Y_Blocks.txt;rc_dbox_philips=}~
|
||||
@@ -570,11 +574,13 @@ start-block~remote
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_ax_hd60=}~ {=include-block:Y_Blocks.txt;rc_ax_hd51=}~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_mutant_hd60=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_ax_hd61=}~ {=include-block:Y_Blocks.txt;rc_ax_hd61=}~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_maxytec_multibox=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_maxytec_multiboxse=}~ {=include-block:Y_Blocks.txt;rc_mutant_hd60=}~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_axas_e4hd=}~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
|
||||
{=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_protek_4k_uhd=}~ {=include-block:Y_Blocks.txt;rc_axas_e4hd=}~
|
||||
|
||||
{=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=}
|
||||
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
|
||||
=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}
|
||||
=}
|
||||
end-block~remote
|
||||
|
||||
|
@@ -160,6 +160,7 @@ select {
|
||||
<option value="{=var-get:_rc_axas_e4hd=}">E4HD 4K Ultra</option>
|
||||
<option value="{=var-get:_rc_mutant_hd51=}">Mutant HD51</option>
|
||||
<option value="{=var-get:_rc_mutant_hd60=}">Mutant HD60</option>
|
||||
<option value="{=var-get:_rc_maxytec_multibox=}">Mayxtec Multibox 4K</option>
|
||||
<option value="{=var-get:_rc_maxytec_multiboxse=}">Mayxtec Multibox SE 4K</option>
|
||||
<option value="{=var-get:_rc_wwio_breeze4k=}">WWIO BRE2ZE 4K</option>
|
||||
<option value="{=var-get:_rc_airdigital_zgemma_h7=}">AirDigital Zgemma H7</option>
|
||||
|
Reference in New Issue
Block a user