dreulavelle / Prowlarr-Indexers

Prowlarr Indexers used by Cardigann
61 stars 12 forks source link

Prowlarr is reporting the size of the first file on Season packs #12

Closed nacho-herrera closed 3 months ago

nacho-herrera commented 5 months ago

Hi, I saw that many series get not grabbed by Sonarr because the file size for a season pack is informed wrong and thus is filtered out by the media quality settings.

For example: image Season 11 shows 3.3 GB but when added to Rdtclient, the size is 35.77 GB image Each file is about 3356 MB so I think that the indexer is returning the size of a file instead of the complete torrent. image

jrobinfo commented 5 months ago

I have the same issue also

tjukkie commented 5 months ago

Same.

NebKi commented 5 months ago

This is why you put your file size in your *arrs on minimum 0. Grabbing symlinks will also be reported with wrong file size anyways.

chrisngobanh commented 5 months ago

Does anyone have a good fix for this besides just reducing the file size threshold?

nacho-herrera commented 5 months ago

In my research i found out that the issue is from Torrentio and how them returns the information. For example following with my previous example: query URL: https://torrentio.strem.fun/providers=yts,eztv,rarbg,1337x,thepiratebay,kickasstorrents,torrentgalaxy,magnetdl,horriblesubs,%7Csort=size%7CClimit=1%7Crealdebrid=[REDACTED]%7Cdebridoptions=nodownloadlinks/stream/series/tt0106179:11:1.json

{
    "streams": [
          {...}, 
          {
               "name": "[RD+] Torrentio\n1080p",
               "title": "The.X-Files.S11.1080p.BluRay.x264-SHORTBREHD[rartv]\nThe.X-Files.S11E01.1080p.BluRay.x264-SHORTBREHD.mkv\n👤 2 💾 3.28 GB ⚙️ RARBG",
               "url": "https://torrentio.strem.fun/realdebrid/[REDACTED]/644993cd60a27f78d1b31cc855e0af2ca3737b5c/null/21/The.X-Files.S11E01.1080p.BluRay.x264-SHORTBREHD.mkv",
               "behaviorHints": {
                    "bingeGroup": "torrentio|644993cd60a27f78d1b31cc855e0af2ca3737b5c"
               }
          },
          {...}
     ],
    "cacheMaxAge": 3600,
    "staleRevalidate": 14400,
    "staleError": 604800
}

I think there is no possible solution, at least from this library as the source returns the information this way.

dreulavelle commented 3 months ago

This is a Torrentio issue guys.. has nothing to do with this indexer unfortunately..