From 08fc048688495b0130dba7356fc01dd4a5f8ab76 Mon Sep 17 00:00:00 2001 From: Axel Simon Date: Wed, 7 Dec 2016 11:45:41 +0100 Subject: [PATCH] Update ampache.conf transcoding comments To make the transcoding section of ampache.cfg easier for new users, I suggest making the comments more explicit, giving short examples of why one would want to use an option, for instance. --- config/ampache.cfg.php.dist | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index d80e244f..5f360288 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -908,12 +908,14 @@ registration_mandatory_fields = "fullname" ; DEFAULT: none ;encode_video_target = webm -; Override the default output format on a per-type basis +; Override the default output format on a per-type basis, for example, +; to stream lossless encoded files in lossy formats. ; encode_target_TYPE = TYPE ; DEFAULT: none ;encode_target_flac = ogg -; Override the default TYPE transcoding behavior on a per-player basis +; Override the default TYPE transcoding behavior on a per-player basis, for example, +; to stream lossless using the api and lossy using the web interface. ; transcode_player_PLAYER_TYPE = TYPE ; Valid PLAYER is: webplayer, api ; DEFAULT: none @@ -934,7 +936,8 @@ transcode_player_customize = "true" ; Command configuration. Substitutions will be made as follows: ; %FILE% => filename -; %BITRATE% => target bit rate +; %BITRATE% => target bit rate (as chosen by the admin or users in the +; preferences, if transcode_player_customize = "true") ; You can do fancy things like VBR, but consider whether the consequences are ; acceptable in your environment.