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

Jackett Full Automation #4445

Closed
DavideCampagna opened this issue May 20, 2020 · 2 comments
Closed

Jackett Full Automation #4445

DavideCampagna opened this issue May 20, 2020 · 2 comments
Labels
Type: Feature Request Issue is a feature request.

Comments

@DavideCampagna
Copy link

This link in Jackett:
ip:9117/jackett/api/v2.0/indexers/all/results/torznab/api?apikey=API&t=indexers&configured=true

Returns an xml file containing all configured indexers, with their categories and so on, here is an example:

<indexers> 
        <indexer id="anidex" configured="true"> 
                <title>Anidex</title> 
                <description> Anidex is a Public torrent tracker and indexer, primarily for English fansub groups of anime </description>
                <link>https://anidex.info/</link> 
                <language>en-us</language> 
                <type>public</type> 
                <caps> 
                        <server title="Jackett" /> 
                        <searching> 
                                <search available="yes" supportedParams="q" /> 
                                <tv-search available="yes" supportedParams="q,season,ep" /> 
                                <movie-search available="no" supportedParams="q" /> 
                                <music-search available="no" supportedParams="" /> 
                                <audio-search available="no" supportedParams="" /> 
                        </searching>
                        <categories> 
                                <category id="100010" name="♫ - Lossless" /> 
                                <category id="100009" name="♫ - Lossy" /> 
                                <category id="100011" name="♫ - Video" /> 
                                <category id="100015" name="Adult Video" /> 
                                <category id="100003" name="Anime - Dub" /> 
                                <category id="100002" name="Anime - Raw" /> 
                                <category id="100001" name="Anime - Sub" /> 
                                <category id="100013" name="Applications" /> 
                                <category id="100012" name="Games" /> 
                                <category id="100005" name="LA - Raw" /> 
                                <category id="100004" name="LA - Sub" /> 
                                <category id="100006" name="Light Novel" /> 
                                <category id="100008" name="Manga - Raw" /> 
                                <category id="100007" name="Manga - TLed" /> 
                                <category id="100016" name="Other" /> 
                                <category id="100014" name="Pictures" /> 
                                <category id="5070" name="TV/Anime" /> 
                        </categories> 
                </caps> 
        </indexer> 
        (continues with the other configured indexers...) 
</indexers>

Since I've discovered this I've been wondering if is possible to add a new feature. My idea is that the user should just provide the ip:port/baseurl address and the api of Jackett and then Radarr should parse that xml in order to automatically add all the indexers from Jackett. Maybe it can even check periodically Jackett in order to add/remove indexers according to the changes made in Jackett.
Hope you'll like this and thanks for your amazing job.

@DavideCampagna DavideCampagna added the Type: Feature Request Issue is a feature request. label May 20, 2020
@fryfrog
Copy link
Collaborator

fryfrog commented May 20, 2020

I asked Sonarr devs about this and they weren't interested. :(

At least nzbhydra2 takes advantage of it.

@Qstick
Copy link
Member

Qstick commented May 25, 2020

Dupe #4120

@Qstick Qstick closed this as completed May 25, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2020
RobinDadswell pushed a commit that referenced this issue May 1, 2021
RobinDadswell pushed a commit that referenced this issue May 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Feature Request Issue is a feature request.
Projects
None yet
Development

No branches or pull requests

3 participants