mIRC Home    About    Download    Register    News    Help

Print Thread
#33710 03/07/03 02:56 AM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Post deleted by SladeKraven

#33712 03/07/03 03:11 AM
Joined: Apr 2003
Posts: 57
V
Babel fish
OP Offline
Babel fish
V
Joined: Apr 2003
Posts: 57
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
Joined: Jul 2003
Posts: 39
X
Ameglian cow
Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
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
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
$sound($insong.fname).artist
$sound($insong.fname).title


- Jason

Link Copied to Clipboard