Go Back   FlashFXP Forums > > > >

NeoXed's scripts nxAutoNuke, nxTools, etc.

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 09-28-2012, 05:35 AM   #10
chr0nic
Junior Member
 
Join Date: Jun 2012
Posts: 6
Default

thanks for replying me Yil, i found out the script was hangin at the parsing of the mp3 files so i cut out this part :

# Attempt to parse every MP3 file until successful.
foreach filePath $mp3Files {
if {[catch {::nx::mp3 $filePath mp3} error]} {
ErrorLog PreMP3 $error
} else {
set codec [format "MPEG %.1f Layer %d" $mp3(version)
$mp3(layer)]
iputs "|-------------------------------------------------------
-----------------|"
iputs [format "| Artist : %-60s |" $mp3(artist)]
iputs [format "| Album : %-60s |" $mp3(album)]
iputs [format "| Genre : %-16s Year: %-11s Bitrate: %-16s |"
$mp3(genre) $mp3(year) "$mp3(bitrate) Kbit"]
iputs [format "| Channel : %-16s Type: %-13s Codec: %-16s |"
$mp3(mode) $mp3(type) $codec]
set isMP3 1; break
}
}


maybe usefull for ppl with the same issues....
now i can go on adding more sections, hopfully this will go clean ;]
chr0nic is offline   Reply With Quote
 

Tags
invoked, line, onelines, procedure, terminated


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 Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:11 PM.

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