Ignore:
Timestamp:
May 13, 2016, 12:59:10 PM (10 years ago)
Author:
karlo
Message:

fix callmon (without version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_MegaStyle_blue/_path_/usr/local/share/titan/skin/MegaStyle-Blue/skin.xml

    r36865 r37629  
    8080
    8181<screen name="moduleconfig" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
    82         <node name="title" text="Common Interface" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="100%" height="30">
    83         <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
    84         <node name="b1" picmem="skin/ok.png"   valign="middle" posx="10" posy="407" width="30" height="30">
    85         <node name="b2" picmem="skin/exit.png" valign="middle" posx="50" posy="407" width="30" height="30">
    86         <node name="b3" text="RESET" picmem="skin/key_red.png" textposx="40" valign="middle" fontsize="20" posx="90" posy="407" width="180" height="30">
    87         <node name="b4" text="MENU"  picmem="skin/key_green.png" textposx="40" valign="middle" fontsize="20" posx="280" posy="407" width="110" height="30">
    88         <node name="b5" text="CAID"  picmem="skin/key_yellow.png" textposx="40" valign="middle" fontsize="20" posx="400" posy="407" width="100" height="30">
    89         <node name="b6" text="Channel" picmem="skin/key_blue.png" textposx="40" valign="middle" fontsize="20" posx="510" posy="407" width="140" height="30">
    90         <node name="b7" picmem="skin/but_menu.png" valign="middle" posx="660" posy="407" width="30" height="30">
     82    <node name="title" text="Common Interface" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="100%" height="30">
     83    <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
     84    <node name="b1" picmem="skin/ok.png"   valign="middle" posx="10" posy="407" width="30" height="30">
     85    <node name="b2" picmem="skin/exit.png" valign="middle" posx="50" posy="407" width="30" height="30">
     86    <node name="b3" text="RESET" picmem="skin/key_red.png" textposx="40" valign="middle" fontsize="20" posx="90" posy="407" width="180" height="30">
     87    <node name="b4" text="MENU"  picmem="skin/key_green.png" textposx="40" valign="middle" fontsize="20" posx="280" posy="407" width="110" height="30">
     88    <node name="b5" text="CAID"  picmem="skin/key_yellow.png" textposx="40" valign="middle" fontsize="20" posx="400" posy="407" width="100" height="30">
     89    <node name="b6" text="Channel" picmem="skin/key_blue.png" textposx="40" valign="middle" fontsize="20" posx="510" posy="407" width="140" height="30">
     90    <node name="b7" picmem="skin/but_menu.png" valign="middle" posx="660" posy="407" width="30" height="30">
    9191</screen>
    9292
     
    281281
    282282<screen name="rectimerext" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
    283         <node name="title" text="Record Timer" fontsize="30" fontcol="grey" halign="left" posx="10" posy="10" width="400" height="30">
    284         <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="470" posy="15" width="220" height="25">
    285         <node name="recfreesizetext" func="getrecfreesizetext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="470" posy="15" width="220" height="25">
    286         <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
    287                 <node parent="listbox" name="name" type="inputbox" valign="middle" text="Name" width="100%">
    288                 <node parent="listbox" name="justplay" type="choicebox" valign="middle" text="Type" width="100%">
    289                 <node parent="listbox" name="repeate" type="choicebox" valign="middle" text="Repeate" width="100%">
    290                 <node parent="listbox" name="repeatetype" type="choicebox" valign="middle" text="Repeate type" width="100%">
    291                 <node parent="listbox" name="day" type="choicebox" valign="middle" text="Day" width="100%">
    292                 <node parent="listbox" name="mon" type="choicebox" valign="middle" text="Monday" width="100%">
    293                 <node parent="listbox" name="tue" type="choicebox" valign="middle" text="Tuesday" width="100%">
    294                 <node parent="listbox" name="wed" type="choicebox" valign="middle" text="Wednesday" width="100%">
    295                 <node parent="listbox" name="thur" type="choicebox" valign="middle" text="Thursday" width="100%">
    296                 <node parent="listbox" name="fri" type="choicebox" valign="middle" text="Friday" width="100%">
    297                 <node parent="listbox" name="sat" type="choicebox" valign="middle" text="Saturday" width="100%">
    298                 <node parent="listbox" name="sun" type="choicebox" valign="middle" text="Sunday" width="100%">
    299                 <node parent="listbox" name="begin" type="inputboxnum" valign="middle" text="Begin" width="100%">
    300                 <node parent="listbox" name="end" type="inputboxnum" valign="middle" text="End" width="100%">
    301                 <node parent="listbox" name="channel" type="choicebox" valign="middle" text="Channel" width="100%">
    302                 <node parent="listbox" name="path" type="choicebox" valign="middle" text="Record Path" width="100%">
    303                 <node parent="listbox" name="after" type="choicebox" valign="middle" text="Aktion after" width="100%">
    304                 <node parent="listbox" name="pincode" type="inputboxnum" valign="middle" text="Pin Code" width="100%">
    305         <node name="b1" picmem="skin/ok.png"        valign="middle" posx="20"  posy="407" width="30"  height="30">
    306         <node name="b2" picmem="skin/exit.png"      valign="middle" posx="70"  posy="407" width="30"  height="30">
    307         <node name="b3" picmem="skin/but_text.png"  valign="middle" posx="120" posy="407" width="30"  height="30">
    308         <node name="b4" picmem="skin/key_green.png" valign="middle" posx="170" posy="407" width="300" height="30" textposx="40" fontsize="20" text="Create Path">
     283    <node name="title" text="Record Timer" fontsize="30" fontcol="grey" halign="left" posx="10" posy="10" width="400" height="30">
     284    <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="470" posy="15" width="220" height="25">
     285    <node name="recfreesizetext" func="getrecfreesizetext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="470" posy="15" width="220" height="25">
     286    <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
     287        <node parent="listbox" name="name" type="inputbox" valign="middle" text="Name" width="100%">
     288        <node parent="listbox" name="justplay" type="choicebox" valign="middle" text="Type" width="100%">
     289        <node parent="listbox" name="repeate" type="choicebox" valign="middle" text="Repeate" width="100%">
     290        <node parent="listbox" name="repeatetype" type="choicebox" valign="middle" text="Repeate type" width="100%">
     291        <node parent="listbox" name="day" type="choicebox" valign="middle" text="Day" width="100%">
     292        <node parent="listbox" name="mon" type="choicebox" valign="middle" text="Monday" width="100%">
     293        <node parent="listbox" name="tue" type="choicebox" valign="middle" text="Tuesday" width="100%">
     294        <node parent="listbox" name="wed" type="choicebox" valign="middle" text="Wednesday" width="100%">
     295        <node parent="listbox" name="thur" type="choicebox" valign="middle" text="Thursday" width="100%">
     296        <node parent="listbox" name="fri" type="choicebox" valign="middle" text="Friday" width="100%">
     297        <node parent="listbox" name="sat" type="choicebox" valign="middle" text="Saturday" width="100%">
     298        <node parent="listbox" name="sun" type="choicebox" valign="middle" text="Sunday" width="100%">
     299        <node parent="listbox" name="begin" type="inputboxnum" valign="middle" text="Begin" width="100%">
     300        <node parent="listbox" name="end" type="inputboxnum" valign="middle" text="End" width="100%">
     301        <node parent="listbox" name="channel" type="choicebox" valign="middle" text="Channel" width="100%">
     302        <node parent="listbox" name="path" type="choicebox" valign="middle" text="Record Path" width="100%">
     303        <node parent="listbox" name="after" type="choicebox" valign="middle" text="Aktion after" width="100%">
     304        <node parent="listbox" name="pincode" type="inputboxnum" valign="middle" text="Pin Code" width="100%">
     305    <node name="b1" picmem="skin/ok.png"        valign="middle" posx="20"  posy="407" width="30"  height="30">
     306    <node name="b2" picmem="skin/exit.png"      valign="middle" posx="70"  posy="407" width="30"  height="30">
     307    <node name="b3" picmem="skin/but_text.png"  valign="middle" posx="120" posy="407" width="30"  height="30">
     308    <node name="b4" picmem="skin/key_green.png" valign="middle" posx="170" posy="407" width="300" height="30" textposx="40" fontsize="20" text="Create Path">
    309309</screen>
    310310
    311311<screen name="rectimer" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="1000" height="450" picmem="skin/X_Menu_4.png">
    312         <node name="title" text="Record Timer" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="400" height="30">
    313         <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
    314         <node name="recfreesizetext" func="getrecfreesizetext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
    315         <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="980" height="325">
    316         <node name="b1" picmem="skin/key_red.png"    valign="middle" posx="20"  posy="407" width="200" height="30" textposx="40" fontsize="20" text="DEL">
    317         <node name="b2" picmem="skin/key_green.png"  valign="middle" posx="230" posy="407" width="200" height="30" textposx="40" fontsize="20" text="ADD">
    318         <node name="b3" picmem="skin/key_yellow.png" valign="middle" posx="440" posy="407" width="200" height="30" textposx="40" fontsize="20" text="Stop/Start">
    319         <node name="b4" picmem="skin/key_blue.png"   valign="middle" posx="650" posy="407" width="200" height="30" textposx="40" fontsize="20" text="Log">
     312    <node name="title" text="Record Timer" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="400" height="30">
     313    <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
     314    <node name="recfreesizetext" func="getrecfreesizetext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
     315    <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="980" height="325">
     316    <node name="b1" picmem="skin/key_red.png"    valign="middle" posx="20"  posy="407" width="200" height="30" textposx="40" fontsize="20" text="DEL">
     317    <node name="b2" picmem="skin/key_green.png"  valign="middle" posx="230" posy="407" width="200" height="30" textposx="40" fontsize="20" text="ADD">
     318    <node name="b3" picmem="skin/key_yellow.png" valign="middle" posx="440" posy="407" width="200" height="30" textposx="40" fontsize="20" text="Stop/Start">
     319    <node name="b4" picmem="skin/key_blue.png"   valign="middle" posx="650" posy="407" width="200" height="30" textposx="40" fontsize="20" text="Log">
    320320</screen>
    321321
     
    474474<node name="1500" text="1500rpm" fontsize="20" halign="left" posx="555" posy="center" width="125" height="20">
    475475<node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontcol="black" fontsize="23" posx="center" posy="center" width="400" height="50">
    476         <node parent="listbox" name="fanprogress" type="progressbar" progresscol="green" text="speed" bgcol="white" halign="center" valign="middle" width="100%" height="100%">
     476    <node parent="listbox" name="fanprogress" type="progressbar" progresscol="green" text="speed" bgcol="white" halign="center" valign="middle" width="100%" height="100%">
    477477<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
    478478<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     
    483483<node type="textbox" text="FanControl" fontcol="grey" fontsize="30" posy="10" posx="center" halign="center" width="100%" height="30">
    484484<node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
    485         <node parent="listbox" name="fanon" text="Fan mode" type="choicebox" valign="middle" width="100%">
     485    <node parent="listbox" name="fanon" text="Fan mode" type="choicebox" valign="middle" width="100%">
    486486<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
    487487<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     
    619619<node fontsize=30 fontcol=grey type=textbox text="Channel Edit" posy=10 posx=center halign=center width=100% height=30>
    620620<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
    621         <node parent="listbox" name="cpmode" text="copy service" valign="middle" width="100%">
    622         <node parent="listbox" name="rmmode" text="remove service" valign="middle" width="100%">
    623         <node parent="listbox" name="movemode" text="move service" valign="middle" width="100%">
    624         <node parent="listbox" name="protectmode" text="protect service" valign="middle" width="100%">
    625         <node parent="listbox" name="addmode" text="add service" valign="middle" width="100%">
    626         <node parent="listbox" name="editmode" text="rename service" valign="middle" width="100%">
    627         <node parent="listbox" name="sortmode" text="sort service" valign="middle" width="100%">
    628         <node parent="listbox" name="setstartchannel" text="set startchannel" valign="middle" width="100%">
    629         <node parent="listbox" name="delstartchannel" text="del startchannel" valign="middle" width="100%">
    630         <node parent="listbox" name="setdefaultbouquets" text="Restore Default Bouquets" valign="middle" width="100%">
    631         <node parent="listbox" name="setdefaultproviders" text="Restore Default Providers" valign="middle" width="100%">
    632         <node parent="listbox" name="setdefaultchannels" text="Restore Default Channels" valign="middle" width="100%">
    633         <node parent="listbox" name="setdefaultsats" text="Restore Default Sats" valign="middle" width="100%">
     621    <node parent="listbox" name="cpmode" text="copy service" valign="middle" width="100%">
     622    <node parent="listbox" name="rmmode" text="remove service" valign="middle" width="100%">
     623    <node parent="listbox" name="movemode" text="move service" valign="middle" width="100%">
     624    <node parent="listbox" name="protectmode" text="protect service" valign="middle" width="100%">
     625    <node parent="listbox" name="addmode" text="add service" valign="middle" width="100%">
     626    <node parent="listbox" name="editmode" text="rename service" valign="middle" width="100%">
     627    <node parent="listbox" name="sortmode" text="sort service" valign="middle" width="100%">
     628    <node parent="listbox" name="setstartchannel" text="set startchannel" valign="middle" width="100%">
     629    <node parent="listbox" name="delstartchannel" text="del startchannel" valign="middle" width="100%">
     630    <node parent="listbox" name="setdefaultbouquets" text="Restore Default Bouquets" valign="middle" width="100%">
     631    <node parent="listbox" name="setdefaultproviders" text="Restore Default Providers" valign="middle" width="100%">
     632    <node parent="listbox" name="setdefaultchannels" text="Restore Default Channels" valign="middle" width="100%">
     633    <node parent="listbox" name="setdefaultsats" text="Restore Default Sats" valign="middle" width="100%">
    634634<node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=407 width=30 height=30>
    635635<node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=407 width=30 height=30>
     
    722722
    723723<screen name="dirlabel" font="Sansation_Regular" fontcol="white1" posx="center" posy="center" width="1200" height="640" picmem="skin/X_Menu_2.png">
    724         <node name="title" text="Select Path" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="400" height="30">
    725         <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="920" posy="15" width="220" height="25">
    726         <node name="recfreesizetext" func="getrecfreesizetext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="920" posy="15" width="220" height="25">
    727         <node name="filelistpath" fontsize="26" valign="middle" posx="10" posy="60" width="1130" height="30">
    728         <node name="filelist" type="filelist" scrollbar="auto" bordercol="bordercol" hspace="10" pic="skin/folder.png" textposx="30" fontsize="30" posx="10" posy="100" width="1130" height="280">
    729         <node bordersize="2" bordercol="bordercol" posx="0" posy="385" width="100%" height="1">
    730         <node name="thumb" halign="center" valign="middle" posx="10" posy="395" width="240" height="180" picwidth="1" picheight="1">
    731         <node name="label" type="textbox" wrap="yes" fontsize="26" posx="260" posy="390" width="880" height="190">
    732         <node name="b5" picmem="skin/but_info.png"   valign="middle" posx="10"  posy="600" width="30"  height="30">
    733         <node name="b1" picmem="skin/key_red.png"    valign="middle" posx="60"  posy="600" width="200" height="30" textposx="40" fontsize="20">
    734         <node name="b2" picmem="skin/key_green.png"  valign="middle" posx="270" posy="600" width="200" height="30" textposx="40" fontsize="20">
    735         <node name="b3" picmem="skin/key_yellow.png" valign="middle" posx="480" posy="600" width="200" height="30" textposx="40" fontsize="20">
    736         <node name="b4" picmem="skin/key_blue.png"   valign="middle" posx="690" posy="600" width="200" height="30" textposx="40" fontsize="20">
     724    <node name="title" text="Select Path" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="400" height="30">
     725    <node name="recfreesize" func="getrecfreesize" progresscol="rec_progress" bgcol="mvmode_bgcol" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="920" posy="15" width="220" height="25">
     726    <node name="recfreesizetext" func="getrecfreesizetext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="920" posy="15" width="220" height="25">
     727    <node name="filelistpath" fontsize="26" valign="middle" posx="10" posy="60" width="1130" height="30">
     728    <node name="filelist" type="filelist" scrollbar="auto" bordercol="bordercol" hspace="10" pic="skin/folder.png" textposx="30" fontsize="30" posx="10" posy="100" width="1130" height="280">
     729    <node bordersize="2" bordercol="bordercol" posx="0" posy="385" width="100%" height="1">
     730    <node name="thumb" halign="center" valign="middle" posx="10" posy="395" width="240" height="180" picwidth="1" picheight="1">
     731    <node name="label" type="textbox" wrap="yes" fontsize="26" posx="260" posy="390" width="880" height="190">
     732    <node name="b5" picmem="skin/but_info.png"   valign="middle" posx="10"  posy="600" width="30"  height="30">
     733    <node name="b1" picmem="skin/key_red.png"    valign="middle" posx="60"  posy="600" width="200" height="30" textposx="40" fontsize="20">
     734    <node name="b2" picmem="skin/key_green.png"  valign="middle" posx="270" posy="600" width="200" height="30" textposx="40" fontsize="20">
     735    <node name="b3" picmem="skin/key_yellow.png" valign="middle" posx="480" posy="600" width="200" height="30" textposx="40" fontsize="20">
     736    <node name="b4" picmem="skin/key_blue.png"   valign="middle" posx="690" posy="600" width="200" height="30" textposx="40" fontsize="20">
    737737</screen>
    738738
     
    903903<screen name="skinadjust" font="Sansation_Regular" posx="center" posy="center" width="100%" height="100%" bordercol="progresscol" bordersize="5" bgcol="white1">
    904904<node name="skinadj" posx="center" posy="center" width="1000" height="450" picmem="skin/X_Menu_4.png">
    905         <node parent="skinadj" type="textbox" text="Adjust" fontsize="30" fontcol="grey" posy="10" posx="center" halign="center" width="100%" height="30">
    906         <node parent="skinadj" type="listbox" name="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" fontcol="white1" posx="10" posy="60" width="980" height="325">
    907                 <node parent="listbox" name="fontsizeadjust" text="Fontsize adjust in pixel" type="choicebox" valign="middle" width="100%">
    908                 <node parent="listbox" name="listboxselecttype" text="Listbox Select" type="choicebox" valign="middle" width="100%">
    909                 <node parent="listbox" name="osdtransparent" text="OSD Transparent" type="choicebox" valign="middle" width="100%">
    910                 <node parent="listbox" name="infobar_sel" text="Info bar selection" type="choicebox" valign="middle" width="100%">
    911                 <node parent="listbox" name="infobar2_sel" text="Info bar 2 selection" type="choicebox" valign="middle" width="100%">
    912                 <node parent="listbox" name="leftoffset" text="OSD Left Overscan" type="choicebox" valign="middle" width="100%">
    913                 <node parent="listbox" name="rightoffset" text="OSD Right Overscan" type="choicebox" valign="middle" width="100%">
    914                 <node parent="listbox" name="topoffset" text="OSD Top Overscan" type="choicebox" valign="middle" width="100%">
    915                 <node parent="listbox" name="bottomoffset" text="OSD Bottom Overscan" type="choicebox" valign="middle" width="100%">
    916                 <node parent="listbox" name="showrecfreesize" text="Show HDD freesize" type="choicebox" valign="middle" width="100%">
    917                 <node parent="listbox" name="listboxselect" text="Listbox Select Color" type="choicebox" valign="middle" width="100%">
    918                 <node parent="listbox" name="filelistselect" text="Filelist Select Color" type="choicebox" valign="middle" width="100%">
    919                 <node parent="listbox" name="tithek_selectcol" text="TiThek Select Color" type="choicebox" valign="middle" width="100%">
    920                 <node parent="listbox" name="favcol" text="Bouquet Color" type="choicebox" valign="middle" width="100%">
    921         <node parent="skinadj" name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
    922         <node parent="skinadj" name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     905    <node parent="skinadj" type="textbox" text="Adjust" fontsize="30" fontcol="grey" posy="10" posx="center" halign="center" width="100%" height="30">
     906    <node parent="skinadj" type="listbox" name="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" fontcol="white1" posx="10" posy="60" width="980" height="325">
     907        <node parent="listbox" name="fontsizeadjust" text="Fontsize adjust in pixel" type="choicebox" valign="middle" width="100%">
     908        <node parent="listbox" name="listboxselecttype" text="Listbox Select" type="choicebox" valign="middle" width="100%">
     909        <node parent="listbox" name="osdtransparent" text="OSD Transparent" type="choicebox" valign="middle" width="100%">
     910        <node parent="listbox" name="infobar_sel" text="Info bar selection" type="choicebox" valign="middle" width="100%">
     911        <node parent="listbox" name="infobar2_sel" text="Info bar 2 selection" type="choicebox" valign="middle" width="100%">
     912        <node parent="listbox" name="leftoffset" text="OSD Left Overscan" type="choicebox" valign="middle" width="100%">
     913        <node parent="listbox" name="rightoffset" text="OSD Right Overscan" type="choicebox" valign="middle" width="100%">
     914        <node parent="listbox" name="topoffset" text="OSD Top Overscan" type="choicebox" valign="middle" width="100%">
     915        <node parent="listbox" name="bottomoffset" text="OSD Bottom Overscan" type="choicebox" valign="middle" width="100%">
     916        <node parent="listbox" name="showrecfreesize" text="Show HDD freesize" type="choicebox" valign="middle" width="100%">
     917        <node parent="listbox" name="listboxselect" text="Listbox Select Color" type="choicebox" valign="middle" width="100%">
     918        <node parent="listbox" name="filelistselect" text="Filelist Select Color" type="choicebox" valign="middle" width="100%">
     919        <node parent="listbox" name="tithek_selectcol" text="TiThek Select Color" type="choicebox" valign="middle" width="100%">
     920        <node parent="listbox" name="favcol" text="Bouquet Color" type="choicebox" valign="middle" width="100%">
     921    <node parent="skinadj" name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
     922    <node parent="skinadj" name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
    923923</screen>
    924924
     
    926926<node fontsize="30" fontcol="grey" type="textbox" text="HTTP Settings" posx="center" posy="10" halign="center" width="100%" height="30">
    927927<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
    928         <node parent="listbox" name="httpdstart" text="Start HTTPD" type="choicebox" valign="middle" width="100%">
    929         <node parent="listbox" name="user" text="User" type="inputbox" valign="middle" width="100%">
    930         <node parent="listbox" name="password" text="Password" type="inputbox" valign="middle" width="100%">
    931         <node parent="listbox" name="httpdport" text="HTTPD Port" type="inputboxnum" valign="middle" width="100%">
    932         <node parent="listbox" name="webifip" text="IP for Stream" type="choicebox" valign="middle" width="100%">
    933         <node parent="listbox" name="streamport" text="Stream Port" type="inputboxnum" valign="middle" width="100%">
    934         <node parent="listbox" name="rguidstart" text="Start RGUID" type="choicebox" valign="middle" width="100%">
    935         <node parent="listbox" name="rguidport" text="RGUID Port" type="inputboxnum" valign="middle" width="100%">
    936         <node parent="listbox" name="transcode" text="Transcode Stream" type="choicebox" valign="middle" width="100%">
    937         <node parent="listbox" name="bitrate" text="Bitrate" type="choicebox" valign="middle" width="100%">
    938         <node parent="listbox" name="resolution" text="Resolution" type="choicebox" valign="middle" width="100%">
    939         <node parent="listbox" name="aspectratio" text="Aspect Ratio" type="choicebox" valign="middle" width="100%">
    940         <node parent="listbox" name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" valign="middle" width="100%">
     928    <node parent="listbox" name="httpdstart" text="Start HTTPD" type="choicebox" valign="middle" width="100%">
     929    <node parent="listbox" name="user" text="User" type="inputbox" valign="middle" width="100%">
     930    <node parent="listbox" name="password" text="Password" type="inputbox" valign="middle" width="100%">
     931    <node parent="listbox" name="httpdport" text="HTTPD Port" type="inputboxnum" valign="middle" width="100%">
     932    <node parent="listbox" name="webifip" text="IP for Stream" type="choicebox" valign="middle" width="100%">
     933    <node parent="listbox" name="streamport" text="Stream Port" type="inputboxnum" valign="middle" width="100%">
     934    <node parent="listbox" name="rguidstart" text="Start RGUID" type="choicebox" valign="middle" width="100%">
     935    <node parent="listbox" name="rguidport" text="RGUID Port" type="inputboxnum" valign="middle" width="100%">
     936    <node parent="listbox" name="transcode" text="Transcode Stream" type="choicebox" valign="middle" width="100%">
     937    <node parent="listbox" name="bitrate" text="Bitrate" type="choicebox" valign="middle" width="100%">
     938    <node parent="listbox" name="resolution" text="Resolution" type="choicebox" valign="middle" width="100%">
     939    <node parent="listbox" name="aspectratio" text="Aspect Ratio" type="choicebox" valign="middle" width="100%">
     940    <node parent="listbox" name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" valign="middle" width="100%">
    941941<node name="b1" picmem="skin/ok.png" valign="middle" posx="20" posy="407" width="30" height="30">
    942942<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     
    947947<node fontsize="30" fontcol="grey" type="textbox" text="Adjust" posx="center" posy="10" halign="center" width="100%" height="30">
    948948<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="980" height="325">
    949         <node parent="listbox" name="volbartimeout" text="Volumebar Timeout" type="choicebox" valign="middle" width="100%">
    950         <node parent="listbox" name="infobarprogram" text="Show infobar on program change" type="choicebox" valign="middle" width="100%">
    951         <node parent="listbox" name="infobarsleep" text="Infobar Sleep" type="choicebox" valign="middle" width="100%">
    952         <node parent="listbox" name="infobartimeout" text="Infobar Timeout" type="choicebox" valign="middle" width="100%">
    953         <node parent="listbox" name="secondinfobar" text="Second Infobar" type="choicebox" valign="middle" width="100%">
    954         <node parent="listbox" name="virtualzap" text="Virtualzap Timeout" type="choicebox" valign="middle" width="100%">
    955         <node parent="listbox" name="spinnerspeed" text="Spinnerspeed" type="choicebox" valign="middle" width="100%">
    956         <node parent="listbox" name="spinnertime" text="Spinnertime" type="choicebox" valign="middle" width="100%">
    957         <node parent="listbox" name="hangtime" text="Hangtime" type="choicebox" valign="middle" width="100%">
    958         <node parent="listbox" name="fastzap" text="Fastzap" type="choicebox" valign="middle" width="100%">
    959         <node parent="listbox" name="nozapclear" text="Don't clear TV on zap (only with fastzap)" type="choicebox" valign="middle" width="100%">
    960         <node parent="listbox" name="faststop" text="Faststop" type="choicebox" valign="middle" width="100%">
    961         <node parent="listbox" name="dirsort" text="Dirsort" type="choicebox" valign="middle" width="100%">
    962         <node parent="listbox" name="poweraktion" text="Remotecontrol Power Aktion" type="choicebox" valign="middle" width="100%">
    963         <node parent="listbox" name="frontpoweraktion" text="Frontpanel Power Aktion" type="choicebox" valign="middle" width="100%">
    964         <node parent="listbox" name="fasttextrender" text="Fast Text Render" type="choicebox" valign="middle" width="100%">
    965         <node parent="listbox" name="recsplitsize" text="Record Split Size" type="choicebox" valign="middle" width="100%">
    966         <node parent="listbox" name="recforerun" text="Record Forerun (min)" type="choicebox" valign="middle" width="100%">
    967         <node parent="listbox" name="recoverrun" text="Record Overrun (min)" type="choicebox" valign="middle" width="100%">
    968         <node parent="listbox" name="def_rectimer_after" text="Set action after rec" type="choicebox" valign="middle" width="100%">
    969         <node parent="listbox" name="skip13" text="Skip 1/3" type="choicebox" valign="middle" width="100%">
    970         <node parent="listbox" name="skip46" text="Skip 4/6" type="choicebox" valign="middle" width="100%">
    971         <node parent="listbox" name="skip79" text="Skip 7/9" type="choicebox" valign="middle" width="100%">
    972 #       <node parent="listbox" name="playertype" text="Player for .ts" type="choicebox" valign="middle" width="100%">
    973         <node parent="listbox" name="autochangechannelname" text="Change Channelname auto." type="choicebox" valign="middle" width="100%">
    974         <node parent="listbox" name="showchanneltimeline" text="Show Timeline in Channellist" type="choicebox" valign="middle" width="100%">
    975         <node parent="listbox" name="screenanim" text="Animated Screens" type="choicebox" valign="middle" width="100%">
    976         <node parent="listbox" name="screenanimspeed" text="Animated Speed" type="choicebox" valign="middle" width="100%">
    977         <node parent="listbox" name="channellistview" text="Channellist view" type="choicebox" valign="middle" width="100%">
    978         <node parent="listbox" name="showlastpos" text="Remember film position" type="choicebox" valign="middle" width="100%">
    979         <node parent="listbox" name="recsync" text="Resync Recording immediately" type="choicebox" valign="middle" width="100%">
    980         <node parent="listbox" name="recordnamefmt" text="Recording name" type="choicebox" valign="middle" width="100%">
    981         <node parent="listbox" name="newsletter" text="Newsletter" type="choicebox" valign="middle" width="100%">
    982         <node parent="listbox" name="showhiddenfiles" text="Show hidden files" type="choicebox" valign="middle" width="100%">
    983         <node parent="listbox" name="expertmodus" text="Expert Modus" type="choicebox" valign="middle" width="100%">
    984         <node parent="listbox" name="crosscontrol" text="Use cross control for fast zapping and vol" type="choicebox" valign="middle" width="100%">
    985         <node parent="listbox" name="emucontrol" text="Deactivate Crypt Support on Media Playback" type="choicebox" valign="middle" width="100%">
    986         <node parent="listbox" name="choiceminitv" text="Deactivate MiniTV" type="choicebox" valign="middle" width="100%">
    987         <node parent="listbox" name="usecec" text="Activate CEC" type="choicebox" valign="middle" width="100%">
    988 #       <node parent="listbox" name="playerbuffersize" text="Playbackbuffer Size" type="choicebox" valign="middle" width="100%">
    989         <node parent="listbox" name="playerbufferseektime" text="Time to wait after seek for fill buffer" type="choicebox" valign="middle" width="100%">
    990         <node parent="listbox" name="sataswitch" text="SATA Connector" type="choicebox" valign="middle" width="100%">
    991         <node parent="listbox" name="dualboot" text="Dualboot Menu TitanNit / E2" type="choicebox" valign="middle" width="100%">
    992         <node parent="listbox" name="community_user" text="Community User" type="inputbox" valign="middle" width="100%">
    993         <node parent="listbox" name="community_pass" text="Community Pass" type="inputbox" valign="middle" width="100%">
    994         <node parent="listbox" name="debuglevel" text="Debuglevel" type="choicebox" valign="middle" width="100%">
     949    <node parent="listbox" name="volbartimeout" text="Volumebar Timeout" type="choicebox" valign="middle" width="100%">
     950    <node parent="listbox" name="infobarprogram" text="Show infobar on program change" type="choicebox" valign="middle" width="100%">
     951    <node parent="listbox" name="infobarsleep" text="Infobar Sleep" type="choicebox" valign="middle" width="100%">
     952    <node parent="listbox" name="infobartimeout" text="Infobar Timeout" type="choicebox" valign="middle" width="100%">
     953    <node parent="listbox" name="secondinfobar" text="Second Infobar" type="choicebox" valign="middle" width="100%">
     954    <node parent="listbox" name="virtualzap" text="Virtualzap Timeout" type="choicebox" valign="middle" width="100%">
     955    <node parent="listbox" name="spinnerspeed" text="Spinnerspeed" type="choicebox" valign="middle" width="100%">
     956    <node parent="listbox" name="spinnertime" text="Spinnertime" type="choicebox" valign="middle" width="100%">
     957    <node parent="listbox" name="hangtime" text="Hangtime" type="choicebox" valign="middle" width="100%">
     958    <node parent="listbox" name="fastzap" text="Fastzap" type="choicebox" valign="middle" width="100%">
     959    <node parent="listbox" name="nozapclear" text="Don't clear TV on zap (only with fastzap)" type="choicebox" valign="middle" width="100%">
     960    <node parent="listbox" name="faststop" text="Faststop" type="choicebox" valign="middle" width="100%">
     961    <node parent="listbox" name="dirsort" text="Dirsort" type="choicebox" valign="middle" width="100%">
     962    <node parent="listbox" name="poweraktion" text="Remotecontrol Power Aktion" type="choicebox" valign="middle" width="100%">
     963    <node parent="listbox" name="frontpoweraktion" text="Frontpanel Power Aktion" type="choicebox" valign="middle" width="100%">
     964    <node parent="listbox" name="fasttextrender" text="Fast Text Render" type="choicebox" valign="middle" width="100%">
     965    <node parent="listbox" name="recsplitsize" text="Record Split Size" type="choicebox" valign="middle" width="100%">
     966    <node parent="listbox" name="recforerun" text="Record Forerun (min)" type="choicebox" valign="middle" width="100%">
     967    <node parent="listbox" name="recoverrun" text="Record Overrun (min)" type="choicebox" valign="middle" width="100%">
     968    <node parent="listbox" name="def_rectimer_after" text="Set action after rec" type="choicebox" valign="middle" width="100%">
     969    <node parent="listbox" name="skip13" text="Skip 1/3" type="choicebox" valign="middle" width="100%">
     970    <node parent="listbox" name="skip46" text="Skip 4/6" type="choicebox" valign="middle" width="100%">
     971    <node parent="listbox" name="skip79" text="Skip 7/9" type="choicebox" valign="middle" width="100%">
     972#   <node parent="listbox" name="playertype" text="Player for .ts" type="choicebox" valign="middle" width="100%">
     973    <node parent="listbox" name="autochangechannelname" text="Change Channelname auto." type="choicebox" valign="middle" width="100%">
     974    <node parent="listbox" name="showchanneltimeline" text="Show Timeline in Channellist" type="choicebox" valign="middle" width="100%">
     975    <node parent="listbox" name="screenanim" text="Animated Screens" type="choicebox" valign="middle" width="100%">
     976    <node parent="listbox" name="screenanimspeed" text="Animated Speed" type="choicebox" valign="middle" width="100%">
     977    <node parent="listbox" name="channellistview" text="Channellist view" type="choicebox" valign="middle" width="100%">
     978    <node parent="listbox" name="showlastpos" text="Remember film position" type="choicebox" valign="middle" width="100%">
     979    <node parent="listbox" name="recsync" text="Resync Recording immediately" type="choicebox" valign="middle" width="100%">
     980    <node parent="listbox" name="recordnamefmt" text="Recording name" type="choicebox" valign="middle" width="100%">
     981    <node parent="listbox" name="newsletter" text="Newsletter" type="choicebox" valign="middle" width="100%">
     982    <node parent="listbox" name="showhiddenfiles" text="Show hidden files" type="choicebox" valign="middle" width="100%">
     983    <node parent="listbox" name="expertmodus" text="Expert Modus" type="choicebox" valign="middle" width="100%">
     984    <node parent="listbox" name="crosscontrol" text="Use cross control for fast zapping and vol" type="choicebox" valign="middle" width="100%">
     985    <node parent="listbox" name="emucontrol" text="Deactivate Crypt Support on Media Playback" type="choicebox" valign="middle" width="100%">
     986    <node parent="listbox" name="choiceminitv" text="Deactivate MiniTV" type="choicebox" valign="middle" width="100%">
     987    <node parent="listbox" name="usecec" text="Activate CEC" type="choicebox" valign="middle" width="100%">
     988#   <node parent="listbox" name="playerbuffersize" text="Playbackbuffer Size" type="choicebox" valign="middle" width="100%">
     989    <node parent="listbox" name="playerbufferseektime" text="Time to wait after seek for fill buffer" type="choicebox" valign="middle" width="100%">
     990    <node parent="listbox" name="sataswitch" text="SATA Connector" type="choicebox" valign="middle" width="100%">
     991    <node parent="listbox" name="dualboot" text="Dualboot Menu TitanNit / E2" type="choicebox" valign="middle" width="100%">
     992    <node parent="listbox" name="community_user" text="Community User" type="inputbox" valign="middle" width="100%">
     993    <node parent="listbox" name="community_pass" text="Community Pass" type="inputbox" valign="middle" width="100%">
     994    <node parent="listbox" name="debuglevel" text="Debuglevel" type="choicebox" valign="middle" width="100%">
    995995<node name="b1" picmem="skin/ok.png" valign="middle" posx="20" posy="407" width="30" height="30">
    996996<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     
    999999
    10001000<screen name="moduleadjust" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
    1001         <node name="title" text="Module Config" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="100%" height="30">
    1002         <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
    1003                 <node parent="listbox" name="nocamsg" text="Show Modules" type="choicebox" valign="middle" width="100%">
    1004                 <node parent="listbox" name="camwait" text="Wait for cam ready" type="choicebox" valign="middle" width="100%">
    1005                 <node parent="listbox" name="checkcamdecrypt" text="Autocheck cam can decrypt" type="choicebox" valign="middle" width="100%">
    1006                 <node parent="listbox" name="caskipprivat" text="Skip privat CA descriptor" type="choicebox" valign="middle" width="100%">
    1007                 <node parent="listbox" name="casendallcaids" text="Send all CAID to modules" type="choicebox" valign="middle" width="100%">
    1008                 <node parent="listbox" name="extmoduldetect" text="Ext. Modul detect (needs reboot)" type="choicebox" valign="middle" width="100%">
    1009         <node name="b1" picmem="skin/ok.png"   valign="middle" posx="10" posy="407" width="30" height="30">
    1010         <node name="b2" picmem="skin/exit.png" valign="middle" posx="50" posy="407" width="30" height="30">
     1001    <node name="title" text="Module Config" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="100%" height="30">
     1002    <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="680" height="325">
     1003        <node parent="listbox" name="nocamsg" text="Show Modules" type="choicebox" valign="middle" width="100%">
     1004        <node parent="listbox" name="camwait" text="Wait for cam ready" type="choicebox" valign="middle" width="100%">
     1005        <node parent="listbox" name="checkcamdecrypt" text="Autocheck cam can decrypt" type="choicebox" valign="middle" width="100%">
     1006        <node parent="listbox" name="caskipprivat" text="Skip privat CA descriptor" type="choicebox" valign="middle" width="100%">
     1007        <node parent="listbox" name="casendallcaids" text="Send all CAID to modules" type="choicebox" valign="middle" width="100%">
     1008        <node parent="listbox" name="extmoduldetect" text="Ext. Modul detect (needs reboot)" type="choicebox" valign="middle" width="100%">
     1009    <node name="b1" picmem="skin/ok.png"   valign="middle" posx="10" posy="407" width="30" height="30">
     1010    <node name="b2" picmem="skin/exit.png" valign="middle" posx="50" posy="407" width="30" height="30">
    10111011</screen>
    10121012
     
    10141014<node fontsize=30 fontcol=grey type=textbox text="Timeshift Settings" posy=10 posx=center halign=center width=100% height=30>
    10151015<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
    1016         <node parent="listbox" name="timeshifttype" text="Timeshifttype" type="choicebox" valign="middle" width="100%">
    1017         <node parent="listbox" name="deltimeshift" text="After Timeshift" type="choicebox" valign="middle" width="100%">
    1018         <node parent="listbox" name="asktimeshift" text="Ask on channel switch" type="choicebox" valign="middle" width="100%">
    1019         <node parent="listbox" name="timeshiftnumkeys" text="Use numeric keys" type="choicebox" valign="middle" width="100%">
     1016    <node parent="listbox" name="timeshifttype" text="Timeshifttype" type="choicebox" valign="middle" width="100%">
     1017    <node parent="listbox" name="deltimeshift" text="After Timeshift" type="choicebox" valign="middle" width="100%">
     1018    <node parent="listbox" name="asktimeshift" text="Ask on channel switch" type="choicebox" valign="middle" width="100%">
     1019    <node parent="listbox" name="timeshiftnumkeys" text="Use numeric keys" type="choicebox" valign="middle" width="100%">
    10201020<node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=407 width=30 height=30>
    10211021<node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=407 width=30 height=30>
     
    10371037
    10381038<screen name="avsettings" font=Sansation_Regular fontcol=white1 fontsize=26 posx=center posy=center width=700 height=450 picmem=skin/X_Menu_3.png>
    1039         <node fontsize=30 fontcol=grey type=textbox text="A/V Settings" posy=10 posx=center halign=center width=100% height=30>
    1040         <node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
    1041                 <node parent="listbox" name="resolution" text="Resolution (default)" type="choicebox" valign="middle" width="100%">
    1042                 <node parent="listbox" name="aktresolution" text="Resolution (current)" type="choicebox" deaktivcol="deaktivcol" valign="middle" width="100%">
    1043                 <node parent="listbox" name="autoresolution" text="Auto resolution" type="choicebox" valign="middle" width="100%">
    1044                 <node parent="listbox" hidden="yes" name="autoressd" text="--- SD resolution" type="choicebox" valign="middle" width="100%">
    1045                 <node parent="listbox" hidden="yes" name="autorests" text="--- Time to switch" type="choicebox" valign="middle" width="100%">
    1046                 <node parent="listbox" name="policy" text="Policy" type="choicebox" valign="middle" width="100%">
    1047                 <node parent="listbox" name="aspect" text="Aspect" type="choicebox" valign="middle" width="100%">
    1048                 <node parent="listbox" name="colformat" text="Color Format" type="choicebox" valign="middle" width="100%">
    1049                 <node parent="listbox" name="colformatscart" text="Color Format Scart / Composite" type="choicebox" valign="middle" width="100%">
    1050                 <node parent="listbox" name="wssmode" text="WSS Mode" type="choicebox" valign="middle" width="100%">
    1051                 <node parent="listbox" name="audiosource" text="Audio Source" type="choicebox" valign="middle" width="100%">
    1052                 <node parent="listbox" name="ac3default" text="AC3 default" type="choicebox" valign="middle" width="100%">
    1053                 <node parent="listbox" name="ac3mode" text="AC3 Mode" type="choicebox" valign="middle" width="100%">
    1054                 <node parent="listbox" name="aacmode" text="AAC Mode" type="choicebox" valign="middle" width="100%">
    1055                 <node parent="listbox" name="audiodelaybitstream" text="Audio delay (bitstream)" type="choicebox" valign="middle" width="100%">
    1056                 <node parent="listbox" name="audiodelaypcm" text="Audio delay (pcm)" type="choicebox" valign="middle" width="100%">
    1057                 <node parent="listbox" name="volautochangevalue" text="Inc. AC3 Audio in %" type="choicebox" valign="middle" width="100%">
    1058                 <node parent="listbox" name="mode3d" text="3D Mode" type="choicebox" valign="middle" width="100%">
    1059                 <node parent="listbox" name="stepmute" text="Two step mute" type="choicebox" valign="middle" width="100%">
    1060                 <node parent="listbox" name="autosubtitle" text="Automatic start last subtitle" type="choicebox" valign="middle" width="100%">
    1061                 <node parent="listbox" name="playerstop" text="Sound amplifier (TV-Modus / internal Player)" type="choicebox" valign="middle" width="100%">
    1062                 <node parent="listbox" name="playerstart" text="Sound amplifier (external Player)" type="choicebox" valign="middle" width="100%">
    1063         <node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=407 width=30 height=30>
    1064         <node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=407 width=30 height=30>
     1039    <node fontsize=30 fontcol=grey type=textbox text="A/V Settings" posy=10 posx=center halign=center width=100% height=30>
     1040    <node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
     1041        <node parent="listbox" name="resolution" text="Resolution (default)" type="choicebox" valign="middle" width="100%">
     1042        <node parent="listbox" name="aktresolution" text="Resolution (current)" type="choicebox" deaktivcol="deaktivcol" valign="middle" width="100%">
     1043        <node parent="listbox" name="autoresolution" text="Auto resolution" type="choicebox" valign="middle" width="100%">
     1044        <node parent="listbox" hidden="yes" name="autoressd" text="--- SD resolution" type="choicebox" valign="middle" width="100%">
     1045        <node parent="listbox" hidden="yes" name="autorests" text="--- Time to switch" type="choicebox" valign="middle" width="100%">
     1046        <node parent="listbox" name="policy" text="Policy" type="choicebox" valign="middle" width="100%">
     1047        <node parent="listbox" name="aspect" text="Aspect" type="choicebox" valign="middle" width="100%">
     1048        <node parent="listbox" name="colformat" text="Color Format" type="choicebox" valign="middle" width="100%">
     1049        <node parent="listbox" name="colformatscart" text="Color Format Scart / Composite" type="choicebox" valign="middle" width="100%">
     1050        <node parent="listbox" name="wssmode" text="WSS Mode" type="choicebox" valign="middle" width="100%">
     1051        <node parent="listbox" name="audiosource" text="Audio Source" type="choicebox" valign="middle" width="100%">
     1052        <node parent="listbox" name="ac3default" text="AC3 default" type="choicebox" valign="middle" width="100%">
     1053        <node parent="listbox" name="ac3mode" text="AC3 Mode" type="choicebox" valign="middle" width="100%">
     1054        <node parent="listbox" name="aacmode" text="AAC Mode" type="choicebox" valign="middle" width="100%">
     1055        <node parent="listbox" name="audiodelaybitstream" text="Audio delay (bitstream)" type="choicebox" valign="middle" width="100%">
     1056        <node parent="listbox" name="audiodelaypcm" text="Audio delay (pcm)" type="choicebox" valign="middle" width="100%">
     1057        <node parent="listbox" name="volautochangevalue" text="Inc. AC3 Audio in %" type="choicebox" valign="middle" width="100%">
     1058        <node parent="listbox" name="mode3d" text="3D Mode" type="choicebox" valign="middle" width="100%">
     1059        <node parent="listbox" name="stepmute" text="Two step mute" type="choicebox" valign="middle" width="100%">
     1060        <node parent="listbox" name="autosubtitle" text="Automatic start last subtitle" type="choicebox" valign="middle" width="100%">
     1061        <node parent="listbox" name="playerstop" text="Sound amplifier (TV-Modus / internal Player)" type="choicebox" valign="middle" width="100%">
     1062        <node parent="listbox" name="playerstart" text="Sound amplifier (external Player)" type="choicebox" valign="middle" width="100%">
     1063    <node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=407 width=30 height=30>
     1064    <node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=407 width=30 height=30>
    10651065</screen>
    10661066
     
    12611261<node name="time" func="gettime" param1="%R" halign="right" fontsize="60" fontcol="fontcol" valign="right" posx="900" posy="10" width="300" height="60">
    12621262<node name="listbox" type="listbox" bordercol="scrollbarcol" scrollbar="auto" fontcol="-1" fontsize="18" posx="0" posy="0" width="196" height="720">
    1263         <node type="menu" picmem="skin/tunerconfig.png" textposx="120" valign="middle" name="tunerconfig" text="Tuner Configuration" parent="listbox" width="100%" height="80" hspace="30">
    1264         <node type="menu" picmem="skin/autosearch.png" textposx="120" valign="middle" name="autosearch" text="Automatic Search" parent="listbox" width="100%" height="80" hspace="30">
    1265         <node type="menu" picmem="skin/manualsearch.png" textposx="120" valign="middle" name="manualsearch" text="Manual Search" parent="listbox" width="100%" height="80" hspace="30">
    1266         <node type="menu" picmem="skin/manualsearch.png" textposx="120" valign="middle" name="manualsearch_dvbc" text="Manual Search Cable" parent="listbox" width="100%" height="80" hspace="30">
    1267         <node type="menu" picmem="skin/manualsearch.png" textposx="120" valign="middle" name="manualsearch_dvbt" text="Manual Search Terrestrisch" parent="listbox" width="100%" height="80" hspace="30">
    1268         <node type="menu" picmem="skin/rotorsettings.png" textposx="120" valign="middle" name="rotorsettings" text="Rotor Settings" parent="listbox" width="100%" height="80" hspace="30">
    1269         <node type="menu" picmem="skin/satconfig.png" textposx="120" valign="middle" name="satconfig" text="Sat Config" parent="listbox" width="100%" height="80" hspace="30">
    1270         <node type="menu" picmem="skin/satfinder.png" textposx="120" valign="middle" name="satfinder" text="Sat Finder" parent="listbox" width="100%" height="80" hspace="30">
    1271         <node type="menu" picmem="skin/blindscanadjust.png" textposx="120" valign="middle" name="blindscanadjust" text="Blindscan Settings" parent="listbox" width="100%" height="80" hspace="30">
    1272         <node type="menu" picmem="skin/createsettings.png" textposx="120" valign="middle" name="createsettings" text="Create Satellites/Provider" parent="listbox" width="100%" height="80" hspace="30">
    1273         <node type="menu" picmem="skin/createfav.png" textposx="120" valign="middle" name="createfav" text="Create Default Favorites" parent="listbox" width="100%" height="80" hspace="30">
    1274         <node type="menu" picmem="skin/setdefaultsettings.png" textposx="120" valign="middle" name="setdefaultsettings" text="Restore Default Channel Settings" parent="listbox" width="100%" height="80" hspace="30">
     1263    <node type="menu" picmem="skin/tunerconfig.png" textposx="120" valign="middle" name="tunerconfig" text="Tuner Configuration" parent="listbox" width="100%" height="80" hspace="30">
     1264    <node type="menu" picmem="skin/autosearch.png" textposx="120" valign="middle" name="autosearch" text="Automatic Search" parent="listbox" width="100%" height="80" hspace="30">
     1265    <node type="menu" picmem="skin/manualsearch.png" textposx="120" valign="middle" name="manualsearch" text="Manual Search" parent="listbox" width="100%" height="80" hspace="30">
     1266    <node type="menu" picmem="skin/manualsearch.png" textposx="120" valign="middle" name="manualsearch_dvbc" text="Manual Search Cable" parent="listbox" width="100%" height="80" hspace="30">
     1267    <node type="menu" picmem="skin/manualsearch.png" textposx="120" valign="middle" name="manualsearch_dvbt" text="Manual Search Terrestrisch" parent="listbox" width="100%" height="80" hspace="30">
     1268    <node type="menu" picmem="skin/rotorsettings.png" textposx="120" valign="middle" name="rotorsettings" text="Rotor Settings" parent="listbox" width="100%" height="80" hspace="30">
     1269    <node type="menu" picmem="skin/satconfig.png" textposx="120" valign="middle" name="satconfig" text="Sat Config" parent="listbox" width="100%" height="80" hspace="30">
     1270    <node type="menu" picmem="skin/satfinder.png" textposx="120" valign="middle" name="satfinder" text="Sat Finder" parent="listbox" width="100%" height="80" hspace="30">
     1271    <node type="menu" picmem="skin/blindscanadjust.png" textposx="120" valign="middle" name="blindscanadjust" text="Blindscan Settings" parent="listbox" width="100%" height="80" hspace="30">
     1272    <node type="menu" picmem="skin/createsettings.png" textposx="120" valign="middle" name="createsettings" text="Create Satellites/Provider" parent="listbox" width="100%" height="80" hspace="30">
     1273    <node type="menu" picmem="skin/createfav.png" textposx="120" valign="middle" name="createfav" text="Create Default Favorites" parent="listbox" width="100%" height="80" hspace="30">
     1274    <node type="menu" picmem="skin/setdefaultsettings.png" textposx="120" valign="middle" name="setdefaultsettings" text="Restore Default Channel Settings" parent="listbox" width="100%" height="80" hspace="30">
    12751275<node name="b1" picmem="skin/ok.png"   valign="right" posx="1240" posy="10" width="30" height="30">
    12761276<node name="b2" picmem="skin/exit.png" valign="right" posx="1240" posy="60" width="30" height="30">
     
    13501350
    13511351<screen name="language" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="535" picmem="skin/X_Menu_3a.png">
    1352         <node fontsize="30" fontcol="grey" type="textbox" text="Language" posy="10" posx="center" halign="center" width="100%" height="30">
    1353         <node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="405">
    1354                 <node name="po/de" textposx="70" pic="skin/de.png" text="German" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1355                 <node name="po/el" textposx="70" pic="skin/el.png" text="Greek" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1356                 <node name="po/en" textposx="70" pic="skin/en.png" text="English" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1357                 <node name="po/es" textposx="70" pic="skin/es.png" text="Spanish" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1358                 <node name="po/fr" textposx="70" pic="skin/fr.png" text="French" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1359                 <node name="po/it" textposx="70" pic="skin/it.png" text="Italian" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1360                 <node name="po/lt" textposx="70" pic="skin/lt.png" text="Lithuanian" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1361                 <node name="po/pl" textposx="70" pic="skin/pl.png" text="Polish" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1362                 <node name="po/ru" textposx="70" pic="skin/ru.png" text="Russian" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1363                 <node name="po/nl" textposx="70" pic="skin/nl.png" text="Dutch" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1364                 <node name="po/vi" textposx="70" pic="skin/vi.png" text="Vietnamese" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
    1365         <node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="492" width="30" height="30">
    1366         <node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="492" width="30" height="30">
     1352    <node fontsize="30" fontcol="grey" type="textbox" text="Language" posy="10" posx="center" halign="center" width="100%" height="30">
     1353    <node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="405">
     1354        <node name="po/de" textposx="70" pic="skin/de.png" text="German" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1355        <node name="po/el" textposx="70" pic="skin/el.png" text="Greek" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1356        <node name="po/en" textposx="70" pic="skin/en.png" text="English" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1357        <node name="po/es" textposx="70" pic="skin/es.png" text="Spanish" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1358        <node name="po/fr" textposx="70" pic="skin/fr.png" text="French" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1359        <node name="po/it" textposx="70" pic="skin/it.png" text="Italian" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1360        <node name="po/lt" textposx="70" pic="skin/lt.png" text="Lithuanian" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1361        <node name="po/pl" textposx="70" pic="skin/pl.png" text="Polish" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1362        <node name="po/ru" textposx="70" pic="skin/ru.png" text="Russian" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1363        <node name="po/nl" textposx="70" pic="skin/nl.png" text="Dutch" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1364        <node name="po/vi" textposx="70" pic="skin/vi.png" text="Vietnamese" valign="middle" vspace="5" parent="listbox" width="100%" height="50" hspace="5">
     1365    <node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="492" width="30" height="30">
     1366    <node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="492" width="30" height="30">
    13671367</screen>
    13681368
     
    15171517<screen name="serviceinfo" font=Sansation_Regular fontcol=white1 fontsize=26 posx=center posy=center width=1200 height=640 picmem=skin/X_Menu_2.png>
    15181518<node fontsize=30 fontcol=grey type=textbox text="Serviceinfo" posy=10 posx=center halign=center width=100% height=30>
    1519         <node name="name" text="Name:"                   valign="middle" posx="10"  posy="60"  width="280" height="35">
    1520         <node name="provider" text="Provider:"           valign="middle" posx="10"  posy="100" width="280" height="35">
    1521         <node name="aspectratio" text="Aspect Ratio:"    valign="middle" posx="10"  posy="140" width="280" height="35">
    1522         <node name="resolution" text="Resolution:"       valign="middle" posx="10"  posy="180" width="280" height="35">
    1523         <node name="xres" text="TV Resolution (w):"      valign="middle" posx="10"  posy="220" width="280" height="35">
    1524         <node name="yres" text="TV Resolution (h):"      valign="middle" posx="10"  posy="260" width="280" height="35">
    1525 
    1526         <node name="videopid" text="Video PID:"          valign="middle" posx="10"  posy="60"  width="280" height="35">
    1527         <node name="audiopid" text="Audio PID:"          valign="middle" posx="10"  posy="100" width="280" height="35">
    1528         <node name="pcrpid" text="PCR PID:"              valign="middle" posx="10"  posy="140" width="280" height="35">
    1529         <node name="pmtpid" text="PMT PID:"              valign="middle" posx="10"  posy="180" width="280" height="35">
    1530         <node name="txtpid" text="TXT PID:"              valign="middle" posx="10"  posy="220" width="280" height="35">
    1531         <node name="tsid" text="TSID:"                   valign="middle" posx="10"  posy="260" width="280" height="35">
    1532         <node name="onid" text="ONID:"                   valign="middle" posx="10"  posy="300" width="280" height="35">
    1533         <node name="sid" text="SID:"                     valign="middle" posx="10"  posy="340" width="280" height="35">
    1534         <node name="id" text="ID:"                       valign="middle" posx="10"  posy="380" width="280" height="35">
    1535 
    1536         <node name="tuner" text="Tuner:"                 valign="middle" posx="10"  posy="60"  width="280" height="35">
    1537         <node name="type" text="Type:"                   valign="middle" posx="10"  posy="100" width="280" height="35">
    1538         <node name="system" text="System:"               valign="middle" posx="10"  posy="140" width="280" height="35">
    1539         <node name="modulation" text="Modulation:"       valign="middle" posx="10"  posy="180" width="280" height="35">
    1540         <node name="orbitalpos" text="Orbital Position:" valign="middle" posx="10"  posy="220" width="280" height="35">
    1541         <node name="frequency" text="Frequency:"         valign="middle" posx="10"  posy="260" width="280" height="35">
    1542         <node name="symbolrate" text="Symbol rate:"      valign="middle" posx="10"  posy="300" width="280" height="35">
    1543         <node name="polarization" text="Polarization:"   valign="middle" posx="10"  posy="340" width="280" height="35">
    1544         <node name="fec" text="FEC:"                     valign="middle" posx="10"  posy="380" width="280" height="35">
    1545         <node name="inversion" text="Inversion:"         valign="middle" posx="600" posy="60"  width="280" height="35">
    1546         <node name="rolloff" text="Rolloff:"             valign="middle" posx="600" posy="100" width="280" height="35">
    1547         <node name="pilot" text="Pilot:"                 valign="middle" posx="600" posy="140" width="280" height="35">
    1548         <node name="hp" text="Coderate HP:"              valign="middle" posx="600" posy="180" width="280" height="35">
    1549         <node name="lp" text="Coderate LP:"              valign="middle" posx="600" posy="220" width="280" height="35">
    1550         <node name="bandwidth" text="Bandwidth:"         valign="middle" posx="600" posy="260" width="280" height="35">
    1551         <node name="transmission" text="Transmission:"   valign="middle" posx="600" posy="300" width="280" height="35">
    1552         <node name="guardinterval" text="Guardinterval:" valign="middle" posx="600" posy="340" width="280" height="35">
    1553         <node name="hierarchy" text="Hierarchy:"         valign="middle" posx="600" posy="380" width="280" height="35">
    1554 
    1555         <node name="l1"                                  valign="middle" posx="300" posy="60"  width="290" height="35">
    1556         <node name="l2"                                  valign="middle" posx="300" posy="100" width="290" height="35">
    1557         <node name="l3"                                  valign="middle" posx="300" posy="140" width="290" height="35">
    1558         <node name="l4"                                  valign="middle" posx="300" posy="180" width="290" height="35">
    1559         <node name="l5"                                  valign="middle" posx="300" posy="220" width="290" height="35">
    1560         <node name="l6"                                  valign="middle" posx="300" posy="260" width="290" height="35">
    1561         <node name="l7"                                  valign="middle" posx="300" posy="300" width="290" height="35">
    1562         <node name="l8"                                  valign="middle" posx="300" posy="340" width="290" height="35">
    1563         <node name="l9"                                  valign="middle" posx="300" posy="380" width="290" height="35">
    1564         <node name="l10"                                 valign="middle" posx="890" posy="60"  width="290" height="35">
    1565         <node name="l11"                                 valign="middle" posx="890" posy="100" width="290" height="35">
    1566         <node name="l12"                                 valign="middle" posx="890" posy="140" width="290" height="35">
    1567         <node name="l13"                                 valign="middle" posx="890" posy="180" width="290" height="35">
    1568         <node name="l14"                                 valign="middle" posx="890" posy="220" width="290" height="35">
    1569         <node name="l15"                                 valign="middle" posx="890" posy="260" width="290" height="35">
    1570         <node name="l16"                                 valign="middle" posx="890" posy="300" width="290" height="35">
    1571         <node name="l17"                                 valign="middle" posx="890" posy="340" width="290" height="35">
    1572         <node name="l18"                                 valign="middle" posx="890" posy="380" width="290" height="35">
     1519    <node name="name" text="Name:"                   valign="middle" posx="10"  posy="60"  width="280" height="35">
     1520    <node name="provider" text="Provider:"           valign="middle" posx="10"  posy="100" width="280" height="35">
     1521    <node name="aspectratio" text="Aspect Ratio:"    valign="middle" posx="10"  posy="140" width="280" height="35">
     1522    <node name="resolution" text="Resolution:"       valign="middle" posx="10"  posy="180" width="280" height="35">
     1523    <node name="xres" text="TV Resolution (w):"      valign="middle" posx="10"  posy="220" width="280" height="35">
     1524    <node name="yres" text="TV Resolution (h):"      valign="middle" posx="10"  posy="260" width="280" height="35">
     1525
     1526    <node name="videopid" text="Video PID:"          valign="middle" posx="10"  posy="60"  width="280" height="35">
     1527    <node name="audiopid" text="Audio PID:"          valign="middle" posx="10"  posy="100" width="280" height="35">
     1528    <node name="pcrpid" text="PCR PID:"              valign="middle" posx="10"  posy="140" width="280" height="35">
     1529    <node name="pmtpid" text="PMT PID:"              valign="middle" posx="10"  posy="180" width="280" height="35">
     1530    <node name="txtpid" text="TXT PID:"              valign="middle" posx="10"  posy="220" width="280" height="35">
     1531    <node name="tsid" text="TSID:"                   valign="middle" posx="10"  posy="260" width="280" height="35">
     1532    <node name="onid" text="ONID:"                   valign="middle" posx="10"  posy="300" width="280" height="35">
     1533    <node name="sid" text="SID:"                     valign="middle" posx="10"  posy="340" width="280" height="35">
     1534    <node name="id" text="ID:"                       valign="middle" posx="10"  posy="380" width="280" height="35">
     1535
     1536    <node name="tuner" text="Tuner:"                 valign="middle" posx="10"  posy="60"  width="280" height="35">
     1537    <node name="type" text="Type:"                   valign="middle" posx="10"  posy="100" width="280" height="35">
     1538    <node name="system" text="System:"               valign="middle" posx="10"  posy="140" width="280" height="35">
     1539    <node name="modulation" text="Modulation:"       valign="middle" posx="10"  posy="180" width="280" height="35">
     1540    <node name="orbitalpos" text="Orbital Position:" valign="middle" posx="10"  posy="220" width="280" height="35">
     1541    <node name="frequency" text="Frequency:"         valign="middle" posx="10"  posy="260" width="280" height="35">
     1542    <node name="symbolrate" text="Symbol rate:"      valign="middle" posx="10"  posy="300" width="280" height="35">
     1543    <node name="polarization" text="Polarization:"   valign="middle" posx="10"  posy="340" width="280" height="35">
     1544    <node name="fec" text="FEC:"                     valign="middle" posx="10"  posy="380" width="280" height="35">
     1545    <node name="inversion" text="Inversion:"         valign="middle" posx="600" posy="60"  width="280" height="35">
     1546    <node name="rolloff" text="Rolloff:"             valign="middle" posx="600" posy="100" width="280" height="35">
     1547    <node name="pilot" text="Pilot:"                 valign="middle" posx="600" posy="140" width="280" height="35">
     1548    <node name="hp" text="Coderate HP:"              valign="middle" posx="600" posy="180" width="280" height="35">
     1549    <node name="lp" text="Coderate LP:"              valign="middle" posx="600" posy="220" width="280" height="35">
     1550    <node name="bandwidth" text="Bandwidth:"         valign="middle" posx="600" posy="260" width="280" height="35">
     1551    <node name="transmission" text="Transmission:"   valign="middle" posx="600" posy="300" width="280" height="35">
     1552    <node name="guardinterval" text="Guardinterval:" valign="middle" posx="600" posy="340" width="280" height="35">
     1553    <node name="hierarchy" text="Hierarchy:"         valign="middle" posx="600" posy="380" width="280" height="35">
     1554
     1555    <node name="l1"                                  valign="middle" posx="300" posy="60"  width="290" height="35">
     1556    <node name="l2"                                  valign="middle" posx="300" posy="100" width="290" height="35">
     1557    <node name="l3"                                  valign="middle" posx="300" posy="140" width="290" height="35">
     1558    <node name="l4"                                  valign="middle" posx="300" posy="180" width="290" height="35">
     1559    <node name="l5"                                  valign="middle" posx="300" posy="220" width="290" height="35">
     1560    <node name="l6"                                  valign="middle" posx="300" posy="260" width="290" height="35">
     1561    <node name="l7"                                  valign="middle" posx="300" posy="300" width="290" height="35">
     1562    <node name="l8"                                  valign="middle" posx="300" posy="340" width="290" height="35">
     1563    <node name="l9"                                  valign="middle" posx="300" posy="380" width="290" height="35">
     1564    <node name="l10"                                 valign="middle" posx="890" posy="60"  width="290" height="35">
     1565    <node name="l11"                                 valign="middle" posx="890" posy="100" width="290" height="35">
     1566    <node name="l12"                                 valign="middle" posx="890" posy="140" width="290" height="35">
     1567    <node name="l13"                                 valign="middle" posx="890" posy="180" width="290" height="35">
     1568    <node name="l14"                                 valign="middle" posx="890" posy="220" width="290" height="35">
     1569    <node name="l15"                                 valign="middle" posx="890" posy="260" width="290" height="35">
     1570    <node name="l16"                                 valign="middle" posx="890" posy="300" width="290" height="35">
     1571    <node name="l17"                                 valign="middle" posx="890" posy="340" width="290" height="35">
     1572    <node name="l18"                                 valign="middle" posx="890" posy="380" width="290" height="35">
    15731573<node name=b1 text="Service" picmem=skin/key_red.png    textposx=40 valign=middle fontsize=20 posx=20  posy=595 width=150 height=40>
    15741574<node name=b2 text="PIDs"    picmem=skin/key_green.png  textposx=40 valign=middle fontsize=20 posx=180 posy=595 width=150 height=40>
     
    15981598
    15991599<screen name="wlansettings" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="1000" height="450" picmem="skin/X_Menu_4.png">
    1600         <node name="title" text="WLAN Settings" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="400" height="30">
    1601         <node name="wlanlinkquality" func="getwlanlinkquality" progresscol="mvmode_bgcol" bgcol="rec_progress" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
    1602         <node name="wlanlinkqualitytext" func="getwlanlinkqualitytext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
    1603         <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="980" height="325">
    1604                 <node parent="listbox" name="startmode" type="choicebox" valign="middle" text="Start on boot" width="100%">
    1605                 <node parent="listbox" name="ssid" type="inputbox" valign="middle" text="SSID" width="100%">
    1606                 <node parent="listbox" name="type" type="choicebox" valign="middle" text="Type" width="100%">
    1607                 <node parent="listbox" name="key" type="inputbox" valign="middle" text="Key" width="100%">
    1608         <node name="b1" picmem="skin/ok.png"         valign="middle" posx="20"  posy="407" width="30"  height="30">
    1609         <node name="b2" picmem="skin/exit.png"       valign="middle" posx="70"  posy="407" width="30"  height="30">
    1610         <node name="b7" picmem="skin/but_info.png"   valign="middle" posx="120" posy="407" width="30"  height="30">
    1611         <node name="b3" picmem="skin/key_red.png"    valign="middle" posx="170" posy="407" width="200" height="30" textposx="40" fontsize="20" text="SEARCH">
    1612         <node name="b4" picmem="skin/key_green.png"  valign="middle" posx="380" posy="407" width="200" height="30" textposx="40" fontsize="20" text="START">
    1613         <node name="b5" picmem="skin/key_yellow.png" valign="middle" posx="590" posy="407" width="200" height="30" textposx="40" fontsize="20" text="STOP">
    1614         <node name="b6" picmem="skin/key_blue.png"   valign="middle" posx="800" posy="407" width="200" height="30" textposx="40" fontsize="20" text="LOG">
     1600    <node name="title" text="WLAN Settings" fontsize="30" fontcol="grey" halign="center" posx="center" posy="10" width="400" height="30">
     1601    <node name="wlanlinkquality" func="getwlanlinkquality" progresscol="mvmode_bgcol" bgcol="rec_progress" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
     1602    <node name="wlanlinkqualitytext" func="getwlanlinkqualitytext" fontcol="black" fontsize="25" valign="middle" halign="center" bordercol="titlebgcol" bordersize="1" borderradius="4" posx="770" posy="15" width="220" height="25">
     1603    <node name="listbox" type="listbox" scrollbar="auto" bordercol="scrollbarcol" fontsize="23" posx="10" posy="60" width="980" height="325">
     1604        <node parent="listbox" name="startmode" type="choicebox" valign="middle" text="Start on boot" width="100%">
     1605        <node parent="listbox" name="ssid" type="inputbox" valign="middle" text="SSID" width="100%">
     1606        <node parent="listbox" name="type" type="choicebox" valign="middle" text="Type" width="100%">
     1607        <node parent="listbox" name="key" type="inputbox" valign="middle" text="Key" width="100%">
     1608    <node name="b1" picmem="skin/ok.png"         valign="middle" posx="20"  posy="407" width="30"  height="30">
     1609    <node name="b2" picmem="skin/exit.png"       valign="middle" posx="70"  posy="407" width="30"  height="30">
     1610    <node name="b7" picmem="skin/but_info.png"   valign="middle" posx="120" posy="407" width="30"  height="30">
     1611    <node name="b3" picmem="skin/key_red.png"    valign="middle" posx="170" posy="407" width="200" height="30" textposx="40" fontsize="20" text="SEARCH">
     1612    <node name="b4" picmem="skin/key_green.png"  valign="middle" posx="380" posy="407" width="200" height="30" textposx="40" fontsize="20" text="START">
     1613    <node name="b5" picmem="skin/key_yellow.png" valign="middle" posx="590" posy="407" width="200" height="30" textposx="40" fontsize="20" text="STOP">
     1614    <node name="b6" picmem="skin/key_blue.png"   valign="middle" posx="800" posy="407" width="200" height="30" textposx="40" fontsize="20" text="LOG">
    16151615</screen>
    16161616
     
    16481648<node fontsize=30 fontcol=grey type=textbox text="Blindscan Adjust" posy=10 posx=center halign=center width=100% height=30>
    16491649<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=680 height=325>
    1650         ###
    1651         <node parent="listbox" name="tunertype" text="Tunertype" type="choicebox" valign="middle" width="100%">
    1652         ### dvb-s
    1653         <node hidden="yes" parent="listbox" name="minfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%">
    1654         <node hidden="yes" parent="listbox" name="maxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%">
    1655         <node hidden="yes" parent="listbox" name="stepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%">
    1656         <node hidden="yes" parent="listbox" name="minsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%">
    1657         <node hidden="yes" parent="listbox" name="maxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%">
    1658         <node hidden="yes" parent="listbox" name="stepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%">
    1659         <node hidden="yes" parent="listbox" name="usedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%">
    1660         <node hidden="yes" parent="listbox" name="onlydvbs" text="Only DVBS" type="choicebox" valign="middle" width="100%">
    1661         <node hidden="yes" parent="listbox" name="usedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%">
    1662         ### dvb-t
    1663         <node hidden="yes" parent="listbox" name="tminfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%">
    1664         <node hidden="yes" parent="listbox" name="tmaxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%">
    1665         <node hidden="yes" parent="listbox" name="tstepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%">
    1666         <node hidden="yes" parent="listbox" name="tminsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%">
    1667         <node hidden="yes" parent="listbox" name="tmaxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%">
    1668         <node hidden="yes" parent="listbox" name="tstepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%">
    1669         <node hidden="yes" parent="listbox" name="tusedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%">
    1670         <node hidden="yes" parent="listbox" name="tusedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%">
    1671         ### dvb-c
    1672         <node hidden="yes" parent="listbox" name="cminfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%">
    1673         <node hidden="yes" parent="listbox" name="cmaxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%">
    1674         <node hidden="yes" parent="listbox" name="cstepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%">
    1675         <node hidden="yes" parent="listbox" name="cminsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%">
    1676         <node hidden="yes" parent="listbox" name="cmaxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%">
    1677         <node hidden="yes" parent="listbox" name="cstepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%">
    1678         <node hidden="yes" parent="listbox" name="cusedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%">
    1679         <node hidden="yes" parent="listbox" name="cusedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%">
    1680         ###
     1650    ###
     1651    <node parent="listbox" name="tunertype" text="Tunertype" type="choicebox" valign="middle" width="100%">
     1652    ### dvb-s
     1653    <node hidden="yes" parent="listbox" name="minfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%">
     1654    <node hidden="yes" parent="listbox" name="maxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%">
     1655    <node hidden="yes" parent="listbox" name="stepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%">
     1656    <node hidden="yes" parent="listbox" name="minsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%">
     1657    <node hidden="yes" parent="listbox" name="maxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%">
     1658    <node hidden="yes" parent="listbox" name="stepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%">
     1659    <node hidden="yes" parent="listbox" name="usedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%">
     1660    <node hidden="yes" parent="listbox" name="onlydvbs" text="Only DVBS" type="choicebox" valign="middle" width="100%">
     1661    <node hidden="yes" parent="listbox" name="usedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%">
     1662    ### dvb-t
     1663    <node hidden="yes" parent="listbox" name="tminfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%">
     1664    <node hidden="yes" parent="listbox" name="tmaxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%">
     1665    <node hidden="yes" parent="listbox" name="tstepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%">
     1666    <node hidden="yes" parent="listbox" name="tminsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%">
     1667    <node hidden="yes" parent="listbox" name="tmaxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%">
     1668    <node hidden="yes" parent="listbox" name="tstepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%">
     1669    <node hidden="yes" parent="listbox" name="tusedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%">
     1670    <node hidden="yes" parent="listbox" name="tusedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%">
     1671    ### dvb-c
     1672    <node hidden="yes" parent="listbox" name="cminfrequency" text="Minimal frequency" type="inputboxnum" valign="middle" width="100%">
     1673    <node hidden="yes" parent="listbox" name="cmaxfrequency" text="Maximal frequency" type="inputboxnum" valign="middle" width="100%">
     1674    <node hidden="yes" parent="listbox" name="cstepfrequency" text="Step frequency" type="inputboxnum" valign="middle" width="100%">
     1675    <node hidden="yes" parent="listbox" name="cminsignalrate" text="Minimal signalrate" type="inputboxnum" valign="middle" width="100%">
     1676    <node hidden="yes" parent="listbox" name="cmaxsignalrate" text="Maximal signalrate" type="inputboxnum" valign="middle" width="100%">
     1677    <node hidden="yes" parent="listbox" name="cstepsignalrate" text="Step signalrate" type="inputboxnum" valign="middle" width="100%">
     1678    <node hidden="yes" parent="listbox" name="cusedefaultsr" text="Only default signalrate" type="choicebox" valign="middle" width="100%">
     1679    <node hidden="yes" parent="listbox" name="cusedefaultfec" text="Only default FEC" type="choicebox" valign="middle" width="100%">
     1680    ###
    16811681<node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=407 width=30 height=30>
    16821682<node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=407 width=30 height=30>
     
    18101810#colorpicker
    18111811<screen name="colorpicker" posx="center" posy="center" width="344" height="342" hspace="28" vspace="28" bgcol="bgcol" bordercol="bordercol" bordersize="2">
    1812         <node name="cp" posx="0" posy="0" width="100%" height="30" bordercol="bordercol" bordersize="2" bgcol="0">
    1813 
    1814         <node name="grid" type="grid" posx="0" posy="35" width="100%" height="-2" bordercol="bordercol" bordersize="2" scrollbar="no">
    1815                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#554948" name="554949">
    1816                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#616160" name="616161">
    1817                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#F3A83E" name="F3A83F">
    1818 
    1819                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FF0000" name="FF0001">
    1820                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#DF0000" name="DF0001">
    1821                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#BF0000" name="BF0001">
    1822                 <node parent="grid" posx="120" width="40" height="30" bgcol="#9F0000" name="9F0001">
    1823                 <node parent="grid" posx="160" width="40" height="30" bgcol="#7F0000" name="7F0001">
    1824                 <node parent="grid" posx="200" width="40" height="30" bgcol="#5F0000" name="5F0001">
    1825                 <node parent="grid" posx="240" width="40" height="30" bgcol="#3F0000" name="3F0001">
    1826 
    1827                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#00FF00" name="00FF01">
    1828                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#00DF00" name="00DF01">
    1829                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#00BF00" name="00DB01">
    1830                 <node parent="grid" posx="120" width="40" height="30" bgcol="#009F00" name="009F01">
    1831                 <node parent="grid" posx="160" width="40" height="30" bgcol="#007F00" name="007F01">
    1832                 <node parent="grid" posx="200" width="40" height="30" bgcol="#005F00" name="005F01">
    1833                 <node parent="grid" posx="240" width="40" height="30" bgcol="#003F00" name="003F01">
    1834 
    1835                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#0000FF" name="0001FF">
    1836                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#0000DF" name="0001DF">
    1837                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#0000BF" name="0001BF">
    1838                 <node parent="grid" posx="120" width="40" height="30" bgcol="#00009F" name="00019F">
    1839                 <node parent="grid" posx="160" width="40" height="30" bgcol="#00007F" name="00017F">
    1840                 <node parent="grid" posx="200" width="40" height="30" bgcol="#00005F" name="00015F">
    1841                 <node parent="grid" posx="240" width="40" height="30" bgcol="#00003F" name="00013F">
    1842 
    1843                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FFFF00" name="FFFF01">
    1844                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#DFDF00" name="DFDF01">
    1845                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#BFBF00" name="BFBF01">
    1846                 <node parent="grid" posx="120" width="40" height="30" bgcol="#9F9F00" name="9F9F01">
    1847                 <node parent="grid" posx="160" width="40" height="30" bgcol="#7F7F00" name="7F7F01">
    1848                 <node parent="grid" posx="200" width="40" height="30" bgcol="#5F5F00" name="5F5F01">
    1849                 <node parent="grid" posx="240" width="40" height="30" bgcol="#3F3F00" name="3F3F01">
    1850 
    1851                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#00FFFF" name="01FFFF">
    1852                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#00DFDF" name="01DFDF">
    1853                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#00BFBF" name="01BFBF">
    1854                 <node parent="grid" posx="120" width="40" height="30" bgcol="#009F9F" name="019F9F">
    1855                 <node parent="grid" posx="160" width="40" height="30" bgcol="#007F7F" name="017F7F">
    1856                 <node parent="grid" posx="200" width="40" height="30" bgcol="#005F5F" name="015F5F">
    1857                 <node parent="grid" posx="240" width="40" height="30" bgcol="#003F3F" name="013F3F">
    1858 
    1859                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FF00FF" name="FF01FF">
    1860                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#DF00DF" name="DF01DF">
    1861                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#BF00BF" name="BF01BF">
    1862                 <node parent="grid" posx="120" width="40" height="30" bgcol="#9F009F" name="9F019F">
    1863                 <node parent="grid" posx="160" width="40" height="30" bgcol="#7F007F" name="7F017F">
    1864                 <node parent="grid" posx="200" width="40" height="30" bgcol="#5F005F" name="5F015F">
    1865                 <node parent="grid" posx="240" width="40" height="30" bgcol="#3F003F" name="3F013F">
    1866 
    1867                 <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FFFFFF" name="FFFFFE">
    1868                 <node parent="grid" posx="40"  width="40" height="30" bgcol="#DFDFDF" name="DFDFDE">
    1869                 <node parent="grid" posx="80"  width="40" height="30" bgcol="#BFBFBF" name="BFBFBE">
    1870                 <node parent="grid" posx="120" width="40" height="30" bgcol="#9F9F9F" name="9F9F9E">
    1871                 <node parent="grid" posx="160" width="40" height="30" bgcol="#7F7F7F" name="7F7F7E">
    1872                 <node parent="grid" posx="200" width="40" height="30" bgcol="#5F5F5F" name="5F5F5E">
    1873                 <node parent="grid" posx="240" width="40" height="30" bgcol="#3F3F3F" name="3F3F3E">
     1812    <node name="cp" posx="0" posy="0" width="100%" height="30" bordercol="bordercol" bordersize="2" bgcol="0">
     1813
     1814    <node name="grid" type="grid" posx="0" posy="35" width="100%" height="-2" bordercol="bordercol" bordersize="2" scrollbar="no">
     1815        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#554948" name="554949">
     1816        <node parent="grid" posx="40"  width="40" height="30" bgcol="#616160" name="616161">
     1817        <node parent="grid" posx="80"  width="40" height="30" bgcol="#F3A83E" name="F3A83F">
     1818
     1819        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FF0000" name="FF0001">
     1820        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DF0000" name="DF0001">
     1821        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BF0000" name="BF0001">
     1822        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F0000" name="9F0001">
     1823        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F0000" name="7F0001">
     1824        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F0000" name="5F0001">
     1825        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F0000" name="3F0001">
     1826
     1827        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#00FF00" name="00FF01">
     1828        <node parent="grid" posx="40"  width="40" height="30" bgcol="#00DF00" name="00DF01">
     1829        <node parent="grid" posx="80"  width="40" height="30" bgcol="#00BF00" name="00DB01">
     1830        <node parent="grid" posx="120" width="40" height="30" bgcol="#009F00" name="009F01">
     1831        <node parent="grid" posx="160" width="40" height="30" bgcol="#007F00" name="007F01">
     1832        <node parent="grid" posx="200" width="40" height="30" bgcol="#005F00" name="005F01">
     1833        <node parent="grid" posx="240" width="40" height="30" bgcol="#003F00" name="003F01">
     1834
     1835        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#0000FF" name="0001FF">
     1836        <node parent="grid" posx="40"  width="40" height="30" bgcol="#0000DF" name="0001DF">
     1837        <node parent="grid" posx="80"  width="40" height="30" bgcol="#0000BF" name="0001BF">
     1838        <node parent="grid" posx="120" width="40" height="30" bgcol="#00009F" name="00019F">
     1839        <node parent="grid" posx="160" width="40" height="30" bgcol="#00007F" name="00017F">
     1840        <node parent="grid" posx="200" width="40" height="30" bgcol="#00005F" name="00015F">
     1841        <node parent="grid" posx="240" width="40" height="30" bgcol="#00003F" name="00013F">
     1842
     1843        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FFFF00" name="FFFF01">
     1844        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DFDF00" name="DFDF01">
     1845        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BFBF00" name="BFBF01">
     1846        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F9F00" name="9F9F01">
     1847        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F7F00" name="7F7F01">
     1848        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F5F00" name="5F5F01">
     1849        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F3F00" name="3F3F01">
     1850
     1851        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#00FFFF" name="01FFFF">
     1852        <node parent="grid" posx="40"  width="40" height="30" bgcol="#00DFDF" name="01DFDF">
     1853        <node parent="grid" posx="80"  width="40" height="30" bgcol="#00BFBF" name="01BFBF">
     1854        <node parent="grid" posx="120" width="40" height="30" bgcol="#009F9F" name="019F9F">
     1855        <node parent="grid" posx="160" width="40" height="30" bgcol="#007F7F" name="017F7F">
     1856        <node parent="grid" posx="200" width="40" height="30" bgcol="#005F5F" name="015F5F">
     1857        <node parent="grid" posx="240" width="40" height="30" bgcol="#003F3F" name="013F3F">
     1858
     1859        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FF00FF" name="FF01FF">
     1860        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DF00DF" name="DF01DF">
     1861        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BF00BF" name="BF01BF">
     1862        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F009F" name="9F019F">
     1863        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F007F" name="7F017F">
     1864        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F005F" name="5F015F">
     1865        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F003F" name="3F013F">
     1866
     1867        <node parent="grid" type="gridbr" posx="0" width="40" height="30" bgcol="#FFFFFF" name="FFFFFE">
     1868        <node parent="grid" posx="40"  width="40" height="30" bgcol="#DFDFDF" name="DFDFDE">
     1869        <node parent="grid" posx="80"  width="40" height="30" bgcol="#BFBFBF" name="BFBFBE">
     1870        <node parent="grid" posx="120" width="40" height="30" bgcol="#9F9F9F" name="9F9F9E">
     1871        <node parent="grid" posx="160" width="40" height="30" bgcol="#7F7F7F" name="7F7F7E">
     1872        <node parent="grid" posx="200" width="40" height="30" bgcol="#5F5F5F" name="5F5F5E">
     1873        <node parent="grid" posx="240" width="40" height="30" bgcol="#3F3F3F" name="3F3F3E">
    18741874</screen>
    18751875
    18761876<screen name="unlock" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
    1877         <node fontsize="30" fontcol="grey" type="textbox" text="Serial Input" posy="10" posx="center" halign="center" width="100%" height="30">
    1878         <node fontsize="23" posx="10" posy="60" scrollbar="no" wrap="yes" type="textbox" name="info" width="680" height="160" text="Please contact Atemio for activation.">
    1879         <node name="id" type="textbox" fontsize="25" halign="center" valign="middle" posx="10" posy="230" width="680" height="30">
    1880         <node fontsize="23" posx="10" posy="270" scrollbar="no" type="listbox" name="listbox" width="680" height="115">
    1881                 <node parent="listbox" name="code1" text="Code1" type="inputboxnum" valign="middle" width="100%">
    1882                 <node parent="listbox" name="code2" text="Code2" type="inputboxnum" valign="middle" width="100%">
    1883         <node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
    1884         <node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     1877    <node fontsize="30" fontcol="grey" type="textbox" text="Serial Input" posy="10" posx="center" halign="center" width="100%" height="30">
     1878    <node fontsize="23" posx="10" posy="60" scrollbar="no" wrap="yes" type="textbox" name="info" width="680" height="160" text="Please contact Atemio for activation.">
     1879    <node name="id" type="textbox" fontsize="25" halign="center" valign="middle" posx="10" posy="230" width="680" height="30">
     1880    <node fontsize="23" posx="10" posy="270" scrollbar="no" type="listbox" name="listbox" width="680" height="115">
     1881        <node parent="listbox" name="code1" text="Code1" type="inputboxnum" valign="middle" width="100%">
     1882        <node parent="listbox" name="code2" text="Code2" type="inputboxnum" valign="middle" width="100%">
     1883    <node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
     1884    <node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
    18851885</screen>
    18861886
     
    19261926<node name="date" func="gettime" param1="%d.%m.%Y" valign="middle" posx="740" posy="14" width="150" height="26">
    19271927<node name="time" func="gettime" param1="%R" halign="right" valign="middle" posx="1090" posy="14" width="100" height="26">
    1928         <node name="grid" type="grid" fontsize="20" fontcol="white1" posx="10" posy="60" width="1180" height="515" scrollbar="no">
    1929                 <node parent="grid" type="textboxgridbr" wrap="yes" name="pos1" vspace="5" hspace="5" posx="0"   width="20%" height="510">
    1930                 <node parent="grid" type="textbox"       wrap="yes" name="pos2" vspace="5" hspace="5" posx="20%" width="20%" height="510">
    1931                 <node parent="grid" type="textbox"       wrap="yes" name="pos3" vspace="5" hspace="5" posx="40%" width="20%" height="510">
    1932                 <node parent="grid" type="textbox"       wrap="yes" name="pos4" vspace="5" hspace="5" posx="60%" width="20%" height="510">
    1933                 <node parent="grid" type="textbox"       wrap="yes" name="pos5" vspace="5" hspace="5" posx="80%" width="20%" height="510">
     1928    <node name="grid" type="grid" fontsize="20" fontcol="white1" posx="10" posy="60" width="1180" height="515" scrollbar="no">
     1929        <node parent="grid" type="textboxgridbr" wrap="yes" name="pos1" vspace="5" hspace="5" posx="0"   width="20%" height="510">
     1930        <node parent="grid" type="textbox"       wrap="yes" name="pos2" vspace="5" hspace="5" posx="20%" width="20%" height="510">
     1931        <node parent="grid" type="textbox"       wrap="yes" name="pos3" vspace="5" hspace="5" posx="40%" width="20%" height="510">
     1932        <node parent="grid" type="textbox"       wrap="yes" name="pos4" vspace="5" hspace="5" posx="60%" width="20%" height="510">
     1933        <node parent="grid" type="textbox"       wrap="yes" name="pos5" vspace="5" hspace="5" posx="80%" width="20%" height="510">
    19341934<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="600" width="30" height="30">
    19351935<node name="b2" picmem="skin/exit.png" valign="middle" posx="60" posy="600" width="30" height="30">
     
    19381938<screen name="mediadbedit" font="Sansation_Regular" fontcol="white1" posx="center" posy="36" width="1200" height="640" picmem="skin/X_Menu_2.png">
    19391939<node fontsize="30" fontcol="grey" type="textbox" text="MediaDB Edit" posx="center" posy="10" halign="center" width="100%" height="30">
    1940         <node name="listbox" type="listbox" fontsize="26" fontcol="white1" posx="10" posy="60" width="1180" height="515" bordercol="bordercol" scrollbar="auto">
    1941                 <node parent="listbox" type="inputbox" name="title" text="Title" valign="middle" width="100%">
    1942                 <node parent="listbox" type="inputbox" name="shortname" text="Shortname" valign="middle" width="100%">
    1943                 <node parent="listbox" type="inputbox" name="fileinfo" text="Fileinfo" valign="middle" width="100%">
    1944                 <node parent="listbox" type="inputboxnum" name="year" text="Year" valign="middle" width="100%">
    1945                 <node parent="listbox" type="inputbox" name="released" text="Released" valign="middle" width="100%">
    1946                 <node parent="listbox" type="inputbox" name="runtime" text="Runtime" valign="middle" width="100%">
    1947                 <node parent="listbox" type="inputbox" name="genre" text="Genre" valign="middle" width="100%">
    1948                 <node parent="listbox" type="inputbox" name="director" text="Director" valign="middle" width="100%">
    1949                 <node parent="listbox" type="inputbox" name="writer" text="Writer" valign="middle" width="100%">
    1950                 <node parent="listbox" type="inputbox" name="actors" text="Actors" valign="middle" width="100%">
    1951                 <node parent="listbox" type="inputbox" name="plot" text="Plot" valign="middle" width="100%">
    1952                 <node parent="listbox" type="choicebox" name="rating" text="Rating" valign="middle" width="100%">
    1953                 <node parent="listbox" type="inputboxnum" name="votes" text="Votes" valign="middle" width="100%">
    1954                 <node parent="listbox" type="choicebox" name="locked" text="Scan locking" valign="middle" width="100%">
    1955                 <node parent="listbox" type="choicebox" name="picture" text="Picture" valign="middle" width="100%">
     1940    <node name="listbox" type="listbox" fontsize="26" fontcol="white1" posx="10" posy="60" width="1180" height="515" bordercol="bordercol" scrollbar="auto">
     1941        <node parent="listbox" type="inputbox" name="title" text="Title" valign="middle" width="100%">
     1942        <node parent="listbox" type="inputbox" name="shortname" text="Shortname" valign="middle" width="100%">
     1943        <node parent="listbox" type="inputbox" name="fileinfo" text="Fileinfo" valign="middle" width="100%">
     1944        <node parent="listbox" type="inputboxnum" name="year" text="Year" valign="middle" width="100%">
     1945        <node parent="listbox" type="inputbox" name="released" text="Released" valign="middle" width="100%">
     1946        <node parent="listbox" type="inputbox" name="runtime" text="Runtime" valign="middle" width="100%">
     1947        <node parent="listbox" type="inputbox" name="genre" text="Genre" valign="middle" width="100%">
     1948        <node parent="listbox" type="inputbox" name="director" text="Director" valign="middle" width="100%">
     1949        <node parent="listbox" type="inputbox" name="writer" text="Writer" valign="middle" width="100%">
     1950        <node parent="listbox" type="inputbox" name="actors" text="Actors" valign="middle" width="100%">
     1951        <node parent="listbox" type="inputbox" name="plot" text="Plot" valign="middle" width="100%">
     1952        <node parent="listbox" type="choicebox" name="rating" text="Rating" valign="middle" width="100%">
     1953        <node parent="listbox" type="inputboxnum" name="votes" text="Votes" valign="middle" width="100%">
     1954        <node parent="listbox" type="choicebox" name="locked" text="Scan locking" valign="middle" width="100%">
     1955        <node parent="listbox" type="choicebox" name="picture" text="Picture" valign="middle" width="100%">
    19561956<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="600" width="30" height="30">
    19571957<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="600" width="30" height="30">
     
    19621962<node fontsize="30" fontcol="grey" type="textbox" text="Marker" posx="center" posy="10" halign="center" width="100%" height="30">
    19631963<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
    1964         <node type="menu" parent="listbox" name="dummy" text="dummy" textposx="0" halign="center" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
     1964    <node type="menu" parent="listbox" name="dummy" text="dummy" textposx="0" halign="center" valign="middle" width="100%" height="50" hspace="5" hidden="yes">
    19651965<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="410" width="30" height="30">
    19661966<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="410" width="30" height="30">
     
    20162016<node name="titletext" fontsize=30 fontcol=grey type=textbox text="" posy=10 posx=center halign=center width=980 height=30>
    20172017<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
    2018         <node parent="listbox" name="skin_mode" text="type" type="choicebox" valign="middle" width="100%">
    2019         <node parent="listbox" name="skin_sharename" text="sharename" type="inputbox" valign="middle" width="100%">
    2020         <node parent="listbox" name="skin_usedns" text="usedns" type="choicebox" valign="middle" width="100%">
    2021         <node parent="listbox" name="skin_dns" text="dnsaddresse" type="inputbox" valign="middle" width="100%">
    2022         <node parent="listbox" name="skin_ipaddress" text="ipaddress" type="inputboxnum" valign="middle" width="100%">
    2023         <node parent="listbox" name="skin_ftpport" text="ftpport" type="inputboxnum" valign="middle" width="100%">
    2024         <node parent="listbox" name="skin_sharedir" text="sharedir" type="inputbox" valign="middle" width="100%">
    2025         <node parent="listbox" name="skin_userauth" text="userauth" type="choicebox" valign="middle" width="100%">
    2026         <node parent="listbox" name="skin_username" text="username" type="inputbox" valign="middle" width="100%">
    2027         <node parent="listbox" name="skin_password" text="password" type="inputbox" valign="middle" width="100%">
    2028         <node parent="listbox" name="skin_protocol" text="protocol" type="choicebox" valign="middle" width="100%">
    2029         <node parent="listbox" name="skin_options" text="options" type="choicebox" valign="middle" width="100%">
    2030         <node parent="listbox" name="skin_wsize" text="wsize" type="choicebox" valign="middle" width="100%">
    2031         <node parent="listbox" name="skin_rsize" text="rsize" type="choicebox" valign="middle" width="100%">
    2032         <node parent="listbox" name="skin_usessl" text="usessl" type="choicebox" valign="middle" width="100%">
    2033         <node parent="listbox" name="skin_ssl" text="ssl" type="choicebox" valign="middle" width="100%">
    2034         <node parent="listbox" name="skin_useproxy" text="useproxy" type="choicebox" valign="middle" width="100%">
    2035         <node parent="listbox" name="skin_proxy" text="proxy" type="choicebox" valign="middle" width="100%">
    2036         <node parent="listbox" name="skin_proxyip" text="proxyip" type="inputboxnum" valign="middle" width="100%">
    2037         <node parent="listbox" name="skin_proxyport" text="proxyport" type="inputboxnum" valign="middle" width="100%">
    2038         <node parent="listbox" name="skin_proxyauth" text="proxyauth" type="choicebox" valign="middle" width="100%">
    2039         <node parent="listbox" name="skin_proxyuser" text="proxyuser" type="inputbox" valign="middle" width="100%">
    2040         <node parent="listbox" name="skin_proxypass" text="proxypass" type="inputbox" valign="middle" width="100%">
    2041         <node parent="listbox" name="skin_hddreplacement" text="hddreplacement" type="choicebox" valign="middle" width="100%">
     2018    <node parent="listbox" name="skin_mode" text="type" type="choicebox" valign="middle" width="100%">
     2019    <node parent="listbox" name="skin_sharename" text="sharename" type="inputbox" valign="middle" width="100%">
     2020    <node parent="listbox" name="skin_usedns" text="usedns" type="choicebox" valign="middle" width="100%">
     2021    <node parent="listbox" name="skin_dns" text="dnsaddresse" type="inputbox" valign="middle" width="100%">
     2022    <node parent="listbox" name="skin_ipaddress" text="ipaddress" type="inputboxnum" valign="middle" width="100%">
     2023    <node parent="listbox" name="skin_ftpport" text="ftpport" type="inputboxnum" valign="middle" width="100%">
     2024    <node parent="listbox" name="skin_sharedir" text="sharedir" type="inputbox" valign="middle" width="100%">
     2025    <node parent="listbox" name="skin_userauth" text="userauth" type="choicebox" valign="middle" width="100%">
     2026    <node parent="listbox" name="skin_username" text="username" type="inputbox" valign="middle" width="100%">
     2027    <node parent="listbox" name="skin_password" text="password" type="inputbox" valign="middle" width="100%">
     2028    <node parent="listbox" name="skin_protocol" text="protocol" type="choicebox" valign="middle" width="100%">
     2029    <node parent="listbox" name="skin_options" text="options" type="choicebox" valign="middle" width="100%">
     2030    <node parent="listbox" name="skin_wsize" text="wsize" type="choicebox" valign="middle" width="100%">
     2031    <node parent="listbox" name="skin_rsize" text="rsize" type="choicebox" valign="middle" width="100%">
     2032    <node parent="listbox" name="skin_usessl" text="usessl" type="choicebox" valign="middle" width="100%">
     2033    <node parent="listbox" name="skin_ssl" text="ssl" type="choicebox" valign="middle" width="100%">
     2034    <node parent="listbox" name="skin_useproxy" text="useproxy" type="choicebox" valign="middle" width="100%">
     2035    <node parent="listbox" name="skin_proxy" text="proxy" type="choicebox" valign="middle" width="100%">
     2036    <node parent="listbox" name="skin_proxyip" text="proxyip" type="inputboxnum" valign="middle" width="100%">
     2037    <node parent="listbox" name="skin_proxyport" text="proxyport" type="inputboxnum" valign="middle" width="100%">
     2038    <node parent="listbox" name="skin_proxyauth" text="proxyauth" type="choicebox" valign="middle" width="100%">
     2039    <node parent="listbox" name="skin_proxyuser" text="proxyuser" type="inputbox" valign="middle" width="100%">
     2040    <node parent="listbox" name="skin_proxypass" text="proxypass" type="inputbox" valign="middle" width="100%">
     2041    <node parent="listbox" name="skin_hddreplacement" text="hddreplacement" type="choicebox" valign="middle" width="100%">
    20422042<node name=b1 picmem=skin/ok.png   valign=middle posx=20 posy=407 width=30 height=30>
    20432043<node name=b2 picmem=skin/exit.png valign=middle posx=70 posy=407 width=30 height=30>
     
    20522052<node fontsize=30 fontcol=grey type=textbox text="CallMonitor Settings" posy=10 posx=center halign=center width=980 height=30>
    20532053<node fontsize=23 posx=10 posy=60 bordercol=scrollbarcol scrollbar=auto type=listbox name=listbox width=980 height=325>
    2054 <node name=fritzversion type=choicebox parent=listbox valign=middle posx=0 text="Fritzbox Firmware... >= 05.50" bordercol=bordercol bordersize=2 width=100% height=25>
     2054#<node name=fritzversion type=choicebox parent=listbox valign=middle posx=0 text="Fritzbox Firmware... >= 05.50" bordercol=bordercol bordersize=2 width=100% height=25>
    20552055<node name=ipaddress type=inputboxnum parent=listbox valign=middle text="IP-FritzBox" bordercol=bordercol bordersize=2 width=100% height=25>
    20562056<node name=userid type=inputbox parent=listbox valign=middle posx=0 text="Nutzername-Fritzbox (optional)" bordercol=bordercol bordersize=2 width=100% height=25>
     
    23752375<node fontsize="30" fontcol="grey" type="textbox" text="Setup HDMI-CEC" posy="10" posx="center" halign="center" width="100%" height="30">
    23762376<node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
    2377         <node parent="listbox" name="cecon" text="Activate" type="choicebox" valign="middle" width="100%">
    2378         <node parent="listbox" name="alloff" text="Set standby all connected devices" type="choicebox" valign="middle" width="100%">
    2379         <node parent="listbox" name="allon" text="Wakeup all connected devices" type="choicebox" valign="middle" width="100%">
    2380         <node parent="listbox" name="tvoff" text="Set standby TV" type="choicebox" valign="middle" width="100%">
    2381         <node parent="listbox" name="tvon" text="Wakeup TV" type="choicebox" valign="middle" width="100%">
    2382         <node parent="listbox" name="recoff" text="Set standby A/V Receiver" type="choicebox" valign="middle" width="100%">
    2383         <node parent="listbox" name="recon" text="Wakeup A/V Receiver" type="choicebox" valign="middle" width="100%">
    2384         <node parent="listbox" name="tvswitch" text="Switch TV to the correct input" type="choicebox" valign="middle" width="100%">
    2385         <node parent="listbox" name="cecfix" text="Use fixed physical address" type="choicebox" valign="middle" width="100%">
     2377    <node parent="listbox" name="cecon" text="Activate" type="choicebox" valign="middle" width="100%">
     2378    <node parent="listbox" name="alloff" text="Set standby all connected devices" type="choicebox" valign="middle" width="100%">
     2379    <node parent="listbox" name="allon" text="Wakeup all connected devices" type="choicebox" valign="middle" width="100%">
     2380    <node parent="listbox" name="tvoff" text="Set standby TV" type="choicebox" valign="middle" width="100%">
     2381    <node parent="listbox" name="tvon" text="Wakeup TV" type="choicebox" valign="middle" width="100%">
     2382    <node parent="listbox" name="recoff" text="Set standby A/V Receiver" type="choicebox" valign="middle" width="100%">
     2383    <node parent="listbox" name="recon" text="Wakeup A/V Receiver" type="choicebox" valign="middle" width="100%">
     2384    <node parent="listbox" name="tvswitch" text="Switch TV to the correct input" type="choicebox" valign="middle" width="100%">
     2385    <node parent="listbox" name="cecfix" text="Use fixed physical address" type="choicebox" valign="middle" width="100%">
    23862386<node name="b1" picmem="skin/ok.png"   valign="middle" posx="20" posy="407" width="30" height="30">
    23872387<node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     
    23892389
    23902390<screen name="pipscreen" fontsize="20" fontcol="#FFFFFF" posx="25" posy="25" width="100" height="434" halign="center" vspace="10" bordersize="1" bordercol="#0F15E3" borderradius="8" bgcol="#0F15E3" bgcol2="#267FB2" gradient="topmiddle" transparent="0">
    2391         <node posx="0" posy="0"   name="t1" text="position" valign="middle" halign="center" width="100%" height="20">
    2392         <node posx="0" posy="22"  name="b1" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_control_cross_70x40.png" picwidth="70" picheight="40">
    2393         <node posx="0" posy="72"  name="t2" text="size" valign="middle" halign="center" width="100%" height="20">
    2394         <node posx="0" posy="94"  name="b2" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_ch_up_down_70x40.png" picwidth="70" picheight="40">
    2395         <node posx="0" posy="144" name="t4" text="SAVE" valign="middle" halign="center" width="100%" height="20">
    2396         <node posx="0" posy="166" name="b4" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_ok_70x40.png" picwidth="70" picheight="40">
    2397         <node posx="0" posy="216" name="t5" text="stop" valign="middle" halign="center" width="100%" height="20">
    2398         <node posx="0" posy="238" name="b5" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_exit_70x40.png" picwidth="70" picheight="40">
    2399         <node posx="0" posy="287" name="x1" width="100%" height="2" bgcol="#267FB2">
    2400         <node posx="0" posy="298" name="hdmi" text="HDMI-in" valign="middle" halign="center" width="100%" height="20">
    2401         <node posx="0" posy="320" name="b3" valign="middle" halign="center" width="100%" height="30" picmem="skin/key_red_30x30.png" picwidth="30" picheight="30">
    2402         <node posx="0" posy="360" name="t6" text="->swap<-" valign="middle" halign="center" width="100%" height="20">
    2403         <node posx="0" posy="382" name="b6" valign="middle" halign="center" width="100%" height="30" picmem="skin/key_blue_30x30.png" picwidth="30" picheight="30">
     2391    <node posx="0" posy="0"   name="t1" text="position" valign="middle" halign="center" width="100%" height="20">
     2392    <node posx="0" posy="22"  name="b1" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_control_cross_70x40.png" picwidth="70" picheight="40">
     2393    <node posx="0" posy="72"  name="t2" text="size" valign="middle" halign="center" width="100%" height="20">
     2394    <node posx="0" posy="94"  name="b2" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_ch_up_down_70x40.png" picwidth="70" picheight="40">
     2395    <node posx="0" posy="144" name="t4" text="SAVE" valign="middle" halign="center" width="100%" height="20">
     2396    <node posx="0" posy="166" name="b4" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_ok_70x40.png" picwidth="70" picheight="40">
     2397    <node posx="0" posy="216" name="t5" text="stop" valign="middle" halign="center" width="100%" height="20">
     2398    <node posx="0" posy="238" name="b5" valign="middle" halign="center" width="100%" height="40" picmem="skin/key_exit_70x40.png" picwidth="70" picheight="40">
     2399    <node posx="0" posy="287" name="x1" width="100%" height="2" bgcol="#267FB2">
     2400    <node posx="0" posy="298" name="hdmi" text="HDMI-in" valign="middle" halign="center" width="100%" height="20">
     2401    <node posx="0" posy="320" name="b3" valign="middle" halign="center" width="100%" height="30" picmem="skin/key_red_30x30.png" picwidth="30" picheight="30">
     2402    <node posx="0" posy="360" name="t6" text="->swap<-" valign="middle" halign="center" width="100%" height="20">
     2403    <node posx="0" posy="382" name="b6" valign="middle" halign="center" width="100%" height="30" picmem="skin/key_blue_30x30.png" picwidth="30" picheight="30">
    24042404</screen>
    24052405
    24062406<screen name="pipsetup" font="Sansation_Regular" fontcol="white1" fontsize="26" posx="center" posy="center" width="700" height="450" picmem="skin/X_Menu_3.png">
    2407         <node fontsize="30" fontcol="grey" type="textbox" text="Setup PIP" posx="center" posy="10" halign="center" width="100%" height="30">
    2408         <node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
    2409                 <node parent="listbox" name="pip" text="key pip" type="choicebox" valign="middle" width="100%">
    2410                 <node parent="listbox" name="pipzap" text="key channel up/down" type="choicebox" valign="middle" width="100%">
    2411                 <node parent="listbox" name="null" text="key 0" type="choicebox" valign="middle" width="100%">
    2412         <node name="b1" picmem="skin/ok.png" valign="middle" posx="20" posy="407" width="30" height="30">
    2413         <node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
     2407    <node fontsize="30" fontcol="grey" type="textbox" text="Setup PIP" posx="center" posy="10" halign="center" width="100%" height="30">
     2408    <node fontsize="23" posx="10" posy="60" bordercol="scrollbarcol" scrollbar="auto" type="listbox" name="listbox" width="680" height="325">
     2409        <node parent="listbox" name="pip" text="key pip" type="choicebox" valign="middle" width="100%">
     2410        <node parent="listbox" name="pipzap" text="key channel up/down" type="choicebox" valign="middle" width="100%">
     2411        <node parent="listbox" name="null" text="key 0" type="choicebox" valign="middle" width="100%">
     2412    <node name="b1" picmem="skin/ok.png" valign="middle" posx="20" posy="407" width="30" height="30">
     2413    <node name="b2" picmem="skin/exit.png" valign="middle" posx="70" posy="407" width="30" height="30">
    24142414</screen>
    24152415
Note: See TracChangeset for help on using the changeset viewer.