mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[60] Merge remote-tracking branch 'chaz/patch-1' into nightly
This commit is contained in:
commit
cfe11ec256
1 changed files with 6 additions and 2 deletions
|
@ -27,6 +27,10 @@ The `sync_mode: sync` and `collection_order: custom` Details are recommended sin
|
|||
|
||||
If you have [authorized Trakt](../config/trakt.md) then you can use private Trakt Lists, this is not possible if you have not authorized Trakt.
|
||||
|
||||
???+ warning
|
||||
|
||||
Trakt lists and users come and go, and PMM has no control over this. The list URLs found in this documentation are used here as examples and are available and working at time of writing, but they may disappear at any time. Do not take their use here as a guarantee that they exist or are working when you read this.
|
||||
|
||||
```yaml
|
||||
collections:
|
||||
Christmas:
|
||||
|
@ -38,7 +42,7 @@ collections:
|
|||
```yaml
|
||||
collections:
|
||||
Reddit Top 250:
|
||||
trakt_list: https://trakt.tv/users/jay-greene/lists/reddit-top-250-2019-edition
|
||||
trakt_list: https://trakt.tv/users/jaygreene/lists/reddit-top-250-2019-edition
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
```
|
||||
|
@ -49,7 +53,7 @@ collections:
|
|||
```yaml
|
||||
collections:
|
||||
Reddit Top 250:
|
||||
trakt_list_details: https://trakt.tv/users/jay-greene/lists/reddit-top-250-2019-edition
|
||||
trakt_list_details: https://trakt.tv/users/jaygreene/lists/reddit-top-250-2019-edition
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue