From 806acecdbb6a99a4cc83b6d2c2fba9bce97623cb Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Mon, 2 Dec 2019 01:02:03 +0700 Subject: [PATCH] Updated explanation of stripTags option in config --- config.sample.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config.sample.js b/config.sample.js index b873125..141f404 100644 --- a/config.sample.js +++ b/config.sample.js @@ -376,14 +376,15 @@ module.exports = { as the behavior can be configured by users from home uploader's Config tab. If "force" is set to true, the default behavior will be enforced. - "video" decides whether to also strip tags of vidoe files + "video" decides whether to also strip tags of video files (of course only if the default behavior is to strip tags). - However, this also requires ffmpeg (see option's note above), - and still experimental (thus use at your own risk). + However, this also requires ffmpeg (https://ffmpeg.org/), + and is still experimental (thus use at your own risk!). - NOTE: Other than setting both "default" and "force" to false, - you can also set stripTags itself to any falsy value to completely - disable this feature. + NOTE: Other than setting "default" to false, and "force" to true, + you can also set stripTags option itself to any falsy value to completely + disable this feature. This will also remove the option from + home uploader's Config tab, as the former would only grey out the option. */ stripTags: { default: false,