Hey,
I know you guys probably get this from a million people, but I've made a script to just show my mp3 filename, I can't remember where I got part of the code, but I was curious if anyone could help me.
I know there are many scripts out like cmp3 and nmp3, but I don't care if my script remembers what mp3's I played and so on, I just want it to play them, and be easy to edit for others.
Here is the code I have:
menu channel,query {
-
Play Video:{
set %mp3 $$dir="Choose Video" F:\
run %mp3
say mp3 ( $remove($nopath(%mp3),.mp3) | $round($calc($lof(%mp3) / 1048576),2) MB )
unset %format
unset %mp3
}
-
}
I would like to be able to add the length and foldername to this script, I am unsure of how to do it, but if anyone could help that would be great.
Also I don't want it to say
C:\MP3\Eminem-The_Eminem_Show-2002-RNS
Just
Eminem-The_Eminem_Show-2002-RNS
Thanks in advance
Keigan
And I forgot to mention I would like to know how to make it show the size in kilabytes or bytes if possible.