summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-07-29 12:30:14 +0000
committerxgizzmo <xgizzmo@ampache>2007-07-29 12:30:14 +0000
commite00b5875aba6e3bad68096c59cb3641dbfb6dc4f (patch)
tree8e9df978213cf1e1748aed8d86364df28d710691 /config
parent755ab35f6b6b0e78bbff6ca24f3f44008d9a4f71 (diff)
downloadampache-e00b5875aba6e3bad68096c59cb3641dbfb6dc4f.tar.gz
ampache-e00b5875aba6e3bad68096c59cb3641dbfb6dc4f.tar.bz2
ampache-e00b5875aba6e3bad68096c59cb3641dbfb6dc4f.zip
go to bed vollmer :)
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index da431703..beba1357 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -464,8 +464,8 @@ transcode_flac_target = mp3
transcode_mp3_target = mp3
; These are the commands that will be run to transcode the file
-trascode_cmd_flac = "flac -dc %FILE% | lame -r -b 128 -S - - "
-trascode_cmd_m4a = "faad -f 2 -w %FILE% | lame -r -b 128 -S - -"
+transcode_cmd_flac = "flac -dc %FILE% | lame -r -b 128 -S - - "
+transcode_cmd_m4a = "faad -f 2 -w %FILE% | lame -r -b 128 -S - -"
transcode_cmd_mp3 = "mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - -"
;######################################################