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
libraries:
Main Movies: ## <<< CHANGE THIS LINE
All The Movies:
metadata_path:
- 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
# see the wiki for how to use local files, folders, URLs, or files from git
- file: config/Movies.yml
overlay_path:
- remove_overlays: false
- pmm: resolution
overlay_path: ## <<< ADD THIS LINE
- remove_overlays: false ## <<< ADD THIS LINE
- pmm: resolution ## <<< ADD THIS LINE
```

Loading…
Cancel
Save