Jump to content


Photo

Vu+ 4K QuadPiP


  • Please log in to reply
172 replies to this topic

Re: Vu+ 4K QuadPiP #101 колбаскин

  • Senior Member
  • 105 posts

+1
Neutral

Posted 28 September 2017 - 10:39

It is possible to test what you have?



Re: Vu+ 4K QuadPiP #102 littlesat

  • PLi® Core member
  • 56,329 posts

+691
Excellent

Posted 28 September 2017 - 10:40

Yep... There are two ways...

 

At this moment build yourself a develop image...

 

-or-

 

wait a few weeks until 6.0 is released and we have 6.1 r/c images.


Edited by littlesat, 28 September 2017 - 10:40.

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


Re: Vu+ 4K QuadPiP #103 WanWizard

  • PLi® Core member
  • 68,707 posts

+1,741
Excellent

Posted 28 September 2017 - 13:02

After 6.0 is released and the buildserver suffle is finished we will make a nightly develop build public again.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Vu+ 4K QuadPiP #104 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 28 September 2017 - 13:41

It is possible to test what you have?

you can test "poor man" Quad PiP till then, originally 9 screens by AliAbdul

https://github.com/O...e/master/mosaic

I made a 4 screen version of it, one live picture and 3 still pictures cycling around, with green, yellow you can start/pause mosaic, Ch+,Ch- change cycling speed, 1,2,3,4 explicitly choose the screen, here is the problem, I get sometimes GS, not always, can someone have a look at it, put it into Extensions, the plugin is almost 10 years old, still works, also good for EPG refresh, could be a good idea for the real QuadPiP, just put 4 services in one user boquet you want to quad PiP, usually sport or news and merry-go-round

Attached Files



Re: Vu+ 4K QuadPiP #105 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 11:17

@

Erik Slagter

Can you fix serviceItemHeight="40"

 

class CreateQuadPipChannelEntry(ChannelSelectionBase):
    skin_default_1080p = """
        <screen name="CreateQuadPipChannelEntry" position="center,center" size="1500,850" flags="wfNoBorder">
            <widget source="Title" render="Label" position="100,60" size="1300,60" zPosition="3" font="Semiboldit;52" halign="left" valign="center" backgroundColor="#25062748" transparent="1" />
            <ePixmap pixmap="skin_default/buttons/red.png" position="137,140" size="140,40" alphatest="blend" />
            <ePixmap pixmap="skin_default/buttons/green.png" position="492,140" size="140,40" alphatest="blend" />
            <ePixmap pixmap="skin_default/buttons/yellow.png" position="837,140" size="140,40" alphatest="blend" />
            <ePixmap pixmap="skin_default/buttons/blue.png" position="1192,140" size="140,40" alphatest="blend" />
            <widget name="key_red" position="137,140" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#9f1313" foregroundColor="#ffffff" transparent="1" />
            <widget name="key_green" position="492,140" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#1f771f" foregroundColor="#ffffff" transparent="1" />
            <widget name="key_yellow" position="837,140" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#a08500" foregroundColor="#ffffff" transparent="1" />
            <widget name="key_blue" position="1192,140" zPosition="1" size="140,40" font="Regular;20" halign="center" valign="center" backgroundColor="#18188b" foregroundColor="#ffffff" transparent="1" />
            <widget name="list" position="100,200" size="1250,365" serviceItemHeight="40" serviceNumberFont="Regular;28" serviceNameFont="Regular;28" serviceInfoFont="Semibold;24" foregroundColorServiceNotAvail="#58595b" transparent="1" scrollbarMode="showOnDemand" />
            <widget name="textChannels" position="100,580" size="1250,30" font="Regular;33" transparent="1" />
            <widget name="selectedList" position="110,620" size="700,160" font="Regular;28" itemHeight="40" transparent="1" />
            <widget name="description" position="860,630" size="650,160" font="Regular;28" halign="left" transparent="1" />
        </screen>


Edited by Matrix10, 30 September 2017 - 11:19.


Re: Vu+ 4K QuadPiP #106 littlesat

  • PLi® Core member
  • 56,329 posts

+691
Excellent

Posted 30 September 2017 - 12:25

Why?... I think we also should use border with size 3 there.... 


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


Re: Vu+ 4K QuadPiP #107 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 15:15

Because the size does not change and default is not  serviceItemHeight="40" (but +- 30)

the letters have been cut off in CreateQuadPipChannelEntry

 

If you put the coding ( CreateQuadPipChannelEntry ) in skin.xml (1080 p skins)

remains unchanged

Edited by Matrix10, 30 September 2017 - 15:17.


Re: Vu+ 4K QuadPiP #108 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 15:20

For info

 

QuadPip
does not work well
sometimes the whole picture is flashing test solo 4K



Re: Vu+ 4K QuadPiP #109 littlesat

  • PLi® Core member
  • 56,329 posts

+691
Excellent

Posted 30 September 2017 - 16:54


Because the size does not change and default is not  serviceItemHeight="40" (but +- 30)

the letters have been cut off in CreateQuadPipChannelEntry

Can you show a screenshot... ? For me it is not clear what you mean...


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


Re: Vu+ 4K QuadPiP #110 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 30 September 2017 - 18:04

For info
 
QuadPip
does not work well
sometimes the whole picture is flashing test solo 4K

That has nothing to do with the plugin. We already said it's offered as-is.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Vu+ 4K QuadPiP #111 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 18:10

 


Because the size does not change and default is not  serviceItemHeight="40" (but +- 30)

the letters have been cut off in CreateQuadPipChannelEntry

Can you show a screenshot... ? For me it is not clear what you mean...

 

 

Attached Files


Edited by Matrix10, 30 September 2017 - 18:11.


Re: Vu+ 4K QuadPiP #112 littlesat

  • PLi® Core member
  • 56,329 posts

+691
Excellent

Posted 30 September 2017 - 18:53

With standard skin you do not have that effect... it should not be solved in the plugin, but in the skin instead.

Edited by littlesat, 30 September 2017 - 18:54.

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


Re: Vu+ 4K QuadPiP #113 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 30 September 2017 - 19:33

size(x,y), y should be always a multiple of serviceItemHeight, y=360 (not 365) = 9x40=9 items, 30 ist ok=12 items,if you change serviceItemHeight to 30 font should be smaller, 28->26 or even smaller ->24



Re: Vu+ 4K QuadPiP #114 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 19:34

With standard skin you do not have that effect... it should not be solved in the plugin, but in the skin instead.

 

That is the problem
if I put coding in skin.xml
serviceItemHeight = "40" has no effect at all


Re: Vu+ 4K QuadPiP #115 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 19:38

Example :

 

<screen name="CreateQuadPipChannelEntry" position="center,200" size="1300,720" title="">
<ePixmap pixmap="MX_S6p/buttons/red48x48.png" position="100,660" size="48,48" alphatest="blend"/>
<ePixmap pixmap="MX_S6p/buttons/green48x48.png" position="400,660" size="48,48" alphatest="blend"/>
<ePixmap pixmap="MX_S6p/buttons/yellow48x48.png" position="700,660" size="48,48" alphatest="blend"/>
<ePixmap pixmap="MX_S6p/buttons/blue48x48.png" position="1000,660" size="48,48" alphatest="blend"/>
<widget name="key_red" position="160,660" size="330,50" zPosition="1" font="Regular;32" halign="left" valign="center" foregroundColor="button" backgroundColor="bgkey" transparent="1"/>
<widget name="key_green" position="460,660" size="330,50" zPosition="1" font="Regular;32" halign="left" valign="center" foregroundColor="button" backgroundColor="bgkey" transparent="1"/>
<widget name="key_yellow" position="760,660" size="330,50" zPosition="1" font="Regular;32" halign="left" valign="center" foregroundColor="button" backgroundColor="bgkey" transparent="1"/>
<widget name="key_blue" position="1060,660" size="330,50" zPosition="1" font="Regular;32" halign="left" valign="center" foregroundColor="button" backgroundColor="bgkey" transparent="1"/>
<widget name="list" position="10,10" size="1280,420" scrollbarMode="showOnDemand" enableWrapAround="1" foregroundColorServiceNotAvail="#999999" colorEventProgressbar="#007aa3" colorEventProgressbarSelected="#ffffff" colorServiceDescription="#afafaf" colorServiceDescriptionSelected="#ffffff" serviceItemHeight="42" serviceNumberFont="Regular;26" serviceNameFont="Regular;32" serviceInfoFont="Regular;32" foregroundColor="button" backgroundColor="bgbutton" backgroundColorSelected="selbutton" backgroundPixmap="MX_S6p/menu/bg1260x40.png" selectionPixmap="MX_S6p/menu/button1260x40.png" transparent="1"/>
<widget name="textChannels" position="20,460" size="1250,30" font="Regular;30" backgroundColor="bgkey" transparent="1" />
<widget name="selectedList" position="30,500" size="680,160" font="Regular;28" backgroundColor="bgkey" itemHeight="40" transparent="1" />
<widget name="description" position="780,510" size="510,160" font="Regular;28" halign="left" foregroundColor="button" backgroundColor="bgkey" transparent="1" />
</screen>


Re: Vu+ 4K QuadPiP #116 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 30 September 2017 - 19:45

 

With standard skin you do not have that effect... it should not be solved in the plugin, but in the skin instead.

 

That is the problem
if I put coding in skin.xml
serviceItemHeight = "40" has no effect at all

 

I see, you may try setup, system, user interface, number of channels shown in channel selection list--> ad defined by the skin



Re: Vu+ 4K QuadPiP #117 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 19:52

Exactly, but that's the problem
because the number of channels in the channel list is bigger (panel for channel list is bigger)  than in the CreateQuadPipChannelEntry panel.
Which is smaller.
 
EDIT
 
However, it seems that my channel list remains good,
 
but it would be good to make this coding CreateQuadPipChannelEntry independent

Edited by Matrix10, 30 September 2017 - 19:54.


Re: Vu+ 4K QuadPiP #118 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 30 September 2017 - 19:56

Try itemHeight="42".
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Vu+ 4K QuadPiP #119 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 20:09

The problem is that the height is effected by the number of rows in the channel list skin channel selection config.
 
the channel list panel in this skin where I test it is longer
and it is impossible to use the same number of rows in the channel list panel and in CreateQuadPipChannelEntry panel
If I reduce the number of rows in skin config then it is good.
 
I would like to have this itemHeight  in CreateQuadPipChannelEntry ,independent of it .


Re: Vu+ 4K QuadPiP #120 Matrix10

  • Senior Member
  • 338 posts

+27
Good

Posted 30 September 2017 - 20:15

But thanks,
now I know the cause of the problem

 

if it is not possible to have  fixed size for itemHeight then I will make the same panel as the channel list




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users