Skip to content

Commit

Permalink
Improved the example config
Browse files Browse the repository at this point in the history
  • Loading branch information
ghomasHudson authored Nov 27, 2024
1 parent b5ccde3 commit 214dcf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <input id="list-id" type="hidden" value="20124699">
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"]

0 comments on commit 214dcf4

Please sign in to comment.