14

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.

Jonas Czech
  • 12,018
  • 6
  • 44
  • 65
user3626048
  • 706
  • 4
  • 19
  • 52

3 Answers3

8

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

enter image description here

Oleg
  • 2,165
  • 1
  • 15
  • 7
  • Thanks, I previously did it using Deluge with the Pieces plugin but Deluge is currently broken on Ubuntu 20.04 due to a Python error (C++ also has the advantage that it is compiled instead of interpreted like Python). – baptx Apr 16 '22 at 16:46
5

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

user3626048
  • 706
  • 4
  • 19
  • 52
  • 3
    Per author comments on the Issues page, it's not fully working code, last development was seven years ago. – catdotgif Mar 04 '20 at 18:29
0

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.

Yaroslav
  • 2,338
  • 26
  • 37