I've been working over the weekend to finish up the media mover hook system. I think I've finally finished out the final form of the hook and the different options that are available. Here's a commented version of what I'm using in the media_mover.inc file
/**
* Implementation of media_mover hook
*/
function media_mover_media_mover($op, $action = null, $config = null, &$file = array() ) {
switch ($op) {
// give your driver a name
case 'name':
return "Media Mover module";
break;
// create a new configuration option set
Published 12/11/2006 by arthur