Top

Mp3 Player


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.0
Scores Submitted  2
Date Added  Aug 12, 2007
Last Updated  Sep 22, 2007
Tags  mp3  player 
  Bookmark and Share

Introduction

A simple Mp3 player I have been working while taking on other script projects. This is still in its Beta stage so any comments or suggestions would be extremely appreciated.

Use: Type /mp3 -> Choose: button






Grab the Code

Comments

  (13)  RSS
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Mp3 Player
Posted on Aug 13, 2007 9:51 pm
Any comments or suggestions?
Storm2108
Comments: 44
 
mIRC Snippet:  Mp3 Player
Posted on Aug 22, 2007 6:09 am
Well when i pick a song it plays a completely different song then i picked.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Mp3 Player
Posted on Aug 28, 2007 9:36 pm
When you choose a song and it plays a different one, is it always that one? That would be caused by a $did(10,mp3) mistake in the playlist as an example. It should work, if you haven\'t edited the $did. ;x
Zsadist
Comments: 44
 
mIRC Snippet:  Mp3 Player
Posted on Sep 4, 2007 5:00 am
Dude. this script is extremly good. If I choose to be lazy and just flood the forum, I am so giving this a high rating.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Mp3 Player
Posted on Sep 4, 2007 5:23 am
Thank you Zsadist.
mountaindew
Comments: 1,548
 
mIRC Snippet:  Mp3 Player
Posted on Sep 4, 2007 9:40 am
i love it, great job
Lindrian
Comments: 748
 
mIRC Snippet:  Mp3 Player
Posted on Sep 4, 2007 10:52 am
uh, its has shoot loads of bugs.
And it needs lots and lots of improvements... Try using a few more functions, use -b/e switches to disable and enable functions.
The pause function acually stops the song, and doesnt play.
There\'s no really seek function, imho, its a good starter, but not even close to good, sorry buddy.
Also, /player returns an error if the dialog is already open, use $iif.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Mp3 Player
Posted on Sep 4, 2007 4:52 pm
Alright, I\'ll work on the bugs and most likely redesign the dialog. I will add the option to seek as well. Thank you Lindrian.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Mp3 Player
Posted on Sep 4, 2007 9:49 pm
Everything seems to be working fine.. I\'ve tried it with multiple circumstances and everything performed as expected.. I fixed the error of the /player.
Scakk
Comments: 218
 
mIRC Snippet:  Mp3 Player
Posted on Sep 5, 2007 3:18 am
Perhaps add a button that can let you delete or add certain songs instead of your entire music directory. I have over 1700 songs.
fusion2000
Comments: 3
 
mIRC Snippet:  Mp3 Player
Posted on Sep 22, 2007 2:09 pm
I\'m new to this so don\'t make funn of me >.>

How do i add songs to it???
Akishoot
Comments: 148
 
mIRC Snippet:  Mp3 Player
Posted on Sep 24, 2007 5:48 am
Under the alias mp3.length you should fix this line:
Code:

  set %mp3.len %mp3.min $+: $+ %mp3.sec


To:

Code:

  set %mp3.len %mp3.min $+ : $+ %mp3.sec


The $+ touching the : is causing the numbers to come out like: 0132, when you first Choose a song. Other then that it\'s a decent player. =)
Akishoot
Comments: 148
 
mIRC Snippet:  Mp3 Player
Posted on Sep 24, 2007 2:16 pm
@ fusion2000 - Type /mp3 to open the dialog. Click on the \'Choose:\' button on the dialog to find a song. Then press the play button. :)

Please Register or Login to start posting comments.
Bottom