QCD module? Thread last updated on 2003-07-26 04:58:02

Posted by member 49404 on 2003-07-14 17:44:02

Anyone knows of a QCD module? Winamp modules like jamp works fine with QCD (like the controls work), but doesn't detect which song is playing though.

Posted by member 1 on 2003-07-14 20:31:12 link

control modules do not detect song titles...other modules do that. All you need to do to get the titles is to get the windowclass name of the window and plug it into your jAmpToo or label config.

Posted by member 49404 on 2003-07-15 16:39:49 link

I see, thanks for the tip devilboi :)

Posted by member 424 on 2003-07-15 16:45:53 link

hey JohnCraven... if you ever figure it out, share the love ;)

Posted by member 49404 on 2003-07-25 12:41:28 link

Hey, I got QCD song title working :)

I spoke directly with the maker of jAmpToo, and he told me to use the label module to display the song title.

You need to add a new label in your step.rc (I named it QCDLabel), set the proper coords, font, etc... and add this line :

QCDLabelText "[windowTitle('PlayerCanvas')]"

That's it! Enjoy :)

Posted by member 7 on 2003-07-26 04:58:02 link

Except that I'm not really the "maker" but rather patched it slightly. =) The final solution was
QCDLabelText "[after(windowTitle('PlayerCanvas'), 'QCD:')]"

afaik.