AlbumReview, Label infomsation?
#1
Question 
hi,
i'm trying to display the album review & album label information whilst in album folder, i'm using
Code:
        <control type="textbox">
            <description>Plot</description>
            <posx>3</posx>
            <posy>264</posy>
            <width>630</width>
            <height>262</height>
            <align>left</align>
            <font>Font_FSInfoPlot</font>
            <autoscroll delay="3000" time="1000" repeat="10000">Skin.HasSetting(allowscroll)</autoscroll>            
            <label fallback="31424">$INFO[ListItem.Property(AlbumReview)]</label>
            <include>Colour_OffWhite</include>
        </control>
this code but it is not viewing only the fallback is showing, the same for album label. i have it working in the information screen (pressing "i") but i would like to have it appear whilst browsing. is this possible ?

Cheers
Andy.
Reply
#2
try listitem.description Its like Listitem.plot But of course albums don't have a plot Smile
Also works for the artist info too
Reply
#3
Jezz_X Wrote:try listitem.description Its like Listitem.plot But of course albums don't have a plot Smile
Also works for the artist info too

nope that dose not work either. Sad
Reply
#4
sorry its ListItem.Property(Description)
Reply
#5
Jezz_X Wrote:sorry its ListItem.Property(Description)

yup your the man Smile, that worked for review, what about record label, any ideas on that one ?
Reply
#6
i think you can do

for albums
ListItem.Property(theme)
ListItem.Property(label)
ListItem.Property(style)
ListItem.Property(mood)
ListItem.Year
ListItem.Property(description)

For Artist
ListItem.Property(Formed)
ListItem.Property(born)
ListItem.Property(Genre)
ListItem.Property(style)
ListItem.Property(mood)
ListItem.Property(Instruments)
ListItem.Property(YearsActive)
ListItem.Property(description)

hope this helps Smile
Image
Reply

Logout Mark Read Team Forum Stats Members Help
AlbumReview, Label infomsation?0