title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
imdb_watchlist |
true |
2022-11-13 04:25:06 UTC |
markdown |
2022-09-18 05:06:41 UTC |
This plugin creates an entry for each item in an IMDB list.
This plugin is useful for example when used in a task with the movie_list plugin to add movies from your IMDb watchlist to your movie list.
Notes:
- Like with other APIs used by FlexGet the IMDb list is cached for 2 hours to avoid hammering.
- List must be public.
- Adding this to your movie tasks or preset will NOT cause movies in IMDB's watchlist to be accepted since this is an input, not a filter.
- If you are using a list other than the
watchlist
,ratings
orcheckins
, you currently have to look up the list id from imdb and use that instead of the name.
tasks:
populate_movie_list:
imdb_watchlist:
user_id: ur9999999
list: watchlist
force_language: es-mx # Optional - Force Specified Language
accept_all: yes
list_add:
- movie_list: imdb_movies
Your user id can be found here when you are logged in.
You can force a returned language using the force_language
parameter. A list of valid language values can be found here. You will need to select the proper LCID language string.