Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.04 KB

Torrent Viewer plugin for Double Commander

Simple .torrent viewer lister (WLX) plugin for Double Commander.

Displays common torrent info usually available in torrent clients:

  • torrent info hash(es)
  • piece size and pieces count
  • trackers list
  • files list

Supports BitTorrent v2 and Hybrid torrents.

Suitable only for Qt-based Double Commander:

  • doublecmd-qt5
  • doublecmd-qt6

Build plugin with the same Qt version as Double Commander.

Dependencies

The only external dependency (except Qt and Double Commander SDK) is libtorrent-rasterbar, version 2.0 is required.

Building

By default Qt6 is expected, building with Qt5 requires explicit option, see the few first lines of CMakeLists.txt for details.

Double Commander SDK is not included in this repo, it should downloaded separately and placed into 'sdk' folder.