Changeset 31740


Ignore:
Timestamp:
Dec 15, 2014, 1:44:07 AM (11 years ago)
Author:
tobayer
Message:

[ufs912 skin] add transcode settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_ufs912/_path_/usr/local/share/titan/skin/ufs912/skin.xml

    r31687 r31740  
    11111111        <node name="pic" picmem="skin/ufs912_background.png" posx="1" posy="1" width="895" height="30">
    11121112        <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol1" posx="10" posy="25" width="876" height="-40" bordercol="fontcol2">
    1113                 <node name="httpdstart" text="Start HTTPD" type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
    1114                 <node name="user"       text="User"        type="inputbox"    parent="listbox" valign="middle" width="100%" height="35">
    1115                 <node name="password"   text="Password"    type="inputbox"    parent="listbox" valign="middle" width="100%" height="35">
    1116                 <node name="httpdport"  text="HTTPD Port"  type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
    1117                 <node name="webifip"    text="IP for Stream" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
    1118                 <node name="streamport" text="Stream Port" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
    1119                 <node name="rguidstart" text="Start RGUID" type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
    1120                 <node name="rguidport"  text="RGUID Port"  type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
    1121                 <node name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
     1113                <node parent="listbox" name="httpdstart" text="Start HTTPD" type="choicebox" valign="middle" width="100%" height="35">
     1114                <node parent="listbox" name="user" text="User" type="inputbox" valign="middle" width="100%" height="35">
     1115                <node parent="listbox" name="password" text="Password" type="inputbox" valign="middle" width="100%" height="35">
     1116                <node parent="listbox" name="httpdport" text="HTTPD Port" type="inputboxnum" valign="middle" width="100%" height="35">
     1117                <node parent="listbox" name="webifip" text="IP for Stream" type="choicebox" valign="middle" width="100%" height="35">
     1118                <node parent="listbox" name="streamport" text="Stream Port" type="inputboxnum" valign="middle" width="100%" height="35">
     1119                <node parent="listbox" name="rguidstart" text="Start RGUID" type="choicebox" valign="middle" width="100%" height="35">
     1120                <node parent="listbox" name="rguidport" text="RGUID Port" type="inputboxnum" valign="middle" width="100%" height="35">
     1121                <node parent="listbox" name="transcode" text="Transcode Stream" type="choicebox" valign="middle" width="100%" height="35">
     1122                <node parent="listbox" name="bitrate" text="__Bitrate" type="choicebox" valign="middle" width="100%" height="35">
     1123                <node parent="listbox" name="resolution" text="__Resolution" type="choicebox" valign="middle" width="100%" height="35">
     1124                <node parent="listbox" name="aspectratio" text="__aspectratio" type="choicebox" valign="middle" width="100%" height="35">
     1125                <node parent="listbox" name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" valign="middle" width="100%" height="35">
    11221126        <node name="b1" picmem="skin/key_ok.png"   halign="right" valign="middle" posx="836" posy="0" width="50" height="40">
    11231127        <node name="b2" picmem="skin/key_exit.png" halign="left"  valign="middle" posx="10"  posy="0" width="50" height="40">
Note: See TracChangeset for help on using the changeset viewer.