KiLMaN / T411-Torznab

A NodeJs proxy to download from T411 in Sonarr
26 stars 15 forks source link

Radarr support #32

Closed obouallou closed 7 years ago

obouallou commented 7 years ago

The torznab api impelmented for T411 doesn't support movie search. can you please add support for t=movie ?

Thank you !

KiLMaN commented 7 years ago

It could be added quite easily. I'll try to work on it this week.

obouallou commented 7 years ago

Merci ! ;)

galli-leo commented 7 years ago

Also could you add searching movies by imdbid? Else we have to use the search query, which can be unreliable.

PastaGringo commented 7 years ago

Thanks @KiLMaN

KiLMaN commented 7 years ago

@galli-leo As T411 doesn't support searching with the imdbID, my software must convert it to the movie title. I'm currently working on it, but there is not much i can do about it.

galli-leo commented 7 years ago

@KiLMaN Gotcha, then you can leave the imdbid out. We will just use a normal search query. Did you ask the admins of t411 yet, if they will add support for that?

KiLMaN commented 7 years ago

@galli-leo I didn't ask them and i think they wont add this because the users will have to add when they upload the file and it will be quite cubbersome. I've just finished the update to support it, To update please make a git pull and npn install to install the dependencies

PastaGringo commented 7 years ago

It's working ! 👍 :1st_place_medal: Thanks for your help guys @KiLMaN @galli-leo