mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- yweb: use more matching zee-remotecontrol for neo twin
This commit is contained in:
@@ -625,6 +625,8 @@ void CControlAPI::HWInfoCGI(CyhookHandler *hh)
|
|||||||
case 8:
|
case 8:
|
||||||
case 9:
|
case 9:
|
||||||
boxname += "Neo";
|
boxname += "Neo";
|
||||||
|
if (CFEManager::getInstance()->getFrontendCount() > 1)
|
||||||
|
boxname += " Twin";
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
boxname += "Zee";
|
boxname += "Zee";
|
||||||
|
@@ -694,6 +694,8 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
|
|||||||
case 8:
|
case 8:
|
||||||
case 9:
|
case 9:
|
||||||
boxname += "Neo";
|
boxname += "Neo";
|
||||||
|
if (CFEManager::getInstance()->getFrontendCount() > 1)
|
||||||
|
boxname += " Twin";
|
||||||
break;
|
break;
|
||||||
case 10:
|
case 10:
|
||||||
boxname += "Zee";
|
boxname += "Zee";
|
||||||
|
@@ -496,7 +496,13 @@ end-block~frame_live_epg
|
|||||||
|
|
||||||
# ------- Remote
|
# ------- Remote
|
||||||
start-block~remote
|
start-block~remote
|
||||||
{=if-equal:CST Neo SAT~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}~default~{=func:get_boxtype=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}=}~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~CST Neo CABLE~{=include-block:Y_Blocks.txt;remote_neo=}~{=if-equal:{=func:get_boxtype=}~CST Zee SAT~{=include-block:Y_Blocks.txt;remote_zee=}~{=if-equal:{=func:get_boxtype=}~CST Zee CABLE~{=include-block:Y_Blocks.txt;remote_zee=}~{=include-block:Y_Blocks.txt;remote_hd1=}=}=}=}=}
|
{=if-equal:CST Neo SAT~{=if-equal:{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}~default~{=func:get_boxtype=}~{=ini-get:/var/tuxbox/config/Y-Web.conf;fb;default=}=}~{=include-block:Y_Blocks.txt;remote_neo=}~
|
||||||
|
{=if-equal:{=func:get_boxtype=}~CST Neo CABLE~{=include-block:Y_Blocks.txt;remote_neo=}~
|
||||||
|
{=if-equal:{=func:get_boxtype=}~CST Zee SAT~{=include-block:Y_Blocks.txt;remote_zee=}~
|
||||||
|
{=if-equal:{=func:get_boxtype=}~CST Zee CABLE~{=include-block:Y_Blocks.txt;remote_zee=}~
|
||||||
|
{=if-equal:{=func:get_boxtype=}~CST Neo Twin SAT~{=include-block:Y_Blocks.txt;remote_zee=}~
|
||||||
|
{=if-equal:{=func:get_boxtype=}~CST Neo Twin CABLE~{=include-block:Y_Blocks.txt;remote_zee=}~
|
||||||
|
{=include-block:Y_Blocks.txt;remote_hd1=}=}=}=}=}=}=}
|
||||||
end-block~remote
|
end-block~remote
|
||||||
|
|
||||||
# ------- Remote Coolstream Neo
|
# ------- Remote Coolstream Neo
|
||||||
|
Reference in New Issue
Block a user