Code Monkey home page Code Monkey logo

Comments (6)

theotherp avatar theotherp commented on July 19, 2024 1

Automation tools like sonarr or radarr would be your best bet. Or NZB360 if you're on android. See https://trash-guides.info/

from nzbhydra2.

theotherp avatar theotherp commented on July 19, 2024

Please attach debug infos as requested in the issue template: https://github.com/theotherp/nzbhydra2/blob/master/.github/ISSUE_TEMPLATE.md

from nzbhydra2.

drelephant avatar drelephant commented on July 19, 2024

Aah, I checked the logs with sudo docker logs -f nzbhydra2 and they all say:

Not using <tracker name> because torznab indexers cannot be used by API NZB searches
No indexers were selected for this search. You probably don't have any indexers configured which support the provided ID type or all of your indexers which do are currently disabled. You can enable query generation to work around this.

I tried going to Config-Searching and changing "Generate queries" to "All searches", but it still didn't work.

So I guess nzbhydra2 can't do what I'm trying to do?

from nzbhydra2.

theotherp avatar theotherp commented on July 19, 2024

http://:5076/torznab/api?apikey=&t=search&q=linux+iso

In the config screen you can click the "API?" button for that info.

from nzbhydra2.

drelephant avatar drelephant commented on July 19, 2024

Thank you!!

In FreshRSS, it doesn't show any info except the name and you can download the magnet/torrent. I can't even see which indexer the link came from (although I do see that that info is there in the raw feed torznab:attr name="hydraIndexerName" ).

Is there some other app or app category that I should/could be using to read the nzbhydra2 feeds?

Sorry, the learning curve with docker/indexers/torznab/rss has been steep over the last few days...

Also, where's the best place I can ask questions? I have another question but not really appropriate as a bug report.

from nzbhydra2.

drelephant avatar drelephant commented on July 19, 2024

I got FreshRSS to show more info by using an XPathBridge in RSS-Bridge with these settings:

Web Page URL:
http://<serverip>:5076/torznab/api?apikey=<apikey>&t=search&q=<searchtext>
Item selector:
//item
Item title selector:
./title
Item description selector:
./comments
Item URL selector:
string(./enclosure/@url)
Item author selector:
string(./*[@name="hydraIndexerName"]/@value)
Item date selector (doesn't work):
./pubDate
Item category selector:
./category

Thanks again.

I wasn't sure about sonarr or radarr because they're supposedly for movies/TV shows - do they work for random files like linux isos as well?

from nzbhydra2.

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.