frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
446 stars 137 forks source link

Checking resume data status #185

Closed WhiteTrashLord closed 6 years ago

WhiteTrashLord commented 6 years ago

I add torrents with SessionManager.download(TorrentInfo ti, File saveDir)

But for a short time I can see that the added torrent has the status 'checking_resume_data'.

Does that make any sense or is it a bug maybe?

aldenml commented 6 years ago

well, let me take a look at it, that logic is inside libtorrent, not in this java wrapper

aldenml commented 6 years ago

See https://github.com/arvidn/libtorrent/issues/2535

aldenml commented 6 years ago

It's that way by design. if UI/UX is an issue, I think you can keep track of the fact that actual resume data was provided or not, and adjust the GUI accordingly.