summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-09 18:24:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-09 18:24:23 +0000
commit7114792a08c65a5429bfdf6bfaba267b9f88b019 (patch)
tree4ae70803f2e542728b2cca1dddfdd65b31b4eefa /config
parent8e29b0e691ef343209573f5af6685d4e522e8ef1 (diff)
downloadampache-7114792a08c65a5429bfdf6bfaba267b9f88b019.tar.gz
ampache-7114792a08c65a5429bfdf6bfaba267b9f88b019.tar.bz2
ampache-7114792a08c65a5429bfdf6bfaba267b9f88b019.zip
added windows transcode line to config (commented out by default) and fixed ordering of catalogs
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index b6eaca10..23703b93 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -478,6 +478,9 @@ transcode_mp3_target = mp3
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 - -"
+# This line seems to work better for windows, switch if needed
+#transcode_cmd_mp3 = "mp3splt -qnf -o - %FILE% %OFFSET% %EOF% | lame --mp3input -q 3 -b %SAMPLE% -S - -"
+
;######################################################
; these options allow you to configure your rss-feed