Jump to content


Photo

Plug-in Record Infobar


  • Please log in to reply
45 replies to this topic

#1 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 3 March 2012 - 10:36

Author vlamo (dream.altmaster.net)
Setting
Menu -> Setup -> System -> Record Infobar
Here you can:
-enable / disable the Record Infobar (disabled by default)
-Record Infobar adjust the position on the screen oci X and Y (the default X = 60, Y = 360)
-adjust the direction of expansion Record Infobar (the default top)

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

Modified by Dima73.
-Zap on start service recording
1)default
2)always
3)ask the user(message with a choice of 20 seconds before the timer recording)

P.S.My modification of an experimental.
Please write about the test results.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #2 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 3 March 2012 - 10:44

Should that skin part be added somewhere or is it included in the plugin?
Do you find some link to the sources of this plugin?

Edited by littlesat, 3 March 2012 - 10:52.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Plug-in Record Infobar #3 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 3 March 2012 - 11:26

Should that skin part be added somewhere or is it included in the plugin?

Default option skin registered plug-in code.
There's only the name of the channel and time..
More options on the screen under my skin.

Do you find some link to the sources of this plugin?

http://dream.altmast...01&postcount=23

Nothing more.

Edited by Dima73, 3 March 2012 - 11:26.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #4 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 15 March 2012 - 20:26

Version 1.0-rc11
-fix message from a deep standby
-cosmetic changes

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #5 halflife

  • Senior Member
  • 59 posts

0
Neutral

Posted 17 March 2012 - 10:53

tryed on pli hd and scarllet hd skin, not working. no any record info bar

Re: Plug-in Record Infobar #6 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 17 March 2012 - 15:01

tryed on pli hd and scarllet hd skin, not working. no any record info bar

I do not know.
On the other image is no problem.
Sorry, only for the remake of PLi will not.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #7 halflife

  • Senior Member
  • 59 posts

0
Neutral

Posted 17 March 2012 - 15:49

What skin did you use on picture above?


Re: Plug-in Record Infobar #8 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 17 March 2012 - 18:51

What skin did you use on picture above?

infinity-hd

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #9 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 18 March 2012 - 11:24

What skin did you use on picture above?

DMConcinnity-HD

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #10 halflife

  • Senior Member
  • 59 posts

0
Neutral

Posted 18 March 2012 - 15:20

When I install infinity hd, infobar become visible, like on your picture. I see latest rotor position, how to get that?

Re: Plug-in Record Infobar #11 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 18 March 2012 - 16:58

When I install infinity hd, infobar become visible, like on your picture. I see latest rotor position, how to get that?

It is quite another matter :D .
Can you edit skins?
If so, an example:
   <eLabel text="Rotor:" position="930, 512" size="60,18" font="Regular; 17" zPosition="2" backgroundColor="black" transparent="1"  foregroundColor="grey" />
	<widget source="session.CurrentService" render="Label" position="983, 512" zPosition="2" size="60, 18" font="Regular; 16" transparent="1" foregroundColor="grey" backgroundColor="black">
	  <convert type="Dish"/>
	</widget>

and converter Dish the archive...

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #12 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 2 April 2012 - 11:10

Version 1.0-rc12
-Go into standby mode when the automatic inclusion of a timer recording from the deep standby
-Time-message display to the standby
-For what-timer recording (after the event) to use this mode

For the timer to the type of car, the message about the transition to the standby mode does not appear.
The transition occurs immediately after switching on.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #13 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 1 May 2012 - 18:33

Version 1.0-rc13
-Fixed initialization infobara on some skins.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #14 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 19 May 2012 - 10:17

New example:
  <screen name="RecInfoBar" position="240,540" size="800,20" zPosition="1"  title="Records Info"  flags="wfNoBorder" >
	<widget source="session.RecordState" render="Pixmap" pixmap="skin_default/icons/record.png" position="15,8" zPosition="1" size="14,14" alphatest="on" >
	  <convert type="ConditionalShowHide">Blink</convert>
	</widget>
<widget name="chNum"   position="208,5"  size="40,18"  zPosition="1" font="Regular;18" halign="right" transparent="1" noWrap="1" foregroundColor="white" backgroundColor="black"  />
<widget name="chTuner"  position="60,5" size="20,18" zPosition="1" font="Regular;18" halign="left" transparent="1" noWrap="1" foregroundColor="blue" backgroundColor="black"  />
<widget name="chProv"  position="90,5" size="118,18" zPosition="1" font="Regular;18" halign="left" transparent="1" noWrap="1" foregroundColor="yellow" backgroundColor="black"  />
<widget name="chName"  position="260,5" size="225,18" zPosition="1" font="Regular;18" halign="left"  transparent="1" noWrap="1" foregroundColor="white" backgroundColor="black"  />
<widget name="timelen" position="735,5" size="60,18"  zPosition="1" font="Regular;18" halign="right" transparent="1" noWrap="1" foregroundColor="white" backgroundColor="black"  />
 <widget name="recName" position="458,5" size="261,18"  zPosition="1" font="Regular;18" halign="left" transparent="1" noWrap="1" foregroundColor="grey" backgroundColor="black"  />
  </screen>
Example for PLi-HD the archive...

Edited by Dima73, 19 May 2012 - 10:18.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #15 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 19 May 2012 - 17:48

Please push the required modifications of the PLiHD skin to github....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Plug-in Record Infobar #16 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 15 September 2012 - 16:27

Version 1.0-rc14
changes:
-Fixed to openPli(StbHardware)
-Added support for alternative numbering openPli

P.S.Plugin as earlier works on all image

Edited by Dima73, 15 September 2012 - 16:28.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #17 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 15 September 2012 - 21:14

...Please write about the test results.

works great here on dm8000/PLi3 :)
Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: Plug-in Record Infobar #18 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 16 September 2012 - 07:28

Maybe you can add the po and/or pot file to the plugin, so we can support localisation?

Re: Plug-in Record Infobar #19 Dimitrij

  • PLi® Core member
  • 9,995 posts

+338
Excellent

Posted 16 September 2012 - 08:36

Maybe you can add the po and/or pot file to the plugin, so we can support localisation?

Ok

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Plug-in Record Infobar #20 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 16 September 2012 - 08:44

Do you want xx.po-files to be posted here?


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users