| `list_days` | Number of Days to look back of the list | ❌ | 30 |
| `list_minimum` | Minimum Number of Users Watching/Plays to add to the list | ❌ | 30 |
| `list_size` | Number of Movies/Shows to add to this list | ❌ | 10 |
| `list_buffer` | Number of extra Movies/Shows to grab in case you have multiple show/movie Libraries. | ❌ | 10 |
If you have multiple movie Libraries or multiple show Libraries Tautulli combines those in the popular/watched lists so there might not be 10 movies/shows from the library to make your `list_size`.
In order to get around that, you can use the `list_buffer` attribute that defaults to 10. This will get that number more movies from Tautulli but only add to the collection until the size reaches the number in `list_size`.
So if your collection doesn't have as many movies/shows as your `list_size` attribute increase the number in the `list_buffer` attribute.
@ -49,13 +49,13 @@ The below example shows how `title` can be used to match artists.
```yaml
metadata:
artist1: # Matches via the title "Game of Thrones"
artist1: # Matches via the title "Ke$ha"
match:
title: Game of Thrones
title: Ke$ha
edits...
artist2: # Matches via the title "24"
artist2: # Matches via the title "311"
match:
title: 24
title: 311
edits...
```
@ -63,14 +63,12 @@ The Mapping Name can also be used to reduce line-count, as shown here:
```yaml
metadata:
Ke$ha: # Matches via the Name "Game of Thrones"
Ke$ha: # Matches via the Name "Ke$ha"
edits...
"311": # Matches via the Name "311"
edits...
```
**Note:** to search for an artist titled with a number from the mapping name you must surround the number in quotes like in the example below. Otherwise, it will look for the artist associated with that TVDb ID.
## Metadata Edits
The available attributes for editing artists, albums, and tracks are as follows