Commit 214dcf4 1 parent b5ccde3 commit 214dcf4 Copy full SHA for 214dcf4
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ plugins:
21
21
clear_collection: true # If set, this empties out the collection before re-adding. Useful for lists which change often.
22
22
imdb_list:
23
23
enabled: true
24
+ imdb_id_filter: false # Uses the imdb id for better matching. This does slow the script down though!
24
25
list_ids:
25
26
- ls055592025
26
27
- ls068305490
@@ -47,3 +48,11 @@ plugins:
47
48
- "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">
48
49
client_id: aaaaaaa111111111 # Trakt API client ID. Create an app at https://trakt.tv/oauth/applications/new and copy the client ID
49
50
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"]
You can’t perform that action at this time.
0 commit comments