I am trying to show album on a new skin I am working on and raiting.
So far I can get the stars to show by doing
<textzone deck="1" >
<size width="429" height="20"/>
<pos x="19" y="85"/>
<text font="Arial " size="17" color="#888888" align="left" weight="bold" format="`get loaded_song 'stars'`" scroll="no"/>
</textzone>
but when trying below for album nothing shows? Am I doing somthing wrong or is it not possible yet?
<textzone deck="1" >
<size width="429" height="20"/>
<pos x="19" y="95"/>
<text font="Arial " size="17" color="#888888" align="left" weight="bold" format="`get loaded_song 'album'`" scroll="no"/>
</textzone>
Thanks for any help,
Ian
So far I can get the stars to show by doing
<textzone deck="1" >
<size width="429" height="20"/>
<pos x="19" y="85"/>
<text font="Arial " size="17" color="#888888" align="left" weight="bold" format="`get loaded_song 'stars'`" scroll="no"/>
</textzone>
but when trying below for album nothing shows? Am I doing somthing wrong or is it not possible yet?
<textzone deck="1" >
<size width="429" height="20"/>
<pos x="19" y="95"/>
<text font="Arial " size="17" color="#888888" align="left" weight="bold" format="`get loaded_song 'album'`" scroll="no"/>
</textzone>
Thanks for any help,
Ian
geposted Sat 22 Dec 12 @ 8:36 am
hello,
use this : format="%author" or format="`get browsed_song 'stars'`"
you can find all the tags here, under Textzone : http://chris-dodge-ma-page.blogspot.fr/p/3-liste-des-scripts-courants.html (in french)
use this : format="%author" or format="`get browsed_song 'stars'`"
you can find all the tags here, under Textzone : http://chris-dodge-ma-page.blogspot.fr/p/3-liste-des-scripts-courants.html (in french)
geposted Sat 22 Dec 12 @ 9:17 am
I can get the star rating and I am not after author I am after album.
Thanks for the fast reply though.
Thanks for the fast reply though.
geposted Sat 22 Dec 12 @ 9:23 am
... ??
Have you looked at my link ? the answer is there !
format="`get browsed_song 'album'`"
Have you looked at my link ? the answer is there !
format="`get browsed_song 'album'`"
geposted Sat 22 Dec 12 @ 10:22 am
Thank you very much its now working. You are a star and happy Christmas to you,
Ian
Ian
geposted Sat 22 Dec 12 @ 10:38 am