[Request] Torrentio - Automatically delete torrents from RD list #103
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/torrentio-scraper-backup#103
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whenever a link is selected, it automatically adds them to the RD Torrent List.
Is there any way to automatically delete torrents from RD list, similar to what Kodi addons already do?
No, I don't think that this can be added to torrentio, due to the different way addon system works in stremio. All addons in stremio are remote, deployed on servers, and whenever you need to resolve a url to a RD download link it has to go through the server via redirecting. Also whenever you seek in already watched video it also has to go through the server, since the players use the original url, not the final redirect url.
Another point is efficiency, since this is a remote server that many user make calls to, it has to be efficient and make least amount of api calls to RD servers, so it makes sense to keep the created torrent and just resolve the url instead of creating the torrent each time (ie watching multi season torrent, or continuing a movie the next day etc). Some people also just add links through torrentio and then watch them elsewhere through RD or some other app.
Another point is that addons don't know when you've finished watching a video, so it cannot clean up after you finished watching smth, as the addons are not informed about it.
Also there's no limit for torrent links in RD, so personally I don't see the benefit of this, where as leaving them has clear benefits outlined above.