mIRC Home    About    Download    Register    News    Help

Print Thread
#33710 03/07/03 02:56 AM
V
very_confused
very_confused
V
ok if $nopath($insong.fname) equals TATU - Not Gonna Get US. How could i make the text on the left of the "-" have a varible %artist and the text on the right of the "-" have a varible %title

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Post deleted by SladeKraven

#33712 03/07/03 03:11 AM
V
very_confused
very_confused
V
nevermind i got it
artist = $gettok($nopath($insong.fname),1,45)
title = $gettok($nopath($insong.fname),2,45)

#33713 03/07/03 03:13 AM
X
Xanadu
Xanadu
X
or try this....

alias mp3 {
set %artist = $gettok($nopath($insong.fname),1,45)
set %title = $gettok($nopath($insong.fname),2,45)
}


hahaha, I was posting this as you were yours

Last edited by Xanadu; 03/07/03 03:14 AM.
#33714 03/07/03 12:38 PM
Joined: May 2003
Posts: 215
L
Fjord artisan
Offline
Fjord artisan
L
Joined: May 2003
Posts: 215
$sound($insong.fname).artist
$sound($insong.fname).title


Link Copied to Clipboard