ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
159 stars 17 forks source link

qbt torrent import appears succesful but torrents don't show in client or qbt torrent list #95

Open 0nobody0 opened 3 months ago

0nobody0 commented 3 months ago

Hi,

Using qbt 2.0.0 and qbitorrent App version: v4.5.2 / API version: 2.8.19:

just tried importing torrents from deluge with qbt torrent import deluge --source-dir ~/.config/deluge/state/ --qbit-dir ~/.local/share/data/qBittorrent/BT_backup. All torrents appeared to be processed and the import ended with succesfully imported torrents!

I looked in ~/.local/share/data/qBittorrent/BT_backup and the .torrent and .fastresume files are all there.

Restarting qbittorrent and i don't see any torrents, and none show with qbt torrent list.

apologies if i am missing the last step. thanks for your work.

ludviglundgren commented 3 months ago

Hi! Thanks for the report. Will try and investigate but first some questions:

In qBittorrent advanced settings, What do you have for Resume data storage type? Fastresume files or SQLite database?

This tool only supports Fastresume files for now

Did you have any labels in Deluge?

0nobody0 commented 3 months ago

thank you! Resume data storage type is set to Fastresume files. no labels in deluge!

zkutasi commented 2 days ago

Any progress on this? I wanted to try out qbt to import a few thousand of Deluge torrents... but I see none of them after a successful import. Where to debug this? Maybe it only worked until a specific Qbittorrent?

EDIT: The issue was, that the destination folder was wrong in the example, it shall be .local/share/qBittorrent/BT_backup instead of .local/share/data/qBittorrent/BT_backup

Thanks for this tool, truly remarkable.