From 6ad455074b65d7a682226cd3af406e3fcd0834e5 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 14 Jan 2023 23:41:45 +0100 Subject: [PATCH] yWeb: add protek 4k remote control; thx to DdD Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/28b1e36e1bbda8d4a269a21c556c7c4a3faf0540 Author: vanhofen Date: 2023-01-14 (Sat, 14 Jan 2023) Origin message was: ------------------ - yWeb: add protek 4k remote control; thx to DdD ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/y-web/Y_Blocks.txt | 60 +++++++++++++++++++++++++++++++++-- data/y-web/Y_Version.txt | 4 +-- data/y-web/images/Makefile.am | 7 ++-- 3 files changed, 64 insertions(+), 7 deletions(-) diff --git a/data/y-web/Y_Blocks.txt b/data/y-web/Y_Blocks.txt index af7ed81e4..9b531eb30 100644 --- a/data/y-web/Y_Blocks.txt +++ b/data/y-web/Y_Blocks.txt @@ -607,7 +607,7 @@ start-block~remote {=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=}~ + {=if-equal:{=var-get:boxtype=}~Protek 4K UHD~ {=include-block:Y_Blocks.txt;rc_protek_4k_uhd=}~ {=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=} =}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=} @@ -641,7 +641,7 @@ start-block~remote {=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=}~ + {=if-equal:{=var-get:yfbtype=}~{=var-get:_rc_protek_4k_uhd=}~ {=include-block:Y_Blocks.txt;rc_protek_4k_uhd=}~ {=comment:fallback~=} {=include-block:Y_Blocks.txt;rc_cst_v1=} =}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=}=} @@ -1489,3 +1489,59 @@ start-block~rc_axas_e4hd KEY_LEFT end-block~rc_axas_e4hd + +# --- Remote Protek 4K UHD +start-block~rc_protek_4k_uhd + + +KEY_POWER +KEY_MUTE +KEY_OK +KEY_MENU +KEY_HOME +KEY_INFO +KEY_FAVORITES +KEY_TV2 +KEY_TEXT +KEY_AUDIO +KEY_SUBTITLE +KEY_1 +KEY_2 +KEY_3 +KEY_4 +KEY_5 +KEY_6 +KEY_7 +KEY_8 +KEY_9 +KEY_0 +KEY_PREVIOUS +KEY_NEXT +KEY_RED +KEY_GREEN +KEY_YELLOW +KEY_BLUE +KEY_VOLUMEUP +KEY_VOLUMEDOWN +KEY_TIMER +KEY_EPG +KEY_PAGEUP +KEY_PAGEDOWN +KEY_REWIND +KEY_PLAYPAUSE +KEY_STOP +KEY_FORWARD +KEY_RECORD +KEY_PREVIOUSSONG +KEY_NEXTSONG +KEY_PVR +KEY_F1 +KEY_F2 +KEY_MEDIA +KEY_HELP +KEY_UP +KEY_DOWN +KEY_RIGHT +KEY_LEFT + +end-block~rc_protek_4k_uhd diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt index 2f60888d0..6fccb4713 100644 --- a/data/y-web/Y_Version.txt +++ b/data/y-web/Y_Version.txt @@ -1,3 +1,3 @@ -version=3.0.1 -date=11.12.2022 +version=3.0.2 +date=14.01.2023 info=NI-Neutrino-Webinterface diff --git a/data/y-web/images/Makefile.am b/data/y-web/images/Makefile.am index 03a1efddb..f744def02 100644 --- a/data/y-web/images/Makefile.am +++ b/data/y-web/images/Makefile.am @@ -115,10 +115,11 @@ imagesrc_DATA += \ rc/rc_ax_hd61.png \ rc/rc_axas_e4hd.png \ rc/rc_mutant_hd51.png \ - rc/rc_wwio_bre2ze4k.png \ - rc/rc_zgemma_h7.png \ + rc/rc_mutant_hd60.png \ rc/rc_osmio4k.png \ + rc/rc_protek_4k_uhd.png \ rc/rc_vuplus.png \ - rc/rc_mutant_hd60.png + rc/rc_wwio_bre2ze4k.png \ + rc/rc_zgemma_h7.png endif