From ee9999a93074c737ffc298c8370ef05a3121cfa0 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 29 Jul 2007 06:17:25 +0000 Subject: new update to correct normal sized blob for those already on 3.4, also added stream_* and downsample_cmd migration support, and but support I mean I tell them its not going to work --- bin/migrate_config.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/migrate_config.inc') diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc index fe5e907d..713a1656 100644 --- a/bin/migrate_config.inc +++ b/bin/migrate_config.inc @@ -30,6 +30,11 @@ $translate = array('local_host'=>'database_hostname', 'local_username'=>'database_username', 'local_pass'=>'database_password', 'local_length'=>'session_length', + 'stream_cmd_flac'=>'transcode_cmd_flac', + 'stream_cmd_mp3'=>'transcode_cmd_mp3', + 'stream_cmd_m4a'=>'transcode_cmd_m4a', + 'stream_cmd_ogg'=>'transcode_cmd_ogg', + 'stream_cmd_mpc'=>'transcode_cmd_mpc', 'sess_name'=>'session_name', 'sess_cookielife'=>'session_cookielife', 'sess_cookiesecure'=>'session_cookiesecure'); -- cgit