LivingWithHippos / unchained-android

App to interact with real-debrid API
GNU General Public License v3.0
403 stars 49 forks source link

[FEATURE REQUEST] Support for Debrid cached torrents #205

Closed Invictaz closed 1 year ago

Invictaz commented 2 years ago

Support debrid cached torrents or indicate those that are directly streamable.

/torrents/instantAvailability/{hash}

morpheasgr commented 2 years ago

Support debrid cached torrents or indicate those that are directly streamable.

/torrents/instantAvailability/{hash}

Cached torrents are already supported, that's the whole point of the app. Once something's been cached you can access it either for downloading purposes, either for viewing purposes.

Suggesting issue rename to "Add cache check (get hashes efficiently & lookup) for searches"

My thoughts on this: probably limit the max number of total items to queue and introduce cooldowns (and status caching with invalidation obviously) when the same host is selected for a search. Indicator and listing priority for instantly available results would also be cool, as in "cached items go to a top section, then get sorted by size descending).

LivingWithHippos commented 2 years ago

some notes

This probably need to wait for torrent file selection #94