View Single Post
  #2 (permalink)  
Old 2nd May 2003
Halle Halle is offline
Member
BS.player Regular User
 
Join Date: May 2003
Posts: 38
Rep Power: 0
Halle is an unknown quantity at this point
Default

Here you can grab my lousy attempt to create a spam dll for mIRC, which has basic support for WinAMP and BSPlayer.
One way to use it is to add something like
Code:
/F6 /action $dll(mIRCaMP,Format,now playing <&WASongTitle> [&WASongPos5% of &WASongLen done])
to your alias definitions and hit F6 when you feel like flooding around :p.
You can get some kind of 'help' about other token strings by calling the dll's 'Help' function, e.g. by typing
Code:
/dll mircamp Help
into the status bar.
Some things may not yet work, as I either have been too lazy or too stupid to implement it or as there isn't too much information on how to use certain API functions. Another point is that e.g. BSPlayer always seems to return -1 (or 0xffffffff) as version, making the output of '&BSVersion' is accordingly senseless, so don't be surprised if not everything works as expected.

Ah yeah, I forgot to mention that you should put the dll inside your mIRC directory.

hf
Halle

Update: fixed some bugs, e.g. crash when using &WASongPos5/&BSMovPos5 tokens
added &BSMovTitle: like &BSFileName, but if the file is called avseq*.*, it will check if the file is on a CD and if yes, get the CDs volume label and show that instead.
Attached Files
File Type: zip mIRCaMP_684.zip (4.2 KB, 573 views)
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20