Updated explanation of stripTags option in config

This commit is contained in:
Bobby Wibowo 2019-12-02 01:02:03 +07:00
parent d9ddfe8e9a
commit 806acecdbb
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -376,14 +376,15 @@ module.exports = {
as the behavior can be configured by users from home uploader's Config tab. 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. 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). (of course only if the default behavior is to strip tags).
However, this also requires ffmpeg (see option's note above), However, this also requires ffmpeg (https://ffmpeg.org/),
and still experimental (thus use at your own risk). and is still experimental (thus use at your own risk!).
NOTE: Other than setting both "default" and "force" to false, NOTE: Other than setting "default" to false, and "force" to true,
you can also set stripTags itself to any falsy value to completely you can also set stripTags option itself to any falsy value to completely
disable this feature. 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: { stripTags: {
default: false, default: false,