Skip to content

Commit d415e11

Browse files
committed
torrents-info: add qbt_torrents.py functionality
1 parent 077fbb4 commit d415e11

File tree

6 files changed

+493
-165
lines changed

6 files changed

+493
-165
lines changed

library/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"links_open": "Open links from link dbs",
111111
"surf": "Auto-load browser tabs in a streaming way (stdin)",
112112
"torrents_info": "List torrents (qBittorrent-nox)",
113+
"torrents_status": "Overview of torrents (qBittorrent-nox)",
113114
},
114115
"Database enrichment subcommands": {
115116
"dedupe_db": "Dedupe SQLite tables",
@@ -250,6 +251,7 @@ def print_help(parser) -> None:
250251
"library.playback.surf.streaming_tab_loader": ["surf"],
251252
"library.playback.tabs_open.tabs_open": ["tb", "tabs", "open_tabs"],
252253
"library.playback.torrents_info.torrents_info": ["torrent-info", "torrents", "torrent"],
254+
"library.playback.torrents_status.torrents_status": ["torrent-status"],
253255
"library.tablefiles.eda.eda": ["preview"],
254256
"library.tablefiles.incremental_diff.incremental_diff": [],
255257
"library.tablefiles.columns.columns": [],

0 commit comments

Comments
 (0)