Top

!RandomMP3 *Updated*


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  6.5 (of 2 scores)
Date Added  Sep 06, 2007
Last Updated  Nov 11, 2007
Tags  mp3  random 

Introduction

First of all, Type /mp3 choose your mp3 folder then, type !RMP3 and Automatically Chooses a Song :P, if ya need to stop the song type !sstop :P Enjoy.

*a bit updated..*

Commands:
!rmp3
!SStop
!Pause
!resume
!mp3check
/mp3
/acheck
Enjoy :O

Grab the Code

"""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""
"""Random MP3 By CharltonJ"""
"""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""
 
on *:INPUT:*:{
  if ($1 == !rmp3) { splay $read(mp3.txt) | set %length $gmt($round($calc($nopath($insong.fname).length / 1000),0),HH:nn:ss) | msg $active Random Playing: 14(15 $+ $nopath($insong.fname) $+ 14) }
  if ($1 == !SStop) { splay stop }
  if ($1 == !pause) { splay Pause }
  if ($1 == !resume) { splay resume }
  if ($1 == !mp3check) { acheck }
 
}
alias acheck {
  if (%mpz3 == exist?) { echo Okey mp3.txt Exists! }
  else { echo mp3.txt Doesn't Exists! }
}
alias mp3 {
  set %mp3dir $$sdir=" Set Mp3 Directory: "
  write -c mp3.txt | set %mpz3 exist?
  noop $findfile(%mp3dir,*.mp3,0,write mp3.txt $1-) 
}

Comments

  (13)  RSS
TarheeL
Comments: 5
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Sep 7, 2007 8:59 pm
I Like this one =p
Trav
Comments: 16
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Sep 26, 2007 5:15 pm
Very nice,i I have a more advanced mp3 player, but this is good when i just wanna listen to something random :( gj. Also, I edited a few things, I made it an echo, made it /mp3 instead of !randommp3, and changed the colors.
mountaindew
Comments: 1,826
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Sep 26, 2007 5:25 pm
this is pretty cool
Saeed
Comments: 26
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Sep 26, 2007 5:46 pm
Not a bad little snippet but it's lacking more mp3 functions. How about adding an if event to check if the mp3.txt actually exists? I would add a pause/resume option to the snippet as well. I think that there is no need of the /set, why not use local variables? There is also no need of the / before the /msg while I'm being extremely picky.
mountaindew
Comments: 1,826
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Sep 26, 2007 5:50 pm
welcome to hawkee saeed :P
Saeed
Comments: 26
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Sep 26, 2007 5:54 pm
Thanks mountaindew that's much appreciated.
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 3:41 am
nice but mine says !rmp3 after it says the song stuff
napa182
Comments: 1,455
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 3:45 am
@ TropicalMeltdown you mean the one you posted here well the one you ripped and posted here
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 2:55 pm
i never ripped this
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 4:26 pm
HOW!
EL
Comments: 1,125
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 4:34 pm
rofl he had a premonition TMD;p
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 16, 2008 4:38 pm
please tell me
Spanky
Comments: 233
 
mIRC Snippet:  !RandomMP3 *Updated*
Posted on Aug 21, 2008 1:33 am
ROFL guarnteed tropicalmeltdown HAS or is trying to rip this.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom