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

How to list status of a single torrent ? #80

Closed
rsoorajs opened this issue Jan 30, 2023 · 2 comments
Closed

How to list status of a single torrent ? #80

rsoorajs opened this issue Jan 30, 2023 · 2 comments

Comments

@rsoorajs
Copy link

currently it can list qbt torrent list all torrent files. how can i list, a single torrent file details using its hash ?

@LordZozzy
Copy link

One option is to use Powershell.

$torrentHash = [INSERT TORRENT'S HASHv1 HERE]
qbt torrent list -f all -F csv | ConvertFrom-Csv | ?{$_.Hash -eq $torrentHash}

@rsoorajs
Copy link
Author

rsoorajs commented Feb 1, 2023

thanks

@rsoorajs rsoorajs closed this as completed Feb 1, 2023
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