Importing files prematurely ends when .wma files encountered
Status: Beta
Brought to you by:
blakewatters
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 = ...)
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
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.