Skip to content

Commit 214dcf4

Browse files
authored
Improved the example config
1 parent b5ccde3 commit 214dcf4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config.yaml.example

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ plugins:
2121
clear_collection: true # If set, this empties out the collection before re-adding. Useful for lists which change often.
2222
imdb_list:
2323
enabled: true
24+
imdb_id_filter: false # Uses the imdb id for better matching. This does slow the script down though!
2425
list_ids:
2526
- ls055592025
2627
- ls068305490
@@ -47,3 +48,11 @@ plugins:
4748
- "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">
4849
client_id: aaaaaaa111111111 # Trakt API client ID. Create an app at https://trakt.tv/oauth/applications/new and copy the client ID
4950
client_secret: aaaaaaa111111111 # Trakt API client secret. Create an app at https://trakt.tv/oauth/applications/new and copy the client secret
51+
jellyfin_api:
52+
enabled: false
53+
list_ids:
54+
- minCriticRating: ["9"]
55+
limit: ["3"]
56+
sortBy: ["Random"]
57+
includeItemTypes: ["Movie"]
58+
- genres: ["Mystery"]

0 commit comments

Comments
 (0)