Adding TV Series to Sonarr by adding a tv serie on your own imdb watchlist

SickRage does this, but I like Sonarr so much more.
This is all that Sonarr is missing to convince me it’s the best so I can finally donate and stick with a favourite internett pvr I can tell all my friends about.
Keep up the good work fellas! :smiley:

I took a look, but there doesn’t appear to be a IMDB API that provides that information. Unless someone can provide information on an API thats available to do this we won’t be able to implement it.

Unfortunatley there is no API for this. But you can parse the public export of the list.
By example:
http://www.imdb.com/list/export?list_id=ls002189306&author_id=ur31583393&ref_=wl_exp

As I understand you already have the functionality off adding the IMDB “id” which is colomn 2 row 2.

Like couchpotato, maybe add an input field under settings where the user can insert their public url for this export and sonarr imports all the id’s??
I don’t think im the only one who would love and absolutly use this. Its pure genious with couchpotato, i add to my watchlist every other day :wink:

Or even better, use the RSS created for the imdb user … ?

Thanks for the info, we’ll give it some consideration: https://trello.com/c/E2zcmcwg/959-import-new-series-from-imdb-watch-list

If i only knew C# I would assist in some way. After looking at this it seems you have to be logged in to IMDB if your going to be able to read the csv file. So I guess RSS would be the only way of doing this?

Read RSS (http://rss.imdb.com/user/ur31583393/watchlist), foreach item, check if title contains TV Series.

If so read the imdbid off link and POST the imdbid http://thetvdb.com/api/GetSeriesByRemoteID.php?imdbid=tt3743822 to get the seriesid.

Add the seriesid “290853” to Sonarr…?

Thanks for all your hard work :smiley: