diff --git a/Supported-NetImports.md b/Supported-NetImports.md index fd95880..5f0a29c 100644 --- a/Supported-NetImports.md +++ b/Supported-NetImports.md @@ -62,8 +62,14 @@ These are lists powered by the Radarr API. Generally every endpoint that produces a json list of movies from the Radarr API can be used. -Currently the following endpoints are recommended / supported: +### Currently supported endpoints * **IMDB TOP 250**: /imdb/top250 * **IMDB Popular**: /imdb/popular[?limit=10] (The optional limit parameter allows you to control how many popular movies are returned.) -* **IMDB Userlists**: /imdb/list?listId=ls10923847 or /imdb/list?listId=ur1236576 for watchlists. \ No newline at end of file +* **IMDB Userlists**: /imdb/list?listId=ls10923847 or /imdb/list?listId=ur1236576 for watchlists. + +### Additional Parameters to filter by +* revenue +* budget +* credit_type +* credit_department \ No newline at end of file