@ -7,7 +7,7 @@ If you run into a race condition where you have set an Environment Variable with
These docs are assuming you have a basic understanding of Docker concepts. One place to get familiar with Docker would be the [official tutorial ](https://www.docker.com/101-tutorial/ ).
These docs are assuming you have a basic understanding of Docker concepts. One place to get familiar with Docker would be the [official tutorial ](https://www.docker.com/101-tutorial/ ).
| Attribute | Shell Command | Environment Variable |
| Attribute | Shell Command | Environment Variable |
|:------------------------------------------------------|:-----------------------------------|:-------------------------|
|:------------------------------------------------------|:---------------------------------------------- |:-------------------------|
| [Config ](#config ) | `-c` or `--config` | `PMM_CONFIG` |
| [Config ](#config ) | `-c` or `--config` | `PMM_CONFIG` |
| [Time to Run ](#time-to-run ) | `-t` or `--time` | `PMM_TIME` |
| [Time to Run ](#time-to-run ) | `-t` or `--time` | `PMM_TIME` |
| [Run ](#run ) | `-r` or `--run` | `PMM_RUN` |
| [Run ](#run ) | `-r` or `--run` | `PMM_RUN` |
@ -17,8 +17,8 @@ These docs are assuming you have a basic understanding of Docker concepts. One
| [Timeout ](#timeout ) | `-ti` or `--timeout` | `PMM_TIMEOUT` |
| [Timeout ](#timeout ) | `-ti` or `--timeout` | `PMM_TIMEOUT` |
| [Collections Only ](#collections-only ) | `-co` or `--collections-only` | `PMM_COLLECTIONS_ONLY` |
| [Collections Only ](#collections-only ) | `-co` or `--collections-only` | `PMM_COLLECTIONS_ONLY` |
| [Playlists Only ](#playlists-only ) | `-po` or `--playlists-only` | `PMM_PLAYLISTS_ONLY` |
| [Playlists Only ](#playlists-only ) | `-po` or `--playlists-only` | `PMM_PLAYLISTS_ONLY` |
| [Operations ](#operations ) | `-op` or `--operations` | `PMM_OPERATIONS` |
| [Operations Only](#operations-only ) | `-op` , `--operations` , or `--operations-only` | `PMM_OPERATIONS` |
| [Overlays ](#overlays ) | `-ov` or `--overlays` | `PMM_OVERLAYS` |
| [Overlays Only](#overlays-only ) | `-ov` , `--overlays` , or `--overlays-only` | `PMM_OVERLAYS` |
| [Run Collections ](#run-collections ) | `-rc` or `--run-collections` | `PMM_COLLECTIONS` |
| [Run Collections ](#run-collections ) | `-rc` or `--run-collections` | `PMM_COLLECTIONS` |
| [Run Libraries ](#run-libraries ) | `-rl` or `--run-libraries` | `PMM_LIBRARIES` |
| [Run Libraries ](#run-libraries ) | `-rl` or `--run-libraries` | `PMM_LIBRARIES` |
| [Run Metadata Files ](#run-metadata-files ) | `-rm` or `--run-metadata-files` | `PMM_METADATA_FILES` |
| [Run Metadata Files ](#run-metadata-files ) | `-rm` or `--run-metadata-files` | `PMM_METADATA_FILES` |
@ -361,7 +361,7 @@ docker run -it -v "X:\Media\Plex Meta Manager\config:/config:rw" meisnate12/plex
```
```
````
````
### Operations
### Operation Only
Only run library operations skipping collections/metadata, playlists, and overlays.
Only run library operations skipping collections/metadata, playlists, and overlays.
@ -394,7 +394,7 @@ docker run -it -v "X:\Media\Plex Meta Manager\config:/config:rw" meisnate12/plex
```
```
````
````
### Overlays
### Overlay Only
Only run library overlays skipping collections/metadata, playlists, and operations.
Only run library overlays skipping collections/metadata, playlists, and operations.