View Full Version : best mp3 script?
DeNiros Insane
31-05-2001, 01:09
what i was is a good mp3 script that shows what song your playing, but i don't want to spam the screen, so it has to be 1 line.
and i wouldn't hurt to have some colour in there
anyone know a good one for me to download?
GameGuru
31-05-2001, 14:15
I've not really had a look at mp3 scripts, because personally I find them annoying and couldn't care less you are listening to, however, the best place to search for premade mIRC scripts and addons would be here (http://www.mircscripts.com/)
Ironheart
31-05-2001, 14:53
There is a decent MP3 script built into my IRC script, Nexgen Acidmax, but it is available as a standalone add-on for those who are not running Acidmax. It's available from here (http://www.lurch.org.uk/nexgen/bigdaddy254.zip).
DeNiros Insane
31-05-2001, 15:21
thanks Ironheart, its a good one
Ironheart
02-06-2001, 01:07
Er, he will be using Winamp or whatever mp3 player he chooses to use. The script is just an announce/list/get manager for use in mIRC but they can't actually decode an mp3, only a specialised mp3 player can do that.
Some miRC scripts have their own mp3 player intergrated into it, which in some ways is good! But i much prefer using winamp! :E
Ironheart
02-06-2001, 12:33
I stand corrected, I suppose with a proper decoder (or just skimming off of Nullsoft's decoder) a script could play it itself.
However, all mp3 scripts I've seen use an external program, either Winamp or something else.
GameGuru
02-06-2001, 13:23
YBW is right. Vanilla mIRC now plays mp3s as well as midis and wave files. using the command "/splay -p c:\mp3\mp3.mp3" mIRC will load and play mp3.mp3 in the directory c:\mp3\
Also, from a quick read of mIRC's help file it looks like it can recognise ID3 tags too, try "//echo -a $mp3(c:\mp3\mp3.mp3)" replacing the file for a one that exists :)
[Edited by GameGuru on 02-06-2001 at 01:28 PM]
wuaffiliate
03-06-2001, 04:35
here is 1 i found but i dont use it :/
menu channel {
Mp3 PLayer
.Play An Mp3:play-mp3
.-
.Controls
..Stop:.splay -p stop
..-
..Pause:.splay -p pause
..-
..Resume:.splay -p resume
..-
}
alias play-mp3 {
set %mp3 " $+ $dir="Select An Mp3 To Play" $mp3dir $+ "
.splay -p %mp3
if ($mp3(%mp3).title == $null) || ($mp3(%mp3).artist == $null) {
me is playing $remove($nopath($mp3(%mp3)),.mp3) (mpł) [ $+ $bytes($file(%mp3).size,kmgt3).suf $+ ] ( $+ $duration($calc($mp3(%mp3).length / 1000)) $+ ) ( $+ $mp3(%mp3).bitrate $+ kbps $mp3(%mp3).mode $+ )
halt
}
else {
me is playing $mp3(%mp3).title by $mp3(%mp3).artist (mpł) [ $+ $bytes($file(%mp3).size,kmgt3).suf $+ ] ( $+ $duration($calc($mp3(%mp3).length / 1000)) $+ ) ( $+ $mp3(%mp3).bitrate $+ kbps $mp3(%mp3).mode $+ )
halt
}
unset %mp3
}
soz about it being so wide.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.