From 150b6505307b155213d238c0f2705adcdbbb8405 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 25 Jan 2013 22:00:34 -0500 Subject: Add missing % to sample command --- config/ampache.cfg.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 992438f3..4e677594 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -554,7 +554,7 @@ refresh_limit = "60" ; equivalent to the old default, but if you find that necessary you should be ; clever enough to figure out how on your own. ; DEFAULT: none -;transcode_cmd = "ffmpeg -i %FILE" +;transcode_cmd = "ffmpeg -i %FILE%" ; Specific transcode commands ; It shouldn't be necessary in most cases, but you can override the transcode -- cgit