Hi,

Is there an updated version of this module? When I save the configuration page - admin/media_mover/config/edit/1, I am taken to a non-themed page which displays:

media_mover_config_edit_formArray
(
    [mm_config_name] => Create video
    [mm_config_descript] => Create video
    [status] => 1
    [cid] => 1
    [harvest:2:mm_node_types] => Array
        (
            [blog] => blog
            [forum] => 0
            [usernode] => 0
            [page] => 0
            [story] => 0
        )

    [harvest:2:db_options] => Array
        (
            [published] => published
            [in moderation que] => 0
            [promoted to front page] => 0
        )

    [process:1:ffmpeg_audio_advanced] => 0
    [process:1:ffmpeg_audio_br] => 8
    [process:1:ffmpeg_audio_sr] => 22050
    [process:1:ffmpeg_video_advanced] => 0
    [process:1:ffmpeg_video_size] => 352x288
    [process:1:ffmpeg_video_fps] => 10
    [process:1:ffmpeg_video_br] => 50k
    [process:1:ffmpeg_time_advanced] => 0
    [process:1:ffmpeg_time] => 30
    [process:1:ffmpeg_video_wm] => 0
    [process:1:ffmpeg_video_wm_file] => 
    [op] => Save configuration
    [submit] => Save configuration
    [form_token] => 452abe50789e0ae6fe48a5f11e5c75c4
    [form_id] => media_mover_config_edit_form
)

I'd love to be able to use this for a project I'm working on...

Thanks!

Comments

jaysmall’s picture

I have the same issue. If I need to change a config, I wind up just throwing it out and starting over.

I tried to find the problem -- when you submit an edited config, it behaves like it's just writing preformatted text to STDOUT instead of updating the database.

It's early-stage code, and the author doesn't have much time to spend on it. So I've just lived with that -- doesn't take very long to set up a new config and delete an old one.