diff --git a/config.yaml.example b/config.yaml.example index e32d8d2..0589f3a 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -21,6 +21,7 @@ plugins: clear_collection: true # If set, this empties out the collection before re-adding. Useful for lists which change often. imdb_list: enabled: true + imdb_id_filter: false # Uses the imdb id for better matching. This does slow the script down though! list_ids: - ls055592025 - ls068305490 @@ -47,3 +48,11 @@ plugins: - "20124699" # Custom list ID for a user's list. Peek at the HTML source of the list page to find client_id: aaaaaaa111111111 # Trakt API client ID. Create an app at https://trakt.tv/oauth/applications/new and copy the client ID client_secret: aaaaaaa111111111 # Trakt API client secret. Create an app at https://trakt.tv/oauth/applications/new and copy the client secret + jellyfin_api: + enabled: false + list_ids: + - minCriticRating: ["9"] + limit: ["3"] + sortBy: ["Random"] + includeItemTypes: ["Movie"] + - genres: ["Mystery"]