mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Update dynamic.md
remove errant s, correct example and info table
This commit is contained in:
parent
b52c9fea86
commit
b0b2c7e223
1 changed files with 6 additions and 6 deletions
|
@ -114,7 +114,7 @@ Depending on the `type` of dynamic collection, `data` is used to specify the opt
|
|||
| [`origin_country`](#origin-country) | Create a collection for each TMDb origin country associated with an item in the library | ❌ | ❌ | ✅ | ❌ | ❌ |
|
||||
| [`trakt_user_lists`](#trakt-user-lists) | Create a collection for each list from specific trakt users | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| [`trakt_liked_lists`](#trakt-liked-lists) | Create a collection for each list the authenticated trakt user likes | ❌ | ✅ | ✅ | ❌ | ❌ |
|
||||
| [`trakt_people_list`](#trakt-people-lists) | Create a collection for each actor found in the trakt list | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| [`trakt_people_list`](#trakt-people-list) | Create a collection for each actor found in the trakt list | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| [`actor`](#actor) | Create a collection for each actor found in the library | ✅ | ✅ | ✅ | ❌ | ❌ |
|
||||
| [`director`](#director) | Create a collection for each director found in the library | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||||
| [`writer`](#writer) | Create a collection for each writer found in the library | ✅ | ✅ | ❌ | ❌ | ❌ |
|
||||
|
@ -434,7 +434,7 @@ dynamic_collections:
|
|||
type: trakt_liked_lists
|
||||
```
|
||||
|
||||
### Trakt People Lists
|
||||
### Trakt People List
|
||||
|
||||
Create collections for each of the people found within Trakt lists that the user specifies.
|
||||
|
||||
|
@ -443,7 +443,7 @@ Create collections for each of the people found within Trakt lists that the user
|
|||
<table class="dualTable colwidths-auto align-default table">
|
||||
<tr>
|
||||
<th><code>type</code> Option</th>
|
||||
<td><code>trakt_user_lists</code></td>
|
||||
<td><code>trakt_people_list</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><code>data</code> Value</th>
|
||||
|
@ -480,8 +480,8 @@ default_template:
|
|||
#### Example: Create a collection for each of the people on the trakt list
|
||||
```yaml
|
||||
dynamic_collections:
|
||||
Trakt User Lists:
|
||||
type: trakt_people_lists
|
||||
Trakt People Lists:
|
||||
type: trakt_people_list
|
||||
data:
|
||||
- https://trakt.tv/users/ash9001/lists/all-time-top-actors
|
||||
```
|
||||
|
@ -2342,4 +2342,4 @@ dynamic_collections:
|
|||
- Romance
|
||||
- Science Fiction
|
||||
- War
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue