explain "pipe"

pull/1803/head
Chaz Larson 4 months ago committed by GitHub
parent a9391fdb94
commit 0441d82453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -319,7 +319,7 @@ different ways to specify these things.
<hr style="margin: 0px;">
**Accepted Values:** Pipe-separated list of Collection Names to run
**Accepted Values:** Pipe-separated list of Collection Names to run; the "pipe" character is "|" as shown in the examples below.
**Shell Flags:** `-rc` or `--run-collections` (ex. `--run-collections "Harry Potter|Star Wars"`)
@ -342,7 +342,7 @@ different ways to specify these things.
<hr style="margin: 0px;">
**Accepted Values:** Pipe-separated list of Library Names to run
**Accepted Values:** Pipe-separated list of Library Names to run; the "pipe" character is "|" as shown in the examples below.
**Shell Flags:** `-rl` or `--run-libraries` (ex. `--run-libraries "Movies - 4K|TV Shows - 4K"`)
@ -369,7 +369,7 @@ different ways to specify these things.
<hr style="margin: 0px;">
**Accepted Values:** Pipe-separated list of Collection, Metadata or Playlist Filenames to run
**Accepted Values:** Pipe-separated list of Collection, Metadata or Playlist Filenames to run; the "pipe" character is "|" as shown in the examples below.
**Shell Flags:** `-rf` or `--run-files` (ex. `--run-files "Movies.yml|MovieCharts"`)
@ -657,4 +657,4 @@ different ways to specify these things.
```yaml
tmdb:
apikey: <<mysecret>>
```
```

Loading…
Cancel
Save