Posted by member 361362 on 2007-02-01 14:44:14 link

I've started work on it myself -- I just got Litestep with the Ultimatum theme and I'm currently trying to convert the Winamp tab over to iTunes. However, I'm having a problem with displaying the song information using xlabel. How do I display the information? If I do
iTunesLabelName songtitle
iTunesActiveLabel "%artist"

{....insert code here....}
amptext_Text songtitle


-or-

iTunesLabelName songtitle
iTunesActiveLabel "%artist"

{....insert code here....}
amptext_Text songtitle_Text


...it just outputs "songtitle." Are there any special characters I need to add or functions to use that will display the contents of songtitle?