mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
explain "pipe"
This commit is contained in:
parent
a9391fdb94
commit
0441d82453
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue