diff --git a/Supported-NetImports.md b/Supported-NetImports.md new file mode 100644 index 0000000..0be9627 --- /dev/null +++ b/Supported-NetImports.md @@ -0,0 +1,47 @@ +#CouchPotatoImport + +Supports importing a wanted list from a running CouchPotato instance. + +The API key can be found in Settings > General > Show Advanced Settings + +#RSSImport + +Radarr supports any RSS movie lists, with some presets already available. + +For IMDB: + +* List ID is in the list's URL (http://www.imdb.com/list/ **ls002448041** /) [Include the letters "ls"] +* User ID is in your profile URL (http://www.imdb.com/user/ **ur12345678** /?ref_=nv_usr_prof_0) [Include the letters "ur"] + +#StevenLuImport + +Supports StevenLu's [popular-movies](https://github.com/sjlu/popular-movies) list. This list aggregates heuristics data from multiple sites (IMDB, TMDB, etc). + +The list itself is in JSON format here: https://s3.amazonaws.com/popular-movies/movies.json + +Don't change that URL in Radarr unless you know what you're doing. + +#TMDBImport + +Supports importing from **[Theaters](https://www.themoviedb.org/movie/now-playing)**, **[Popular](https://www.themoviedb.org/movie)**, **[Top](https://www.themoviedb.org/movie/top-rated)**, **[Upcoming](https://www.themoviedb.org/movie/upcoming)** or a custom **List**. + +Create a custom list by creating an account at https://www.themoviedb.org, then go to User Profile > Lists > New. + +Once your list is created, the Public List ID is in the URL (https://www.themoviedb.org/list/ **12345** ) + +#Trakt List + +Supports importing from the following Trakt lists: + +* UserWatchList (https://trakt.tv/users/YOURUSERNAME/watchlist) +* UserWatchedList (found at https://trakt.tv/users/YOURUSERNAME/lists) +* UserCustomList (found at https://trakt.tv/users/YOURUSERNAME/lists) +

+* [Trending](https://trakt.tv/movies/trending) +* [Popular](https://trakt.tv/movies/popular) +* [Anticipated](https://trakt.tv/movies/anticipated) +* [BoxOffice](https://trakt.tv/movies/boxoffice) +* [TopWatchedByWeek](https://trakt.tv/movies/watched/weekly) +* [TopWatchedByMonth](https://trakt.tv/movies/watched/monthly) +* [TopWatchedByYear](https://trakt.tv/movies/watched/yearly) +* [TopWatchedByAllTime](https://trakt.tv/movies/watched/all) \ No newline at end of file