My MP3 Player
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.5 |
| Scores Submitted | 8 |
| Date Added | Apr 13, 2007 |
| Last Updated | Apr 14, 2007 |
| Tags | ascii dialog mp3 sound xstatic |
|
|
Introduction

Thanks RussellReal for a little bit of help
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:07 am
Posted on Apr 13, 2007 11:07 am
Nice, thanks FURBY ^^
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:10 am
Posted on Apr 13, 2007 11:10 am
Havent tested it, but u could improve ur dialog coding a little :P
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:48 am
Posted on Apr 13, 2007 11:48 am
I dunno how to get it to work i rate it 0/10000
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:49 am
Posted on Apr 13, 2007 11:49 am
And how do you post scripts?
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:50 am
Posted on Apr 13, 2007 11:50 am
and yah give a auto msg in the active chan like /me is playing <Song> <lenght>
like that with colors
like that with colors
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:55 am
Posted on Apr 13, 2007 11:55 am
hey saurabah
How do you post scripts i wanna post one
How do you post scripts i wanna post one
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 9:50 pm
Posted on Apr 13, 2007 9:50 pm
but, the more pipes(|) i have, the harder the coding looks, so better feedback i get :P, BrainBryce to get this to work, you need to put the entire code into Remotes (alt+r) and then in any channel window right click on the background, and click MP3 PLAYER(NEW)
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:05 pm
Posted on Apr 13, 2007 11:05 pm
Its not a bad lil code
mIRC Snippet:
My MP3 Player
Posted on Apr 13, 2007 11:12 pm
Posted on Apr 13, 2007 11:12 pm
posted an image of it :) thanks darthreven
mIRC Snippet:
My MP3 Player
Posted on Apr 14, 2007 4:19 am
Posted on Apr 14, 2007 4:19 am
all this positive feedback and only a score of 6?
mIRC Snippet:
My MP3 Player
Posted on Apr 14, 2007 6:43 am
Posted on Apr 14, 2007 6:43 am
First off, the pipes in your code doesnt make it look more advanced, but made from a user who wants it to look advanced, when it really isnt. And as ive said before, the dialog could be made better, for example, adding autohs to the edit boxes, incase someone felt for making their messages extremely long, etc.
I havent tested it, but if i would select both ascii art and normal text message, how would that work?
Id suggest using something else for that ;).
And what about adding info for how long the song is, and how long its been played?
I belive u got quite some way to go before you get a really nice code.
I havent tested it, but if i would select both ascii art and normal text message, how would that work?
Id suggest using something else for that ;).
And what about adding info for how long the song is, and how long its been played?
I belive u got quite some way to go before you get a really nice code.
mIRC Snippet:
My MP3 Player
Posted on Apr 14, 2007 6:47 am
Posted on Apr 14, 2007 6:47 am
also, sorry for doubble posting but:
some if's/else's can be remade to $iif's.
there was some grammar misstakes in the code, and at the menu u dont need /
I would also suggest adding a tab, or a menu, and then add a new part on top of this dialog, to be able to exclude channels, incase you dont want to use "ame".
GL.
some if's/else's can be remade to $iif's.
there was some grammar misstakes in the code, and at the menu u dont need /
I would also suggest adding a tab, or a menu, and then add a new part on top of this dialog, to be able to exclude channels, incase you dont want to use "ame".
GL.
mIRC Snippet:
My MP3 Player
Posted on Apr 15, 2007 1:46 am
Posted on Apr 15, 2007 1:46 am
BrainBryce,
go to snippets section and you will see : Code Snippets
This is a public code snippet repository. Share your snippets with other developers to gain valuable feedback. Tag your snippets with keywords to make them easy to find.
Submit Snippet »
Click there. lol
go to snippets section and you will see : Code Snippets
This is a public code snippet repository. Share your snippets with other developers to gain valuable feedback. Tag your snippets with keywords to make them easy to find.
Submit Snippet »
Click there. lol
mIRC Snippet:
My MP3 Player
Posted on May 29, 2007 12:40 pm
Posted on May 29, 2007 12:40 pm
This is my favorite mp3 player, thanks FUBRY
mIRC Snippet:
My MP3 Player
Posted on Jun 4, 2007 5:55 am
Posted on Jun 4, 2007 5:55 am
hehehehe im forget this not work on mirc 6.21, only in mirc 6.17.Something worng or maybe my mirc.Could you make it work on mirc 6.21 ? :)
mIRC Snippet:
My MP3 Player
Posted on Jun 4, 2007 6:54 am
Posted on Jun 4, 2007 6:54 am
i used 6.21 when making this MP3 Player and just checked it in other version of mIRC so it must be your mIRC
mIRC Snippet:
My MP3 Player
Posted on Jul 12, 2007 9:55 pm
Posted on Jul 12, 2007 9:55 pm
could there be someway to add like a random play option?
mIRC Snippet:
My MP3 Player
Posted on Jul 13, 2007 5:58 am
Posted on Jul 13, 2007 5:58 am
Eightball: That should be possible.
By using something similiar:
With that, you'll calculate the specefic line, a random one. Then you would use "%play" and find the line in the list, and play it :)
By using something similiar:
| Code: |
var %line = $did(dialog,id).lines, %play = $r(1,%line) |
With that, you'll calculate the specefic line, a random one. Then you would use "%play" and find the line in the list, and play it :)
mIRC Snippet:
My MP3 Player
Posted on Dec 29, 2007 2:10 pm
Posted on Dec 29, 2007 2:10 pm
on a, err.. different note... Bullet for my valentine rocks :D
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 7:35 pm
Posted on Aug 16, 2008 7:35 pm
hey how do yu get the artist to show up?
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 8:49 pm
Posted on Aug 16, 2008 8:49 pm
erm I might not like furbeh and he mite not care bout the rating but 3.5?!?
GTFO ffs
least a 6 imo ;x
and good muzik in screenshot...............
GTFO ffs
least a 6 imo ;x
and good muzik in screenshot...............
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 8:59 pm
Posted on Aug 16, 2008 8:59 pm
TropicalMeltdown i'm special
Eugenio, meh thanks for the attempt, but its Hawkee.com... People think they are better then everyone else... and honestly, i wouldn't give a $#it if it was rated 1, its what i learnt from it that can't be rated.
Eugenio, meh thanks for the attempt, but its Hawkee.com... People think they are better then everyone else... and honestly, i wouldn't give a $#it if it was rated 1, its what i learnt from it that can't be rated.
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 9:03 pm
Posted on Aug 16, 2008 9:03 pm
rofl well 3.5 is abit harsh....people shouldnt rate 3 if its not usefull for them.......I have like 100 codes loaded....not all used but some are really usefull AT TIMES.........some are not usefull at all but are really good codes....
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 9:04 pm
Posted on Aug 16, 2008 9:04 pm
yeah a 3.5 is abit harsh id say a 6 as well
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 9:12 pm
Posted on Aug 16, 2008 9:12 pm
Rated it 10 to boost furbs' score. i know this isn't a really good thing to do, but i believe he deserves a boost here.
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 9:14 pm
Posted on Aug 16, 2008 9:14 pm
awww i have fans *blushes* hahaha nahhh cheers Eugenio, Napa182 and Jonesy44 ;)
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 9:17 pm
Posted on Aug 16, 2008 9:17 pm
Um yeah dialog needs lots of work,add slider volume controls and use the same for rewind an forward is the best bet,also add double click on the list to play.`-.-´
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 9:41 pm
Posted on Aug 16, 2008 9:41 pm
Yeah, when i finish off my current project, might update this....
BTW Congrats EL for over 1,000 positive comments (Hope they're possitive)
Great milestone, and i believe your the first to reach it
BTW Congrats EL for over 1,000 positive comments (Hope they're possitive)
Great milestone, and i believe your the first to reach it
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 11:05 pm
Posted on Aug 16, 2008 11:05 pm
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 11:42 pm
Posted on Aug 16, 2008 11:42 pm
Nice looks cool so far and rofl im not the first to reach a thou but still psot it wen yur done;p
mIRC Snippet:
My MP3 Player
Posted on Aug 16, 2008 11:47 pm
Posted on Aug 16, 2008 11:47 pm
Nice! You need to work on the alignment a bit though.
mIRC Snippet:
My MP3 Player
Posted on Aug 17, 2008 12:01 am
Posted on Aug 17, 2008 12:01 am
I've changed the image also ;)
EL can i get your help? :P *will jump on your server and ask ;)*
EL can i get your help? :P *will jump on your server and ask ;)*
mIRC Snippet:
My MP3 Player
Posted on Aug 17, 2008 4:28 am
Posted on Aug 17, 2008 4:28 am
i must say i like it. and i must say i like the new look ur gonna use. Keep Up
The Work F*U*R*B*Y* (10/10)
The Work F*U*R*B*Y* (10/10)
mIRC Snippet:
My MP3 Player
Posted on Aug 17, 2008 4:47 am
Posted on Aug 17, 2008 4:47 am
That image that is above, isn't the current one atm, its alot better:)
but thanks
but thanks


















