mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Created Supported NetImports (markdown)
parent
1854fbacc3
commit
27c61e1ef6
1 changed files with 47 additions and 0 deletions
47
Supported-NetImports.md
Normal file
47
Supported-NetImports.md
Normal file
|
@ -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)
|
||||||
|
<br><br>
|
||||||
|
* [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)
|
Loading…
Reference in a new issue