Harvest From Filesystem

  • You are not authorized to post comments.
  • You are not authorized to post comments.

I put together a module for Media Mover which allows some basic support for harvesting files from the local file system. It uses the same form that other Media Modules do- provides an absolute path to a directory and has a file extension filter. It currently does not work recursively, but it should be enough to provide the initial functionality.

Here you can see the options that the mm_dir module gives on a configuration screen:

The code is in CVS and will be released with the next Media Mover release.

See the discussion here: http://drupal.org/node/258956#comment-900776
UPDATE: now also supports storing to the filesystem as well.

This is great, much needed.

This is great, much needed. Nice work.