Adman1020 / Elsewherr

81 stars 10 forks source link

Sonarr support? #4

Closed karan closed 2 years ago

karan commented 2 years ago

Would be awesome to also add support for sonarr.

Adman1020 commented 2 years ago

If you come across a service like Just Watch that can provide the same sort of information through an API but for shows (i.e. using something like tvdb ID), then adding Sonarr support should be fairly straight forward.

Unfortunately I've not come across a good API option for shows yet.

Frooodle commented 2 years ago

If you come across a service like Just Watch that can provide the same sort of information through an API but for shows (i.e. using something like tvdb ID), then adding Sonarr support should be fairly straight forward.

Unfortunately I've not come across a good API option for shows yet.

I am actually in process of making a java version of this app as I thought you had abandoned this I have managed to get it working for sonarr and radarr What I am using and found most reliable was actually using movie db for sonarr and radarr requests as it supports and has info for both

so first getting its imdb ID searching that using moviedbs search by imdb endpoint,to get moviedb Id from that then like with radarr search that for providers (different endpoint though but same logic) Happy to share code if you want to add that to yours, if not I plan to release mine on github sometime soon

Adman1020 commented 2 years ago

To be fair, I have basically abandoned it. But I'm picking it back up again now as I need to move to the newer version of Radarr.

Your logic sounds super clever for Sonarr, I will have a look at doing that.

snorlaxjones commented 1 year ago

Any updates on this, from either of you?

Frooodle commented 1 year ago

Got a promotion at work so had to drop this for a bit, let me pick it back up this weekend. Will let you know how it goes

LiamAird commented 1 year ago

I made a fork and made it work with Sonarr. https://github.com/Adman1020/Elsewherr/pull/7