diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-09 16:42:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-09 16:42:55 +0000 |
commit | 0d5517d8b8d9d354385b26b05ef7a71d467670d0 (patch) | |
tree | 4cefd87f215873a79d9966edc605615dd7304e3e /config | |
parent | 4bccf5b59561d2a1450e5fecfd4fa436af8f99d4 (diff) | |
download | ampache-0d5517d8b8d9d354385b26b05ef7a71d467670d0.tar.gz ampache-0d5517d8b8d9d354385b26b05ef7a71d467670d0.tar.bz2 ampache-0d5517d8b8d9d354385b26b05ef7a71d467670d0.zip |
tweaked some stuff
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index f9d7647d..db05eee9 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -412,7 +412,16 @@ downsample_cmd = mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 # formats to mp3 for streaming. Very similar to # downsampling, but requires something that can play # the various file formats. -stream_cmd_m4a = faad -f 2 -w "%FILE%" | lame -r -b %SAMPLE% -S - - + +# List of filetypes to transcode +transcode_m4a = true +#transcode_flac = false +#transcode_mpc = false + +# These are the commands that will be run to transcode the file +#stream_cmd_flac = +#stream_cmd_m4a = faad -f 2 -w "%FILE%" | lame -r -b %SAMPLE% -S - - +#stream_cmd_mpc = ####################################################### # These options control the "local play" feature. This requires |