Page 1 of 1

Winamp Ids

Posted: Sat Aug 27, 2005 3:38 pm
by PT
Scottbot



I am looking at your winamp sample plugin.In the config file does the id in the list correspond to a Winamp id (ie command)



<Property Com="" Default="0" Desc="EQ 600 Hz Level" Dynamic="No" ID="110" IO="0" Name="EQ 600 Hz Level" PValue=""



Persist="Yes" Prompt="0" SVC="No" Type="0" Value="2.525"/>



If so can you add other commands for winamp ids or are there any limitations in the Dll file?



Cheers PT

Posted: Mon Aug 29, 2005 8:07 am
by ScottBot
The ID is the Property ID that is used internally in the system. It does not relate directly to WinAmp.


If so can you add other commands for winamp ids or are there any limitations in the Dll file?
The plugin/dll defines the HouseBot interface to WinAmp, so you can't really extend it beyond what it was designed to do.

Posted: Mon Aug 29, 2005 2:11 pm
by PT
Scott

Thanks for the reply.Ok understood