comment adjustments, library name

pull/1452/head
Chaz Larson 2 years ago committed by GitHub
parent 0c81629900
commit 3dcdae8fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,13 +6,13 @@ Open the config file again and add the last three lines shown below:
```yaml ```yaml
libraries: libraries:
Main Movies: ## <<< CHANGE THIS LINE All The Movies:
metadata_path: metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository - pmm: basic # This is a file within the defaults folder in the Repository
- pmm: imdb # This is a file within the defaults folder in the Repository - pmm: imdb # This is a file within the defaults folder in the Repository
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
- file: config/Movies.yml - file: config/Movies.yml
overlay_path: overlay_path: ## <<< ADD THIS LINE
- remove_overlays: false - remove_overlays: false ## <<< ADD THIS LINE
- pmm: resolution - pmm: resolution ## <<< ADD THIS LINE
``` ```

Loading…
Cancel
Save