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...
!amp_playlist
as for the tray and bar...no problems here with either.
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.
How do I do all of this code and !amp_playlist stuffs?
And alt+tab doesn't bring it up.
And thanks for replying ^_^
if you are in the default theme, press CTRL+SHIFT+X and type !amp_playlist in the box.
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?
hmmm... apparently in austerity you can double click on the winamp song title that scrolls at the top to show winamp
Nope, that just turns it up. And right-clicking turns it down. How do you enter code like ElkMonster typed?
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.
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.
How do I get into amp_controls.rc though?
And thanks for all of the help everyone...
Ooh, found it.
That's great doy, thankyou very much. And thanks to everyone else who helped...