Closed (fixed)
Project:
Media Mover
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2009 at 23:51 UTC
Updated:
28 Feb 2009 at 00:40 UTC
Hi there, just a quick bug fix
Line 182 of mm_node.module, is searching for extensions of files.
I use the custom_command module, and i name my resultant files by adding a .extenstion on the end
eg the user may upload test.wmv
i converted it to test.wmv.mp4 (only way you can keep the same filename for custom_command)
But what happens is the harvester picks up the newly attached file for the next run, so it keeps expanding expontentially..
I just changed line 182 to fix the problem, taking out the wildcard from the end.
$conditions[] = "f.filepath LIKE '%%.$type'";
Thanks,
Cameron
But if you have a file called
Comments
Comment #1
arthurf commentedThanks for the note, it is actually already fixed in CVS, it just hasn't made it to a release yet. I'm hoping to get a new release out soon