- yweb: use more matching zee-remotecontrol for neo twin

This commit is contained in:
svenhoefer
2013-06-13 11:43:40 +02:00
parent 25dc8bc10f
commit aa0920d807
3 changed files with 11 additions and 1 deletions

View File

@@ -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";

View File

@@ -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";

View File

@@ -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