Menu

#208 Importing files prematurely ends when .wma files encountered

open
nobody
5
2004-07-01
2004-07-01
corykim
No

If there are any .wma files in a particular import
list, the import prematurely ends without processing
any subsequent files. This is because the ReadFileID3
function exits when calling GetAllFileInfo on an .wma
file (at least on mine). This is resolved by adding a
check for $assume in the conditional if($AudioFileInfo
= ...), as in if ($assume && $AudioFileInfo = ...)

Discussion

  • Happy

    Happy - 2005-07-02

    Logged In: YES
    user_id=1246182

    Where is this function located?
    I am pretty sure this is the issue I am having and quite
    possibly the solution to another bug I noticed on the forum

     
  • Happy

    Happy - 2005-07-02

    Logged In: YES
    user_id=1246182

    okay
    this solution didn't work for me.
    I get the error message ("These files have already been
    imported") or something like that.
    without the patch nothing happens.
    It churns for a while and comes up with no files imported.

     

Log in to post a comment.