Управление торрентами из командной строки и последовательная загрузка файлов

2098
Diogo Melo

Мне нужен способ управления торрентами без какого-либо графического интерфейса и загрузки фрагментов в последовательном порядке. Кто-нибудь знает, как это сделать?

rtorrent основан на тексте, но, насколько я знаю, не скачивает файлы последовательно.

У qbittorrent-nox есть возможность загружать его последовательно, но я должен использовать браузер для управления торрентом.

1
Вы, безусловно, должны иметь возможность загружать отдельные файлы с помощью rtorrent в любом порядке. Из списка файлов вы можете отключить загрузку каждого файла, нажав пробел, а затем включить их по порядку. Это не произойдет автоматически, хотя (хотя это может быть возможно для сценария). user55325 9 лет назад 0
Я мог выразить себя неправильно. Сам файл должен быть загружен в последовательном порядке. Если это видео, я смогу начать его воспроизведение до окончания загрузки. Diogo Melo 9 лет назад 1
@DiogoMelo Во-первых, это как бы полностью противоречит как преимуществам, так и духу торрентов ... это может хорошо сработать для вас, но это не сильно поможет рою. Почему вы хотите начать воспроизведение видео до окончания загрузки? Может быть, есть лучшее решение. Jason C 9 лет назад 2
@JasonC, время пользователей драгоценно. Чем быстрее файл может быть воспроизведен, тем лучше. Я понимаю, что в некоторых ситуациях это опять-таки не общее благо, но 1) я намерен сохранить соотношение больше 1 и 2) в 99% случаев у торрентов, с которыми я буду работать, не будет значительно меньше числа сеялок количество пиров. Diogo Melo 9 лет назад 1

2 ответа на вопрос

1
Jason C

There is a good wikipedia article with comparisons of torrent client features.

From there, clients that support sequential downloads:

  • qBittorrent
  • KTorrent
  • Vuze
  • BitComet
  • uTorrent
  • Xunlei
  • Shareaza ("available in mod client")

Of those, clients that run on Linux:

  • qBittorrent
  • KTorrent
  • Vuze

Of those, clients with command line support:

  • KTorrent ("partial")
  • Vuze ("partial")

I'm not sure what "partial" means but that list narrows down your options to either KTorrent or Vuze. You'll have to check their command line interface documentation to see if they support the features you need. You may have to e.g. set sequential options via the GUI once if the CLI does not support that as an option (if you find where they store their preferences perhaps you could automate this at install) - but who knows, check the CLI first, it might do everything you need.

All three of qBittorrent, KTorrent, and Vuze support a web interface of some sort as well, so even if they don't have native command line support for what you need, if you can do it through the web then you may be able to write scripts / programs to automate the tasks. In particular qBittorrent and KTorrent both say they have "remote control through web", so if native command line support does fail, those may be the two to look into first as far as automation scripts go. Vuze supports that as well, although you need to install the appropriate plugin.

-1
Jason Mitchell

I know your pain. Qbittorrent is by far the best with sequential downloading but the web based gui doesn't support it. It ultimately is just a problem with the gui. I'm going to suggest the hard way. In fact it may appear difficult enough that some might think the suggestion is sarcastic. It just might be easy though and depending on how badly you need this sequentially downloading seedbox it may just be worth looking into.

The way to get this to work is to fork the code at github, found here https://github.com/qbittorrent/qBittorrent, and add that gui element and bind it to what it needs to be bound to. Could be hard, could be easy. It all depends on your background and how it was coded.

If you do go that route be sure to merge-request when you are done so the rest of us can have it. ;)

QBittorrent Web UI уже давно поддерживает последовательную загрузку. rubik 7 лет назад 0

Похожие вопросы