View Single Post
Old 02-11-2006, 05:55 PM  
iXi
Senior Member
 
Join Date: Nov 2002
Posts: 220
Default

open the ioTOOLKIT.itcl

and search for "###; Create dirtag" without quotemarks!
thats the tagdir function there you have to change but be carefull.

Well if you want to use the project_zs style then search for:
Quote:
createtag "$realdir" "\[100% Complete\]-\[${valid}F @ [getsize $size] at [format %.0f [expr $size / $time]]kBps\]-\[[lindex $mp3info 4] from [lindex $mp3info 7] at [lindex $mp3info 1]kbps\]-\[$ioB(ssn)\]"
and replace it with:
Quote:
createtag "$realdir" "\[$ioB(ssn)\] - \( [getsize $size] ${valid}F - COMPLETE - [lindex $mp3info 4] [lindex $mp3info 7] \) - \[$ioB(ssn)\]"
and search for:
Quote:
createtag "$realdir" "\[100% Complete\]-\[${valid}F @ [getsize $size] at [format %.0f [expr $size / $time]]kBps\]-\[$ioB(ssn)\]"
and replace it with:
Quote:
createtag "$realdir" "\[$ioB(ssn)\] - \( [getsize $size] ${valid}F - COMPLETE \) - \[$ioB(ssn)\]"
and vola now you have project_zs complete tags
iXi is offline   Reply With Quote