Top

/mp3sort


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.7
Scores Submitted  3
Date Added  Dec 18, 2007
Last Updated  Dec 19, 2007
Tags  files  mp3  sort 
  Bookmark and Share

Introduction

Sorts mp3 files in a directory based on given parameters. Lists the sorted list in a new window.

Grab the Code

Comments

  (8)  RSS
EL
Comments: 1,184
 
mIRC Snippet:  /mp3sort
Posted on Dec 18, 2007 6:18 pm
Works Well Rebellious not sure what uses it may have.Course everything has a use at some point.Also maybe change it to use $nopath just to make it cleaner.EXP: while ($line(@mp3sort,%x)) {
var %mp3Fsort = $gettok($v1,2-,9)
aline @mp3sorted $nopath(%mp3Fsort))
inc %x
Good work on this 7/10.`-.-´
EL
Comments: 1,184
 
mIRC Snippet:  /mp3sort
Posted on Dec 18, 2007 6:35 pm
I didn't even test the other commands.The /mp3sort (nothing here) Works.But with /mp3sort <length/size/bit rate/sample> i keep getting the same error * /aline: insufficient parameters (line 27, script13) .Not sure how to fix this myself and may just be me i just rather have you aware.Sorry for the double post.`-.-´
Rebellious
Comments: 64
 
mIRC Snippet:  /mp3sort
Posted on Dec 18, 2007 6:48 pm
.. ;p What /mp3sort <length/size/bitrate/sample> meant is that you could type either one individually. (e.g /mp3sort length or /mp3sort bitrate) And I'd prefer the fullpath when displaying the info. :)
EL
Comments: 1,184
 
mIRC Snippet:  /mp3sort
Posted on Dec 19, 2007 2:25 am
Rebellious sorry should have been clearer on my post there.Yes i did try them all "separately" and i receive the same error message on each * /aline: insufficient parameters (line 27, script13).And yes your code = your preference all tho maybe adding how to add the no path in ;;'s on the bottom for coders an testers who don't know how is a thought.Good work still.`-.-´
EL
Comments: 1,184
 
mIRC Snippet:  /mp3sort
Posted on Dec 19, 2007 3:03 am
sorry for the double but when i ''tried'' them before i posted the error i did do it correctly and i also tried it many times just to make sure i wasn't spent.
Rebellious
Comments: 64
 
mIRC Snippet:  /mp3sort
Posted on Dec 19, 2007 9:53 pm
See updated code.
EL
Comments: 1,184
 
mIRC Snippet:  /mp3sort
Posted on Dec 19, 2007 10:30 pm
All worked for me this time i went over all the commands twice before i posted this and if anyone else finds flaw with this code after this update please post ty.Good work Rebellious nice update.`-.-´
Rebellious
Comments: 64
 
mIRC Snippet:  /mp3sort
Posted on Dec 19, 2007 10:32 pm
Thanks a bunch, glad to know it's working properly.

Please Register or Login to start posting comments.
Bottom