It seems the import functionality is not working. It says it's imported, although the configuration is not listed and the database table is empty.
The import then returns you to a normal configuration create page which is blank. Export values below:
Thanks, Ben
$configuration->harvest->module = 'mm_cck';
$configuration->harvest->action = '1';
$configuration->harvest->configuration = array(
'mm_config_harvest_field' => array(
'field_schools_showcase_movie' => 'field_schools_showcase_movie'
),
'file_types' => 'avi mov wmv mpeg mp4 mpeg2 dv 3gp 3g2 mpeg4',
'cid' => '1',
'module' => 'mm_cck',
'action' => '1',
'verb' => 'harvest',
);
$configuration->process->module = 'mm_ffmpeg';
$configuration->process->action = '1';
$configuration->process->configuration = array(
'ffmpeg_output_type' => 'flv',
'ffmpeg_audio_advanced' => '1',
'ffmpeg_audio_ab' => '64k',
'ffmpeg_audio_ar' => '22050',
'ffmpeg_audio_acodec' => 'libmp3lame',
'ffmpeg_video_advanced' => '1',
'ffmpeg_video_size' => '0',
'ffmpeg_video_size_other' => '',
'ffmpeg_video_fps' => '25',
'ffmpeg_video_br' => '250k',
'ffmpeg_video_vcodec' => 'flv',
'ffmpeg_time_advanced' => '0',
'ffmpeg_time' => '30',
'ffmpeg_video_custom' => '0',
'ffmpeg_video_custom_command' => '-i %in_file %out_file',
'ffmpeg_output_perms' => '0644',
'cid' => '1',
'module' => 'mm_ffmpeg',
'action' => '1',
'verb' => 'process',
);
$configuration->storage->module = 'mm_s3';
$configuration->storage->action = '1';
$configuration->storage->configuration = array(
'mm_s3_bucket' => 'rnd09-mm',
'cid' => '1',
'module' => 'mm_s3',
'action' => '1',
'verb' => 'storage',
);
$configuration->complete->module = 'mm_cck';
$configuration->complete->action = '3';
$configuration->complete->configuration = array(
'mm_cck_field_save_3' => 'field_schools_showcase_movie_s3',
'cid' => '1',
'module' => 'mm_cck',
'action' => '3',
'verb' => 'complete',
);
$configuration->required = array('mm_cck','mm_ffmpeg','mm_s3','mm_cck');
$configuration->name = 'Schools Showcase Movies';
$configuration->description = 'Schools Showcase Movies';
$configuration->start_time = '1233226146';
$configuration->last_start_time = '1233180108';
$configuration->status = 'stopped';
$configuration->settings = '';
$configuration->hierarchy->parent = '0';
Comments
Comment #1
arthurf commentedThis was the result of the export function not working as expected. I've cleaned up the export routine and things seem to be right now. This still needs to be ported up to D6
Comment #2
arthurf commentedPorted up to D6
Comment #4
mfbI cannot import these configurations on Drupal 6 version, any idea what the problem might be?
Comment #5
mfbWell, I gave up on this and recreated my configurations from scratch after upgrading to the latest Drupal 6 version. Haven't yet tested if export/import are working.
Comment #6
arthurf commentedThis is now fixed in 6.x It was looking for the wrong cache table.
Comment #7
mihha commentedSeams that import is not working (again?)
For example I am trying to import this:
Comment #8
arthurf commentedThis import works for me under 6.1x - maybe it's time to make a new release?
Comment #9
szczym commentedi just tested on 2 fresh drupal installs with mm-dev from 2009-Sep-17
it was possible to export and than import the confing from one to other one.
:))))
Comment #10
arthurf commentedGreat! Progress!