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

[tobayer01 skin] add transcode settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/skins_tobayer01/_path_/usr/local/share/titan/skin/tobayer01/skin.xml

    r31687 r31739  
    10201020        <node posx="0" posy="0" width="100%" height="40" bgcol="bgcol_blue">
    10211021        <node name="listbox" type="listbox" scrollbar="auto" font="font1" charspace="-1" fontsize="28" fontcol="fontcol" posx="10" posy="10" width="880" height="-50" bordercol="fontcol">
    1022                 <node name="httpdstart" text="Start HTTPD" type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
    1023                 <node name="user"       text="User"        type="inputbox"    parent="listbox" valign="middle" width="100%" height="35">
    1024                 <node name="password"   text="Password"    type="inputbox"    parent="listbox" valign="middle" width="100%" height="35">
    1025                 <node name="httpdport"  text="HTTPD Port"  type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
    1026                 <node name="webifip"    text="IP for Stream" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
    1027                 <node name="streamport" text="Stream Port" type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
    1028                 <node name="rguidstart" text="Start RGUID" type="choicebox"   parent="listbox" valign="middle" width="100%" height="35">
    1029                 <node name="rguidport"  text="RGUID Port"  type="inputboxnum" parent="listbox" valign="middle" width="100%" height="35">
    1030                 <node name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" parent="listbox" valign="middle" width="100%" height="35">
     1022                <node parent="listbox" name="httpdstart" text="Start HTTPD" type="choicebox" valign="middle" width="100%" height="35">
     1023                <node parent="listbox" name="user" text="User" type="inputbox" valign="middle" width="100%" height="35">
     1024                <node parent="listbox" name="password" text="Password" type="inputbox" valign="middle" width="100%" height="35">
     1025                <node parent="listbox" name="httpdport" text="HTTPD Port" type="inputboxnum" valign="middle" width="100%" height="35">
     1026                <node parent="listbox" name="webifip" text="IP for Stream" type="choicebox" valign="middle" width="100%" height="35">
     1027                <node parent="listbox" name="streamport" text="Stream Port" type="inputboxnum" valign="middle" width="100%" height="35">
     1028                <node parent="listbox" name="rguidstart" text="Start RGUID" type="choicebox" valign="middle" width="100%" height="35">
     1029                <node parent="listbox" name="rguidport" text="RGUID Port" type="inputboxnum" valign="middle" width="100%" height="35">
     1030                <node parent="listbox" name="transcode" text="Transcode Stream" type="choicebox" valign="middle" width="100%" height="35">
     1031                <node parent="listbox" name="bitrate" text="__Bitrate" type="choicebox" valign="middle" width="100%" height="35">
     1032                <node parent="listbox" name="resolution" text="__Resolution" type="choicebox" valign="middle" width="100%" height="35">
     1033                <node parent="listbox" name="aspectratio" text="__aspectratio" type="choicebox" valign="middle" width="100%" height="35">
     1034                <node parent="listbox" name="streamzapping" text="Allowed Zapping via Streamlink" type="choicebox" valign="middle" width="100%" height="35">
    10311035        <node name="b1" picmem="skin/key_ok.png"   halign="center" valign="middle" posx="850" posy="0" width="40" height="40">
    10321036        <node name="b2" picmem="skin/key_exit.png" halign="center" valign="middle" posx="10"  posy="0" width="40" height="40">
Note: See TracChangeset for help on using the changeset viewer.