Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequential #58

Closed
ronioncloud opened this issue Sep 1, 2021 · 3 comments
Closed

Sequential #58

ronioncloud opened this issue Sep 1, 2021 · 3 comments

Comments

@ronioncloud
Copy link

-sequential --skip-hash-check -relative-fastresume

It doesn't seem to work, downloads don't start with download option in sequential order, am I doing something wrong?

version: x86_64-qbittorrent-nox
https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.8_v1.2.14/x86_64-qbittorrent-nox

Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial

@userdocs
Copy link
Owner

userdocs commented Sep 2, 2021

Is that exactly how you use the options? as you use a single - and they all start with a --

Usage:
    ./qbittorrent-nox [options] [(<filename> | <url>)...]
Options:
    -v | --version             Display program version and exit
    -h | --help                Display this help message and exit
    --webui-port=<port>        Change the Web UI port
    -d | --daemon              Run in daemon-mode (background)
    --profile=<dir>            Store configuration files in <dir>
    --configuration=<name>     Store configuration files in directories
                               qBittorrent_<name>
    --relative-fastresume      Hack into libtorrent fastresume files and make
                               file paths relative to the profile directory
    files or URLs              Download the torrents passed by the user

Options when adding new torrents:
    --save-path=<path>         Torrent save path
    --add-paused=<true|false>  Add torrents as started or paused
    --skip-hash-check          Skip hash check
    --category=<name>          Assign torrents to category. If the category
                               doesn't exist, it will be created.
    --sequential               Download files in sequential order
    --first-and-last           Download first and last pieces first
    --skip-dialog=<true|false> Specify whether the "Add New Torrent" dialog
                               opens when adding a torrent.

@ronioncloud
Copy link
Author

Sorry. Mosstypo all with both - -, except last one (-d) daemon

@userdocs
Copy link
Owner

userdocs commented Sep 6, 2021

Are these persistent options or only work when you add a torrent via comamnd line? I am not sure myself, you may want to confirm with the qbit devs.

https://github.com/qbittorrent/qBittorrent/discussions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants