Ferrite-backup/Ferrite/Views
kingbri e9670ea118 RealDebrid: Add batch torrent support
Batch torrents are torrents that have multiple files bundled within
one torrent file.

RealDebrid does support these, but it is difficult to get them to work.

The main flow requires setting a specific combination in RealDebrid
to allow for link generation. However, this is not intuitive to users
and is bad API design on RealDebrid's part.

Ferrite's implementation presents users with all the possible files
from batches (duplicates deleted) and selects the user-chosen file
to download. That way, only the user chosen file is presented to
play on an external video player.

This still needs work for optimization purposes, but this commit
does produce a working build.

Signed-off-by: kingbri <bdashore3@gmail.com>
2022-08-04 21:33:59 -04:00
..
CommonViews Ferrite: Fix toast UI 2022-08-04 21:33:59 -04:00
RepresentableViews Ferrite: Add code up to alpha 1 2022-07-21 00:01:41 -04:00
BatchChoiceView.swift RealDebrid: Add batch torrent support 2022-08-04 21:33:59 -04:00
CardView.swift Ferrite: Add code up to alpha 1 2022-07-21 00:01:41 -04:00
ContentView.swift RealDebrid: Add batch torrent support 2022-08-04 21:33:59 -04:00
LoginWebView.swift Ferrite: Add code up to alpha 1 2022-07-21 00:01:41 -04:00
MagnetChoiceView.swift RealDebrid: Add batch torrent support 2022-08-04 21:33:59 -04:00
MainView.swift Ferrite: Fix toast UI 2022-08-04 21:33:59 -04:00
SearchResultsView.swift RealDebrid: Add batch torrent support 2022-08-04 21:33:59 -04:00
SettingsView.swift Ferrite: Add code up to alpha 1 2022-07-21 00:01:41 -04:00