openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Feat: Prepare to enable download first and last piece first + sequential mode in 1 toggle. #207

Closed Pentaphon closed 1 month ago

Pentaphon commented 1 month ago

Transmission 4.1.x will have "Download first and last pieces first" functionality combined with "sequential download mode" according to https://github.com/transmission/transmission/pull/6893 and since the contributor combined both functions, I have opened an issue to create 1 GUI toggle to enable both functions at the same time in https://github.com/transmission/transmission/issues/6257 which I hope to see in TrguiNG as well.

Not yet merged but highly requested feature and goes beyond qBittorrent by having both functions become enabled in 1 GUI toggle instead of 2 toggles. Just opening this issue to keep track.

qu1ck commented 1 month ago

Sequential download is already supported in TrguiNG. The MR you linked does not affect the api and does not require any changes on TrguiNG side.

Pentaphon commented 4 weeks ago

The MR you linked does not affect the api and does not require any changes on TrguiNG side.

Might want to mention in the UI that "download first and last pieces first" is now also included in the toggle? That's the only change that I can think of to inform users.

qu1ck commented 4 weeks ago

That is a server side implementation detail that 99% of users will not care about.