Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nxpre.itcl gets stuck on mp3 parsing #2

Open
GoogleCodeExporter opened this issue Sep 20, 2015 · 3 comments
Open

nxpre.itcl gets stuck on mp3 parsing #2

GoogleCodeExporter opened this issue Sep 20, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. make a test.pre-REL with mp3 files
2. use SITE PRE MP3 test.pre-REL
3.

What is the expected output? What do you see instead?
it should output the parsed id3 data and area size filecount, but instead 
it just hangs after the command, the files do get moved, but no errors in 
logs

What version of the product are you using? On what operating system?
nxtools 1.21 on windows2003

Please provide any additional information below.

the nxpre.itcl script gets stuck on this bit
when i comment this out and site pre mp3 works fine again, though without 
mp3 files parsing

    # 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
        }
    }


Original issue reported on code.google.com by pope.is....@gmail.com on 23 Apr 2010 at 11:03

@GoogleCodeExporter
Copy link
Author

..and used with iofptd 7.x.x+, im not sure if it was with 693

Original comment by pope.is....@gmail.com on 23 Apr 2010 at 11:08

@GoogleCodeExporter
Copy link
Author

tough works not with me with cutting that out... seems the problem is 
somwherelse.. io just crashes with me then

Original comment by ro...@derriks.be on 23 Sep 2012 at 10:13

@GoogleCodeExporter
Copy link
Author

i do have a other section running... flac also with sfv nfo and such . witch 
runs fine. if i try to pre mp3 its all fckd up

Original comment by ro...@derriks.be on 23 Sep 2012 at 10:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant