# MP3Tool FileInfo Channel Send Style. Created by Cruise Nov 16, 1998.

# This one shows you how you can get MORE information on files your
# offering.

set Size "--"
catch {set Size [format "%0.2f" [expr (([file size [HasServerFile $sendlist($mp3tool(lastoffer))]] / 1024.0) /1024.0)]]} error
set props [MP3Props [HasServerFile $sendlist($mp3tool(lastoffer))]]

set nocolor(lines) 4
set nocolor(1) "Now Playing $sendlist($mp3tool(lastoffer))"
set nocolor(2) "($Size Mb $props)"
set nocolor(3) "(MP3Tool) To get my list of $mp3tool(totalfiles) files, type @$nick"
set nocolor(4) "GetCmd !$nick $sendlist($mp3tool(lastoffer))"

set color(lines) 4
set color(1) "\0031,1\0034Now Playing \0033$sendlist($mp3tool(lastoffer))"
set color(2) "\0035($Size Mb  - $props)"
set color(3) "\0031,1\0038(\00313M\0033P3\0038T\00313o\0033o\00310l\0038) \0033To get my list of\0034 $mp3tool(totalfiles) \0033files, type \0034@$nick"
set color(4) "\0031,1\0034GetCmd \0033!$nick $sendlist($mp3tool(lastoffer))"

