Artist Bio
#1
Exclamation 
Sometimes during music playback the artist bio is not a single line scrolling across the bottom. Sometimes it will be several lines vertically and I want to force a single line. Can anyone help with this?

Kodi on Ubuntu 18
krypton
Reply
#2
I think this is the setting I need to change but not sure what to change to force a single line of view.

<!--artist BIO-->
        <control type="group">
            <visible>Skin.HasSetting(enableArtistBio)</visible>
            <control type="image">
                <bottom>-10</bottom>
                <width>100%</width>
                <height>60</height>
                <texture border="5" flipy="true">$VAR[osdpanelimage]</texture>
                <colordiffuse>$INFO[Skin.String(OSDPanelColor)]</colordiffuse>
            </control>
            <control type="fadelabel">
                <bottom>17</bottom>
                <left>0</left>
                <width>1920</width>
                <height>20</height>
                <scroll>true</scroll>
                <scrollout>false</scrollout>
                <textcolor>$INFO[Skin.String(OSDPrimaryTextColor)]</textcolor>
                <shadowcolor>$INFO[Skin.String(OSDPrimaryTextShadowColor)]</shadowcolor>
                <font>Reg30</font>
                <scrollspeed>80</scrollspeed>
                <label>$INFO[Window(Home).Property(SkinHelper.Player.ExtendedPlot)]</label>
            </control>
        </control>
Reply

Logout Mark Read Team Forum Stats Members Help
Artist Bio0