diff --git a/docker/root/defaults/config.yaml b/docker/root/defaults/config.yaml index 4efdcd6c..f58893db 100644 --- a/docker/root/defaults/config.yaml +++ b/docker/root/defaults/config.yaml @@ -14,9 +14,9 @@ # ytdl-sub --dry-run --config config.yaml sub subscriptions.yaml # # See the documentation above on how to build your own custom presets. -# -configuration: - # Avoid unnecessarily long large file renames, set this to a path on the same - # filesystem as the destination for downloaded files in the `overrides: / - # *_directory:` paths: - working_directory: "/media/Library/tmp/.ytdl-sub-working-directory" + +# Avoid unnecessarily long large file renames, set this to a path on the same +# filesystem as the destination for downloaded files in the `overrides: / +# *_directory:` paths, and then un-comment: +# configuration: +# working_directory: "/media/Library/tmp/.ytdl-sub-working-directory"