Go Back   FlashFXP Forums > >

Programming Need help with C/C++/Delphi? Ask here and make us all laugh.

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 06-21-2004, 06:17 AM   #1
iXi
Senior Member
ioFTPD Foundation User
 
Join Date: Nov 2002
Posts: 220
Default [TCL] mp3 grp sorting.. problem~

moin,
ive taken the code of zipsort form b|\daas..
and changed for mp3 section so clear works fine he makes the symb links but the links dont work...~

Quote:
############################
# Mp3 Group Sorting #
############################
#ChangeLog
#orginal by b|\d
#modified by rAWfOx
#modified by uni for mp3 grp sort..
#
#put in ioftpd.ini
#[Post]
#mkd = TCL ..\scripts\mp3grpsort.itcl
##set your Mp3 upload dir!(iVFS NOT WINDOWS PATH!)
set mp3up "/Mp3"
#set these full (WINDOWS!)paths! i use ../site as theyre only empty dirs so take no size out of install dir.
set mp3group "../site/__Sorted__/Mp3/Group"
##stop editing here
set vpath [string range $args 4 end]
set result [string last / $vpath end]
set releasex [string range $vpath [expr $result + 1] end]
set path [string map {\\ /} $path]
set result [string last - $releasex end]
set release [string range $releasex [expr $result + 1] end]
if {![string match -nocase "*$mp3up/*" "$path"]} {return}
if {[string match -nocase "*/cd?/*" "$vpath"] || [string match -nocase "*/cd??/*" "$vpath"]} {return}
if {![file exists "$mp3group/$release"]} {catch {file mkdir "$mp3group/$release"} error}
catch {file mkdir "$mp3group/$release/$releasex"} error
catch {vfs chattr "$mp3group/$release/$releasex" 1 "$vpath"} error
i hope someone can help me with that

cya
iXi is offline  
Closed Thread

Tags
end], mp3, set, upload, [string

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:35 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)