Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

Request: Support for Radarr #523

Closed blackley closed 7 years ago

blackley commented 7 years ago

Please include support for Radarr.

Same as Sonarr tho this is for movies -) https://github.com/Radarr/Radarr

I am guessing here, however, i would think that you could use the sonarr implementation as the template and that this should only require a little modification to the sonarr configuration to allow support for radarr

Fma965 commented 7 years ago

There is currently no documentation for the API for Radarr. i looked in to it briefly but it was too much effort without documentation.

if i did manage to get it working i would have sent a PR of course.

FinnsProjects commented 7 years ago

Isnt the API same as Sonarr ? as its a fork off Sonarr and looks almost identical with a few name changes and over for movies insted..

Hellowlol commented 7 years ago

Im not gonna go digging in the source code to check what what the they guys might have changed. If somebody wants to do it and send a pr I'll accept it :P

FinnsProjects commented 7 years ago

hehe. wasnt expecting that :P ..

falling-fading commented 7 years ago

I'm keen for Radarr integration too, but lack literally all the skills necessary to do it myself.

The API page on the wiki seems to be updated regularly as the Radarr build progresses, so it might be worth keeping an eye on it: https://github.com/Radarr/Radarr/wiki/API

sirrush7 commented 7 years ago

Please with sugar 1's and 0's on top!

313d44 commented 7 years ago

This would be excellent to have. Sonarr integration is top notch, this would be icing on the cake.

ahiguero commented 7 years ago

+1 please let me know if you need help testings.

Kussie commented 7 years ago

I had a brief look at this today and like Hellowlol there isn't enough documentation around the Radarr API that describes the changes. In order to do it you would need to dig through the Radarr source code and play with the API manually to figure it out. Which sadly i don't really have the time for either.

That being said it would be awesome to see this added, as i also recently made the switch from CouchPotato to Radarr

Hellowlol commented 7 years ago

Seems to be better now. https://github.com/Radarr/Radarr/wiki/API

strikerjjb commented 7 years ago

@Hellowlol This could be the next project for me. I recently setup radarr and it is running alongside couchpotato. But also don't want to develop to many new things in the old BS 2.3.2 framework if we may venture away fro mit.

desimaniac commented 7 years ago

@strikerjjb Even a simple menu link to Radarr would be very helpful, at least to get things started.

strikerjjb commented 7 years ago

@desimaniac you could do that under the general settings with the other apps setting (i.e. below pic) image

Hellowlol commented 7 years ago

@strikerjjb the old bootstrap is gonna be there for ever or until somebody updates it. I have tried in the past it was a pain. I have started playing around with sanic.

desimaniac commented 7 years ago

@strikerjjb Oh neat, thanks!

I installed HTPCManager for the first time today and did not notice that option at all.

Hellowlol commented 7 years ago

@desimaniac there is also a iframe option if you prefers to open things inside htpc manager

desimaniac commented 7 years ago

@Hellowlol Neat. That's convenient. I will check that out.

Update: iframe works nicely!

neil-bh commented 7 years ago

+1 over here for Radarr integration.

I've recently switched from CP to Radarr, and have it working a treat on my HTPC. I'm glad to see all the developers starting to pick up the dev work to support Radarr.

The postscripting script that I use nzbToMedia has recently been upgraded to support Radarr too. It seems the API is now sufficient for other developers to use. The Radarr "develop" fork is rapidly updating, but it seems the API is fairly solid already.

@Hellowlol I think the API is in a good place now for you to use without having to spend time reverse engineering the Radarr code itself.

I look forward to the new HTPC Manager release :)

augusteo commented 7 years ago

Is anyone working on this at the moment?

If not I would like to take a crack at it :)

Hellowlol commented 7 years ago

Not that i know of. Go for it @augusteo

augusteo commented 7 years ago

ok cool, i'll take it up and submit a PR later. might take a while since i haven't used python in a while 😄

@Hellowlol can you assign it to me on issues?

ahiguero commented 7 years ago

any news amigos?

augusteo commented 7 years ago

slowly progressing, got the settings page on, but still need to build the radarr page.

its mostly now copied from sonarr. so need to see what has changed and modify that.

ahiguero commented 7 years ago

all i can say is thnak you for your effort victor... keep it up

On Fri, Apr 21, 2017 at 7:07 AM, Victor Augusteo notifications@github.com wrote:

slowly progressing, got the settings page on, but still need to build the radarr page.

its mostly now copied from sonarr. so need to see what has changed and modify that.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Hellowlol/HTPC-Manager/issues/523#issuecomment-296173633, or mute the thread https://github.com/notifications/unsubscribe-auth/AInIcR5nxB11KzHkxTKeYDQu4F1ocOc2ks5ryJv8gaJpZM4LhrKP .

wlsnchrs commented 7 years ago

Second that! Appreciate you taking this on.

BzowK commented 7 years ago

+1 - Thanks!

Hellowlol commented 7 years ago

Radarr support has just been merged in. Thanks alot @zachnedwich