CyberDude Posted August 12, 2002 Share Posted August 12, 2002 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 More sharing options...
0 Apollo Posted August 12, 2002 Share Posted August 12, 2002 http://www.quinnware.com/plug_gen1.html go to mIRC Notify v1.10 it works pretty good Link to comment Share on other sites More sharing options...
0 Snowhawk Posted August 12, 2002 Share Posted August 12, 2002 Originally posted by use_imagination http://www.quinnware.com/plug_gen1.html go to mIRC Notify v1.10 it works pretty good I was looking for something similar to what cyberdude was looking for, but I dont like this plugin for one major reason, its tendency to flood, i'd like to see a version that has a trigger of some sort as well Link to comment Share on other sites More sharing options...
0 Apollo Posted August 12, 2002 Share Posted August 12, 2002 what kind of trigger ? on/off ? Link to comment Share on other sites More sharing options...
0 CyberDude Posted August 12, 2002 Author Share Posted August 12, 2002 ya something like Winamp2mIRC where you can type /song and it will display the song you are currently listening to in the channel you are in. Link to comment Share on other sites More sharing options...
0 CyberDude Posted August 12, 2002 Author Share Posted August 12, 2002 Anyone? Link to comment Share on other sites More sharing options...
0 Snowhawk Posted August 12, 2002 Share Posted August 12, 2002 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 More sharing options...
Question
CyberDude
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