openscopeproject / TrguiNG

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

Prepare for sequential downloading feature in 4.1.x #122

Closed Pentaphon closed 7 months ago

Pentaphon commented 7 months ago

Merged in https://github.com/transmission/transmission/pull/4795

No official GUI yet but is requested at https://github.com/transmission/transmission/issues/6257

qu1ck commented 7 months ago

Already supported in current release, check torrent properties dialog.

But I need to hide the checkbox for old transmission versions.

qu1ck commented 7 months ago

Looks like transmission has not bumped rpc version yet so I can't commit the fix to hide the checkbox, otherwise it will not appear even if you have current dev build of transmission that supports it. So I'll wait for 4.1 release.

Edit: not true, I just had old dev build.

qu1ck commented 7 months ago

Note, feature is currently broken in transmission latest dev build https://github.com/transmission/transmission/issues/6365

VitanovG commented 6 months ago

Thank you for this feature, I specifically switched to transmission for this feature, but then the original Web GUI has no support for it. Do you know if there is a nightly build, or stable release that currently supports the sequential downloading? I tried transmission 4.0.5 stable and a 4.1.0 nightly, but if I run transmission-remote -si they both give back daemon version: 3.0.0 and rpc version: 16, so the sequential downloading box is disabled in Trguing.

qu1ck commented 6 months ago

The nightly should work, make sure you restart your daemon after upgrading.