n00b here! need help with itunes extender Thread last updated on 2007-02-08 21:59:53

Posted by member 319125 on 2007-01-31 06:43:31

Well I've been using Litestep for over a year now, and I slightly changed my Reluna theme by changing pictures with ones I created myself, and changed all the click links.

Now, I've recently upgarding to ReLuna2, and I want to utilize the iTunes Extender module, becuase I dont use WinAMP. Can someone tell me where to add the code? I want a toolbar on the bottom of the screen inside the existing bar on the bottom of the screen.

Thanks!!!

Dan

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?

Posted by member 5575 on 2007-02-01 15:36:04 link

Try this instead:

iTunesLabelName amptext_
iTunesActiveLabel "%artist"

Make sure you have the size and position set to properly display the label amptext_, and lose that amptext_Text line.

Posted by member 361362 on 2007-02-02 11:38:17 link

Shibby! Worked perfectly, thanks much :3

Posted by member 362118 on 2007-02-08 21:59:53 link

where do i put the code and about how should it look?