docs: update all auto generated docs

This commit is contained in:
Nick Craig-Wood
2020-05-25 11:59:33 +01:00
parent 256d17eba8
commit 4d6af44045
70 changed files with 98 additions and 96 deletions

View File

@@ -1,5 +1,5 @@
---
date: 2020-05-22T15:09:46+01:00
date: 2020-05-25T12:06:00+01:00
title: "rclone serve dlna"
description: "Serve remote:path over DLNA"
slug: rclone_serve_dlna
@@ -12,7 +12,7 @@ Serve remote:path over DLNA
## Synopsis
rclone serve dlna is a DLNA media server for media stored in a rclone remote. Many
rclone serve dlna is a DLNA media server for media stored in an rclone remote. Many
devices, such as the Xbox and PlayStation, can automatically discover this server in the LAN
and play audio/video from it. VLC is also supported. Service discovery uses UDP multicast
packets (SSDP) and will thus only work on LANs.
@@ -181,7 +181,7 @@ although existing files can be opened using any case, the exact case used
to create the file is preserved and available for programs to query.
It is not allowed for two files in the same directory to differ only by case.
Usually file systems on MacOS are case-insensitive. It is possible to make MacOS
Usually file systems on macOS are case-insensitive. It is possible to make macOS
file systems case-sensitive but that is not the default
The "--vfs-case-insensitive" mount flag controls how rclone handles these
@@ -203,7 +203,7 @@ may differ from case sensitivity of a file system mounted by rclone (the source)
The flag controls whether "fixup" is performed to satisfy the target.
If the flag is not provided on command line, then its default value depends
on the operating system where rclone runs: "true" on Windows and MacOS, "false"
on the operating system where rclone runs: "true" on Windows and macOS, "false"
otherwise. If the flag is provided without a value, then it is "true".