Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Radarr Support ] Add movie search caps and params #327

Closed
onedr0p opened this issue Jan 26, 2017 · 12 comments
Closed

[ Radarr Support ] Add movie search caps and params #327

onedr0p opened this issue Jan 26, 2017 · 12 comments
Milestone

Comments

@onedr0p
Copy link

onedr0p commented Jan 26, 2017

This is a standard part of the nzb indexer caps...

<caps>
	<searching>
		<search available="yes" supportedParams="q"></search>
		<tv-search available="yes" supportedParams="q,season,ep,tvdbid,tvmazeid,rid"></tv-search>
	</searching>
	<categories>
		<category id="2040" name="Movies/HD"></category>
	</categories>
</caps>

Please add:

<movie-search available="yes" supportedParams="q,imdbid"></movie-search>

under:

<tv-search available="yes" supportedParams="q,season,ep,tvdbid,tvmazeid,rid"></tv-search>

Thanks!

@howsTricks
Copy link

Very interested in this!

@scambra
Copy link
Contributor

scambra commented Feb 24, 2017

+1

@howsTricks
Copy link

Looks like it does support <movie-search... . The reason it wasn't working for me was the result of my definition file not including the categories for movies (2030 for example).

@kaso17
Copy link
Collaborator

kaso17 commented Feb 24, 2017

cardigann doesn't support movie-search, Radarr just falls back to standard search (no support for searching by imdb, etc.).

@sco01
Copy link

sco01 commented Mar 17, 2017

+1

4 similar comments
@froman753
Copy link

+1

@Aesculapius
Copy link

+1

@Koxx3
Copy link

Koxx3 commented Apr 18, 2017

+1

@pmettraux
Copy link

+1

@lxt2
Copy link
Contributor

lxt2 commented Jul 29, 2017

Ok cool, I will look at this. Fixing IMDB first though.

@lxt2 lxt2 added this to the 2.0.0 milestone Jul 29, 2017
@lxt2
Copy link
Contributor

lxt2 commented Sep 21, 2017

Ok this is done.

@lxt2 lxt2 closed this as completed Sep 21, 2017
@rafacapa
Copy link

Now you can add as Torznab correctly but when executing any search from Radarr it doesn't respond with any results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests