Record Infobar




Author vlamo and Dima73.

Menu -> Setup -> System -> Record Infobar
Additional adjustment under your skin.
We have four main plugin widget (widget):
chNum - displays the number of the recording (s) of the channel (s) in bouquets
chName - displays the name of the recording (s) of the channel (s)
chProv - displays the name of the provider recording (s) of the channel (s)
chBouq - displays the name of the recording of the bouquet (s) of the channel (s)
recName - displays the name of the record (s)
chTuner - Tuner displays the letter (A, B, C, etc.) recording (s) of the channel (s)
timelen - displays the recording time (s) in the format of Minutes: Seconds
Widget chName is mandatory, all others can be added at its discretion.
Example:
Code:
<screen name="RecInfoBar" position="240,440" size="800,50" zPosition="-1" title="Records Info" backgroundColor="transparent" flags="wfNoBorder" >
    <ePixmap pixmap="infinity-hd-full-info/recinfobar-fs8.png" position="0,0" zPosition="-1" size="800,200" />
    <widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icons/record.png" position="40,36" zPosition="2" size="14,14" alphatest="on" >
         <convert type="ConditionalShowHide">Blink</convert>
    </widget>
<widget name="chNum"   position="208,35"  size="40,18"  zPosition="1" font="Regular;18" halign="right" transparent="1" noWrap="1" foregroundColor="white" backgroundColor="black"  />
            <widget name="chTuner"  position="60,35" size="20,18" zPosition="1" font="Regular;18" halign="left" transparent="1" noWrap="1" foregroundColor="blue" backgroundColor="black"  />
<widget name="chProv"  position="90,35" size="118,18" zPosition="1" font="Regular;18" halign="left" transparent="1" noWrap="1" foregroundColor="yellow" backgroundColor="black"  />
<widget name="chName"  position="260,35" size="191,18" zPosition="1" font="Regular;18" halign="left"  transparent="1" noWrap="1" foregroundColor="white" backgroundColor="black"  />
<widget name="timelen" position="710,35" size="60,18"  zPosition="1" font="Regular;18" halign="right" transparent="1" noWrap="1" foregroundColor="white" backgroundColor="black"  />
            <widget name="recName" position="458,35" size="261,18"  zPosition="1" font="Regular;18" halign="left" transparent="1" noWrap="1" foregroundColor="grey" backgroundColor="black"  />
</screen
Code:
Version 1.0-rc16
changes:
-Added options "Set correct position service(timer) in Channel Selector"(yes/no)
For timer zap or zap+record,only for TV services which are in bouquets.
Thx Dima73