• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 13
[MOD] PosterLite for Aeon MQ5
#46
Question,
I was trying to put it in front of the title on the top left. Where is generated?

M
If you think I'm useful please use the +/- button to raise my reputation
Reply
#47
The title on the top left is not in the ViewsPosterLite.xml. I think it's in MyVideoNav.xml (search for two instances of "<!-- Title -->"). What do you mean "in front of the title", like, on top of it?
Reply
#48
CutSickAss,
hoping not to abuse of your help and kindness.

I tried to start from your code to geth this but failed Sad
can you help me more?

I'd like to achieve:

Main page:
Image

In the detail page:
Image


Smile
Thank you

ha
our messages crossed!
will do it
If you think I'm useful please use the +/- button to raise my reputation
Reply
#49
Ok, MyVideoNav is the right one but there are TWO different places where <!-- Title is written.
I tried to replace it with the mod but it does not work Sad
If you think I'm useful please use the +/- button to raise my reputation
Reply
#50
Found it and done Smile

you have to change the <!---Title---> with the following

Code:
<control type="image">    
    <posx>30</posx>
    <posy>17</posy>
    <width>140</width>
    <height>140</height>
     <fadetime>200</fadetime>
     <aspectratio>keep</aspectratio>         <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
    </control>
    
    <control type="label"><!-- Title -->
    <posx>180</posx>
    <posy>58</posy>
    <width>750</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>

    <control type="image"><!-- clearlogo -->
    <posx>180</posx>
    <posy>58</posy>
    <width>300</width>
    <height>45</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" end="200,200" condition="Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)">Conditional</animation>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    
    <control type="label">
    <posx>180</posx>
    <posy>100</posy>
    <width>750</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    
    <control type="label">
    <posx>180</posx>
    <posy>130</posy>
    <width>750</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    
    </control>
    <control type="group">
    <visible>IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>

    <control type="image">    
    <posx>30</posx>
    <posy>17</posy>
    <width>140</width>
    <height>140</height>
     <fadetime>200</fadetime>
     <aspectratio>keep</aspectratio>         <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
         </control>

    <control type="label"><!-- Title -->
    <posx>180</posx>
    <posy>58</posy>
    <width>1100</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    
    
    <control type="image"><!-- clearlogo -->
    <posx>180</posx>
    <posy>58</posy>
    <width>300</width>
    <height>45</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" end="200,200" condition="Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)">Conditional</animation>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <posx>180</posx>
    <posy>100</posy>
    <width>1100</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <posx>180</posx>
    <posy>130</posy>
    <width>1100</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    </control>


Nice Smile
If you think I'm useful please use the +/- button to raise my reputation
Reply
#51
(2014-01-09, 18:53)m.savazzi Wrote: Found it and done Smile

you have to change the <!---Title---> with the following

Code:
<control type="image">    
    <posx>30</posx>
    <posy>17</posy>
    <width>140</width>
    <height>140</height>
     <fadetime>200</fadetime>
     <aspectratio>keep</aspectratio>         <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
    </control>
    
    <control type="label"><!-- Title -->
    <posx>180</posx>
    <posy>58</posy>
    <width>750</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>

    <control type="image"><!-- clearlogo -->
    <posx>180</posx>
    <posy>58</posy>
    <width>300</width>
    <height>45</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" end="200,200" condition="Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)">Conditional</animation>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    
    <control type="label">
    <posx>180</posx>
    <posy>100</posy>
    <width>750</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    
    <control type="label">
    <posx>180</posx>
    <posy>130</posy>
    <width>750</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    
    </control>
    <control type="group">
    <visible>IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>

    <control type="image">    
    <posx>30</posx>
    <posy>17</posy>
    <width>140</width>
    <height>140</height>
     <fadetime>200</fadetime>
     <aspectratio>keep</aspectratio>         <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
         </control>

    <control type="label"><!-- Title -->
    <posx>180</posx>
    <posy>58</posy>
    <width>1100</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    
    
    <control type="image"><!-- clearlogo -->
    <posx>180</posx>
    <posy>58</posy>
    <width>300</width>
    <height>45</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" end="200,200" condition="Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)">Conditional</animation>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <posx>180</posx>
    <posy>100</posy>
    <width>1100</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <posx>180</posx>
    <posy>130</posy>
    <width>1100</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    </control>


Nice Smile
Thanks

Could you maybe upload changed file(s), can't find location to change, see a lot of Title items.
Reply
#52
Hi tried this on Gotham nighties but i get a script failed plugin.commom.cache and when i go to the view the movies i see all the movie posters apart from the one highlighted just a blank space any ideas? cheers
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
#53
Check version script, version 2.5.3 is broken, actual 2.5.4 was fixed the problem.

http://mirrors.xbmc.org/addons/frodo/scr...gin.cache/

Work fine in gotham, btw.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#54
Thanks for that updated script to 2.5.4 and the error as gone but still got no highlighted poster?
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
#55
* First post updated for Frodo 2.0.2, and Gotham 6.0.2
Reply
#56
Hi just updated to latest version Gotham 6.0.2 but when i select the new view it locks up XBMC any ideas? cheers
Pastebin Log
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
#57
Right forget that all seems to be working ok now, just did a few restarts and it works, sorry for jumping the gun and many thanks for this Wink
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
#58
(2014-01-09, 14:19)CutSickAss Wrote: @m.savazzi

- Open ViewsPosterLite.xml

- Go to line 107, press ENTER to move it downwards, and then add the following in the space created in line 107:
Code:
    <!---- MOD (studios) ---->
    <control type="image">    
    <posx>450</posx>
    <posy>-125</posy>
    <width>140</width>
    <height>140</height>
    <fadetime>FanartCrossFadeTime</fadetime>
    <aspectratio aligny="bottom">keep</aspectratio>
    <texture background="true">$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
    <animation effect="slide" end="0,106" time="160" condition="Control.IsVisible(528193)">Conditional</animation>
    </control>

- You can change the posx/posy values to your liking.

- Save and exit.

Where do we change this for recent version?
Reply
#59
(2014-02-23, 04:10)schumi2004 Wrote: Where do we change this for recent version?

That code you mention is for placing the studio logo on the bottom right corner. If you want it on the top left, you have to follow m.savazzi's instructions, basically replace lines 346-455 in MyVideoNav.xml with the following:

(2014-01-09, 18:53)m.savazzi Wrote:
Code:
    <control type="image">    
    <posx>30</posx>
    <posy>17</posy>
    <width>140</width>
    <height>140</height>
    <fadetime>200</fadetime>
    <aspectratio>keep</aspectratio>
    <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
    </control>
    
    <control type="label"><!-- Title -->
    <posx>180</posx>
    <posy>58</posy>
    <width>750</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>

    <control type="image"><!-- clearlogo -->
    <posx>180</posx>
    <posy>58</posy>
    <width>300</width>
    <height>45</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" end="200,200" condition="Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)">Conditional</animation>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    
    <control type="label">
    <posx>180</posx>
    <posy>100</posy>
    <width>750</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    
    <control type="label">
    <posx>180</posx>
    <posy>130</posy>
    <width>750</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    
    </control>
    <control type="group">
    <visible>IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>

    <control type="image">    
    <posx>30</posx>
    <posy>17</posy>
    <width>140</width>
    <height>140</height>
    <fadetime>200</fadetime>
    <aspectratio>keep</aspectratio>
    <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture>
    </control>

    <control type="label"><!-- Title -->
    <posx>180</posx>
    <posy>58</posy>
    <width>1100</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    
    
    <control type="image"><!-- clearlogo -->
    <posx>180</posx>
    <posy>58</posy>
    <width>300</width>
    <height>45</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <animation effect="zoom" end="200,200" condition="Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)">Conditional</animation>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <posx>180</posx>
    <posy>100</posy>
    <width>1100</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <posx>180</posx>
    <posy>130</posy>
    <width>1100</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <animation effect="slide" start="0,0" end="0,45" condition="Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo)) + [Control.IsVisible(58) | Control.IsVisible(63) | Control.IsVisible(65) | Control.IsVisible(67) | Control.IsVisible(528)]">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    </control>

Obviously, you must have the appropriate studio textures in place, as mentioned here.
Reply
#60
Hi CutSickAss

First thank you for your nice work. I run it on Frodo 12.2 with Aeon MQ5 2.0.2.
Two Qestions: When i scroll fast forward there is a gap of 2 movie covers next to the big cover, can that be fixed? And the other question is, when i scroll not to fast (without holding the button on my remote) the Scrolling Letter appears some times for a secound or less, can that be fixed to with a longer timeout for example.

Thank you

Marco
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 13

Logout Mark Read Team Forum Stats Members Help
[MOD] PosterLite for Aeon MQ50