debridmediamanager / zurg-testing

A self-hosted Real-Debrid webdav server you can use with Infuse. Together with rclone it can mount your Real-Debrid torrent library into your filesystem and load it to Plex or Jellyfin.
489 stars 38 forks source link

File Repair Improvement #5

Closed godver3 closed 11 months ago

godver3 commented 1 year ago

If a file is un-repairable it might be helpful to improve the logic to either:

yowmamasita commented 1 year ago

Delete the torrent from RD to allow something like Plex-Debrid or alternative to find a different file

I think I will go ahead with this solution instead

yowmamasita commented 12 months ago

Fyi this will come after zurg standalone gets released

dreulavelle commented 12 months ago

Out of curiosity, how is rclone_rd handling repairs?

yowmamasita commented 12 months ago

3 conditions:

  1. https://github.com/itsToggle/rclone_RD/blob/master/backend/realdebrid/realdebrid.go#L721
  2. https://github.com/itsToggle/rclone_RD/blob/master/backend/realdebrid/realdebrid.go#L1219
  3. https://github.com/itsToggle/rclone_RD/blob/master/backend/realdebrid/realdebrid.go#L630

It then redownloads the parent torrent.

yowmamasita commented 11 months ago

This is already fixed!