user3626048
user3626048

Reputation: 736

Transmission torrent client sequential download

I'm using TransmissionBT torrent client (http://www.transmissionbt.com/).

Is it possible to make simple modification in code to be able to download files in sequential mode (from beginning of the file). Then it will be possible to play video file without waiting to finish downloading whole file. I found solution for it - https://trac.transmissionbt.com/wiki/Can%20I%20sequence%20the%20files%20I%20download but it's from 7 years ago and in current version there is no function mentioned in link.

Upvotes: 14

Views: 12986

Answers (3)

Yaroslav
Yaroslav

Reputation: 2438

The good news here: the sequential download feature is implemented and should be available in the pending 4.1.0 version of the Transmission. Unstable Nightly builds are available already.

Upvotes: 2

Oleg
Oleg

Reputation: 2265

The qBittorrent has such a built-in function, from the context menu of the torrent

enter image description here

Upvotes: 8

user3626048
user3626048

Reputation: 736

Found working solution on github: https://github.com/midenok/transmission-patches

Upvotes: 5

Related Questions