Release Artist Slideshow addon (with skin and addon integration)
(2022-12-04, 14:06)boxcar32 Wrote: Hi pkscout,

I am using the OSMC skin and wanted the artist Bio to show on the music visualization screen. I can see I need to insert this line (Window(Visualisation).Property(ArtistSlideshow.ArtistBiography) somewhere in the musicvisualization.xml. 

Image
Yup.  But you have to get it into a textbox and place it where you want. And you might need a semi-transparent background image so the text is readable.  Here's an example of how my Estuary mod does it.  You might want to ask in the OSMC forums if you still have questions after this:

xml:

        <control type="group">
            <control type="image">
                <top>125</top>
                <right>0</right>
                <width>1025</width>
                <height>475</height>
                <texture colordiffuse="80FFFFFF">dialogs/dialog-bg-nobo.png</texture>
            </control>
            <control type="textbox" id="1012">
                <top>132</top>
                <right>50</right>
                <width>50%</width>
                <height>450</height>
                <description>Artist Biography from Artist Slideshow</description>
                <align>right</align>
                <aligny>top</aligny>
                <font>font13</font>
                <scroll>true</scroll>
                <wrapmultiline>true</wrapmultiline>
                <autoscroll time="2000" delay="10000" repeat="5000"></autoscroll>
                <label>$INFO[Window(Visualisation).Property(ArtistSlideshow.ArtistBiography)]</label>
            </control>
        </control>
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
RE: Artist Slideshow addon (with skin and addon integration) - by pkscout - 2022-12-04, 14:33
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5