Giter Club home page Giter Club logo

Comments (8)

garfield69 avatar garfield69 commented on May 29, 2024 1

When someone clicks on the DL button on the dashboard search results, or an *arr app makes a DL request to Jackett, we do not have any way to redirect the fake magnet to the amarr client as opposed to it being picked up by the default torrent client running on the users system.
We would be talking about writing a C# indexer and supporting the equivalent of the Sonarr/Radarr preferred torrent client config associated with the indexer option.
Realistically, for such a niche scenario I don't see this getting developed any time soon. We've got tons of enhancements tickets that are languishing a slow path to stale status as it is.

from jackett.

ilike2burnthing avatar ilike2burnthing commented on May 29, 2024 1

Any indexer in Jackett also needs to work in Jackett's own search, not just with *arrs. As it returns a torznab feed anyway, the tracker already works with the *arrs, so adding it to Jackett is neither feasible nor necessary.

from jackett.

garfield69 avatar garfield69 commented on May 29, 2024

Um, where is that container link? ;-)

from jackett.

pipopop avatar pipopop commented on May 29, 2024

Sorry ^^ here : https://github.com/vexdev/amarr

from jackett.

garfield69 avatar garfield69 commented on May 29, 2024

If I have understood the amarr readme correctly, when setting up the Sonarr/Radarr indexer for amule you don't just set up the torznab search path to perform searches and get results, but you also have to set up a download client which processes the download request.

So While a Jackett indexer could perform a search via amarr and return results from amule (we do something similar with the BitTorrent indexer ), when you request a download through Jackett it will fail because a Jackett DL link needs to be either a .torrent or a magnet .

I'll leave this open to get a second opinion from any of the other team members.

from jackett.

pipopop avatar pipopop commented on May 29, 2024

You're right, to be used with automation tools, you must always use Amarr as a download client.

Depending on the automation tools, it is possible to assign trackers to download clients, to avoid the risk of errors.

A less interesting solution would be for Jackett to return a link to the search for the file found in amule to proceed with manual downloading via the interactive search.

This would also make it possible to search amule directly via Jackett.

But then you'd lose total automation, from search to download.

from jackett.

ilike2burnthing avatar ilike2burnthing commented on May 29, 2024

Does it return an eD2k link as a fake magnet link? https://github.com/vexdev/amarr/blob/main/app/src/main/kotlin/amarr/MagnetLink.kt

from jackett.

pipopop avatar pipopop commented on May 29, 2024

When someone clicks on the DL button on the dashboard search results, or an *arr app makes a DL request to Jackett, we do not have any way to redirect the fake magnet to the amarr client as opposed to it being picked up by the default torrent client running on the users system. We would be talking about writing a C# indexer and supporting the equivalent of the Sonarr/Radarr preferred torrent client config associated with the indexer option. Realistically, for such a niche scenario I don't see this getting developed any time soon. We've got tons of enhancements tickets that are languishing a slow path to stale status as it is.

This feature is already in use in Radarr.
For each tracker, you can define a default download client.
For example, for the fake tracker, we can define the fake client qBittorrent Amarr :
When Radarr sends the search to Amarr, it receives a link.
And since Amarr is configured as the default download client for the Amarr tracker, Radarr sends the download request to Amarr, which forwards it to Emule.

If we replace the Amarr search part with Jackett , we could have the same configuration:

  1. Radarr searches for Jackett aMule.
  2. Jackett aMule sends back an ed2k link.
  3. Radarr sends this ed2k link to Amarr (Radarr can associate a tracker with a download client).

This means you still have to use Amarr for the download client.

from jackett.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.