diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-17 06:30:36 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-17 06:30:36 +0000 |
commit | c522a2c1e97518d21e351821c27a9188e0cb3a1d (patch) | |
tree | a4a2ece3b050d4624ea9737a20bb9d2e0bf9dfb8 /config/ampache.cfg.php.dist | |
parent | 4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a (diff) | |
download | ampache-c522a2c1e97518d21e351821c27a9188e0cb3a1d.tar.gz ampache-c522a2c1e97518d21e351821c27a9188e0cb3a1d.tar.bz2 ampache-c522a2c1e97518d21e351821c27a9188e0cb3a1d.zip |
some bug fixes and tweaks
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 0eec2c02..83dc56df 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -139,12 +139,12 @@ require_session = "true" # POSSIBLE VALUES: id3v1 id3v2 file vorbiscomment # quicktime ape # DEFAULT: id3v2,id3v1 -tag_order = "id3v2" -tag_order = "id3v1" +tag_order = id3v2 +tag_order = id3v1 tag_order = vorbiscomment tag_order = quicktime tag_order = ape -#tag_order = "file" +#tag_order = file # Un comment if don't want ampache to follow symlinks # DEFAULT: false @@ -465,7 +465,7 @@ search_type = fuzzy # %OFFSET% = offset # %SAMPLE% = sample rate # %EOF% = end of file in min.sec -# DEFAULT: mp3splt -qnf "%FILE%" %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - - +# DEFAULT: mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - - downsample_cmd = mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - - ####################################################### @@ -476,12 +476,12 @@ downsample_cmd = mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 # List of filetypes to transcode transcode_m4a = true -#transcode_flac = false +transcode_flac = true #transcode_mpc = false # These are the commands that will be run to transcode the file -#stream_cmd_flac = flac -dc %FILE% | lame -r -b 128 -S - - -stream_cmd_m4a = faad -f 2 -w "%FILE%" | lame -r -b 128 -S - - +stream_cmd_flac = flac -dc %FILE% | lame -r -b 128 -S - - +stream_cmd_m4a = faad -f 2 -w %FILE% | lame -r -b 128 -S - - #stream_cmd_mpc = ####################################################### |