• 0

mIRC QCD display Addon Script...


Question

Hey Guys,

Anyone know of a good script addon for mIRC that will display the name and possibly the length/birate of a song playing in QCD upon a trigger command? If anyone knows please reply, would be appreciated,

Thanks in advance :)

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

took me a little while to come up with this method, and altho it doesn't do everything I would like it to, it serves its purpose and announces the track in play

1. Grab the Mirc Notify Plugin 1.10 and install it [ http://www.quinnware.com/plug_gen1.html ]

2. Configure the plugin accordingly

.....a. DDE Server: Go to mirc, tools > options > general > server > use the value use see there for dde and make sure its enabled (invision = invision, mirc = mirc, just depends if what client you use)

.....b. Command: Use this for the command

/write -c c:qcd.txt %s04 %a - %t

3. Configuring your irc client

Add the following line to your alias

/song { set %new $read(c:qcd.txt)

if (%old != %new) { /me is listening to: / %new } }

you can customize the following for your choosing

/song - Trigger, can change if you want (Irc change only) (change this trigger if want to keep using any script using this trigger; i.e. winamp2mirc)

c:qcd.txt - location of the output file (Irc and Plugin Change)

/me is listening: - display of trigger (Irc change only)

this is what it looks like for me

[4:04pm]* @Snowhawk is listening to the groovy mix: / Styles And Pharoahe Monch - The Life

trying to find a way to tie the bitrate/samplerate/length from winamp2mirc to this, since winamp2mirc can read those three, but unfortunately not the track title :/

enjoy :D

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.