i still just get this
<captain_obviousaway> syn mp3; (random play) - (benefit ft eminem()235670) @ (160 kb/s) - anti SARS defense system!
<captain_obviousaway> syn mp3; (random play) - (()256170) @ (96 kb/s) - anti SARS defense system!
its not displaying the title on one and the title and the artist one the other one

here is the code
alias syn.dis {
set %mp3.name $sound(%mp3).title
set %mp3.length $sound(%mp3).length
set %mp3.artist $sound(%mp3).artist
set %mp3.bit $sound(%mp3).bitrate
}
and then where it displays
alias syn.play {
//splay %mp3
msg $active syn mp3; (random play) - ( $+ %mp3.artist $+ ( $+ %mp3.title $+ ) $+ %mp3.length $+ ) @ ( $+ %mp3.bit kb/s) - anti SARS defense system!
}