TurboCheetah / sneedznab

Newznab/Torznab indexer that grabs data from the Sneedex
19 stars 6 forks source link

Sonarr not working #89

Open chuchodavids1 opened 1 year ago

chuchodavids1 commented 1 year ago

I get this: Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings. and I get this on sneed:

>> Sneedex (parser): parsed data, caching Sneedex_Akira
>> API (fetch): Fetched data, caching api_Akira
  --> GET /api 200 1s
TurboCheetah commented 1 year ago

Have you enabled any providers? Can you please provider your environment variables (with your passkey censored ofc) Try running the latest version and see what it says on startup.

BitterSweetcandyshop commented 1 year ago

@TurboCheetah when searching Akira, The &type api actually searches manga/light novels/artbooks/etc. use &anime[tv_series]=1&anime[tv_special]=1&anime[movie]=1&anime[ova]=1&anime[ona]=1&anime[dvd_special]=1&anime[bd_special]=1 to search only videos

Or change the media format requirement to only be mkv and mp4 with &containers[mkv]=1&containers[mp4]=1 which is a bit better imo

edit: I made a tiny ass PR, may it save you a few seconds if you choose lmfao