Winamp Playlist... Thread last updated on 2003-12-22 05:32:27

Posted by member 94213 on 2003-12-18 10:30:46

So, I just downloaded Litestep (the latest version I guess) and it's all going well (apart from the themes, but we're not talking about that yet...), but I'm finding the WinAmp player a bit of a problem. It's all working well, apart from the fact that I can't find a playlist anywhere. All I can see is the song/artist. Which mean searching through my songs using the skip track buttons. Which isn't fun in a playlist with 700+ songs. Also, I don't have Winamp showing (not showing in Systray or Taskbar), so I can't open it up from there.

So, could someone help me open the playlist? Thanks a lot.

Also, I'm new to litestep, so if I have to edit code, please tell me how...

Thankyou very much...

Posted by member 1 on 2003-12-18 10:58:48 link

!amp_playlist

as for the tray and bar...no problems here with either.

Posted by member 12798 on 2003-12-18 11:13:31 link

alt+tab will show up winamp (when it's running)
it should be in the taskbar however...

you could also add a mouseaction to the module displaying the title, which would toggle winamp, something like
ModuleOnRightClick !Amp_Show

but you would at least have to tell what theme you're on.

Posted by member 94213 on 2003-12-18 14:40:07 link

How do I do all of this code and !amp_playlist stuffs?

And alt+tab doesn't bring it up.

And thanks for replying ^_^

Posted by member 36955 on 2003-12-18 17:32:53 link

if you are in the default theme, press CTRL+SHIFT+X and type !amp_playlist in the box.

Posted by member 94213 on 2003-12-19 07:51:56 link

Ooh, thanks.

Is there anyway I can have it as part of LiteStep? Like with GeoAmp on GeoShell, where you just right-click the playlist?

Posted by member 36955 on 2003-12-19 23:47:00 link

hmmm... apparently in austerity you can double click on the winamp song title that scrolls at the top to show winamp

Posted by member 94213 on 2003-12-20 09:33:39 link

Nope, that just turns it up. And right-clicking turns it down. How do you enter code like ElkMonster typed?

Posted by member 1 on 2003-12-20 10:47:30 link

the code that ElkMonster left isn't a working example but it would go in your theme.rc. Where he said ModuleOnRightClick you will need to replace it with something like a Desktop2 or Label command. Good luck.

Posted by member 36955 on 2003-12-20 11:49:21 link

tedw: go into your amp_controls.rc and remove the semicolon in front of the line that starts with jampclickdouble. if you only want the playlist to show up, you can change !amp_show to !amp_playlist on that line.

Posted by member 94213 on 2003-12-22 05:27:44 link

How do I get into amp_controls.rc though?

And thanks for all of the help everyone...

Posted by member 94213 on 2003-12-22 05:32:27 link

Ooh, found it.

That's great doy, thankyou very much. And thanks to everyone else who helped...