-Gone-

By DarthReven on Nov 17, 2004

This code is no longer suported and the new version will not be placed here on Hawkee.com

Comments

Sign in to comment.
DarthReven   -  Mar 21, 2007

No Where It is not avable

 Respond  
F*U*R*B*Y*   -  Mar 20, 2007

where will it be pasted Darth?

 Respond  
DarthReven   -  Mar 20, 2007

This code is no longer suported and the new version will not be placed here on Hawkee.com

 Respond  
DarthReven   -  Mar 04, 2007

;I have a newer version of this code made up and ready to go
;its much quicker and the interface has been streamlined.
;This new version of DR-P is only available via request by
;messaging me.

 Respond  
`Kazuma   -  May 10, 2006

That sounds nice, DR. Thanks for updating it. x.X

 Respond  
DarthReven   -  May 10, 2006

Project Update:
1) The mp3 part of the script is about 83% done with all its features funtioning including: Playlist creation, Volume control, Playlist load and unload, and script update checker.
2) I\'m working on a feww more things for the protection and entertainment parts of the script adding in a Friend organizer and hopefully some other things.
PS I will start beta testing the script to people that would like to try out the new mp3 player.

 Respond  
DarthReven   -  May 08, 2006

Preview of the new player compared with the original:
http://i4.photobucket.com/albums/y108/c4dav3r/NewvsOld.jpg

 Respond  
DarthReven   -  May 06, 2006

News: I have began work on Build v3.0.1 or DR-P which will fuction better and boast many features that I didn\'t inculde in the public releace of the script. If you have any questions on the progress of this script\'s overhauling please contact me at via a note. Thank you!

 Respond  
DarthReven   -  Apr 07, 2006

At this current point in time i really don\'t have alota time to update this script it was designed around v6.16 and hasn\'t been touched sence but if i get some down time from work i\'ll try to dive in and update it

 Respond  
Tool   -  Apr 07, 2006

Is there ever going to be an update so it doesnt shut my mIRC down? >:/

 Respond  
Gex   -  Feb 07, 2006

\"/splay $findfile(%mort.mp3dir,$did(12),1). you dont need to use\"
sry guys forgive me i was in a hurry and ive written a wrong command...the write one is /splay -p $findfile(%mort.mp3dir,$did(12).seltext,1)

 Respond  
`Kazuma   -  Feb 05, 2006

Other than the mp3 player it works fine, i liked the cpu info and the away system built with the calculator. Just please fix the Mp3 Player?..

 Respond  
Gex   -  Feb 05, 2006

`kazuma thats because of loops over low ... darthreven i donno y u used loops and made this alias od 20 or 25 lines...it can be simply done easier,shorter,faster than that...

alias mort.mp3.writetolist {
if ($dialog(mmtm)) {
var %num 1
did -r mmtm 12
while (%num <= $findfile(%mort.mp3dir,.mp3,0)) {
write mp3list.txt $findfile(%mort.mp3dir,
.mp3,%num)
did -a mmtm 12 Track: %num Name: $remove($findfile(%mort.mp3dir,.mp3,%num),%mort.mp3dir)
}
inc %num
}
else {
var %num 1
while (%num <= $findfile(%mort.mp3dir,
.mp3,0)) {
write mp3list.txt $findfile(%mort.mp3dir,*.mp3,%num)
inc %num
}
}
}

that alias is really messed up , it hold alot of uneeded identifiers,variabled,commands u should have simply done it using

alias mort.mp3.writetolist {
if ($dialog(mmtm)) {
did -r mmtm 12
var %x $findfile(%mort.mp3dir,*.mp3,tempo,write mp3list.txt $1-)
loadbuf -o mmtm 12 mp3list.txt
}
}

that will load all the filenames without the path to the file mp3list.txt then loads the file into the list box so fast. u can then play this mp3 by /splay $findfile(%mort.mp3dir,$did(12),1). you dont need to use $remove(x,%mort.mp3dir) to ur knowledge $nopath() do the same and its the original for that purpose. briefly this is a 1000 lines snippet while it can be 600 lines snippet.

 Respond  
`Kazuma   -  Oct 24, 2005

I\'m having the same problem. When I try to set my Directory my mIRC shuts down. I think the coding is a bit to long? Any help?

 Respond  
vampslim   -  Oct 18, 2005

Yea, Problem. Everytime i set the dic. it kills my mIRC =/ any comment on that? Message me or something =\

 Respond  
DarthReven   -  Jan 23, 2005

Updated with a seek bar

 Respond  
Yoinx   -  Dec 13, 2004

Nice code, only tried basic operations but it worked fine for me.

 Respond  
DarthReven   -  Nov 22, 2004

are you using 6.16

 Respond  
-MaRtYn-   -  Nov 22, 2004

err no im using the newest one...

 Respond  
DarthReven   -  Nov 22, 2004

the play button works in 2 ways if you have a song highlighted in the list it will play that song other wise it plays the first song on the list you can also double click on a song on the list to play that song as for the errors its most likely someing along the lines of \"Error line blah blah splay on such file C:\.... etc\" and that happens with a few mp3 files why...I do not know

 Respond  
KuTsuM   -  Nov 21, 2004

Looks like you put too much effort on making it look good. When i use it i get many errors and also when you click on the song you want to play it plays a different one. nice job anyways

 Respond  
DarthReven   -  Nov 21, 2004

thats cause your probally using an older version on mIRC -MaRtYn-

 Respond  
-MaRtYn-   -  Nov 21, 2004

nice but i cant upload music onto it =/

 Respond  
PoiXon   -  Nov 21, 2004

Really nice Script Works Fine :)

 Respond  
Kobra   -  Nov 18, 2004

very good m8, works perfectly. I recomend to copy on to notepad and save as \"drp.mrc\" (include the \") Then type on a channel /load -rs drp.mrc

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.