https://github.com/kolcha/dc-torrent-view
Torrent Viewer WLX plugin for Double Commander
https://github.com/kolcha/dc-torrent-view
doublecmd plugin torrent
Last synced: 2 months ago
JSON representation
Torrent Viewer WLX plugin for Double Commander
- Host: GitHub
- URL: https://github.com/kolcha/dc-torrent-view
- Owner: Kolcha
- License: mit
- Created: 2024-04-10T20:27:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-03T08:18:34.000Z (10 months ago)
- Last Synced: 2025-01-24T20:17:16.679Z (4 months ago)
- Topics: doublecmd, plugin, torrent
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Torrent Viewer plugin for Double Commander
==========================================Simple .torrent viewer lister (WLX) plugin for [Double Commander][dc].
Displays common torrent info usually available in torrent clients:
- torrent info hash(es)
- piece size and pieces count
- trackers list
- files listSupports [BitTorrent v2][bt] and Hybrid torrents.
**Suitable only for Qt-based Double Commander**:
- doublecmd-qt5
- doublecmd-qt6Build plugin with the same Qt version as Double Commander.
Dependencies
------------The only external dependency (except Qt and Double Commander SDK)
is [libtorrent-rasterbar][lt], 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.[dc]: https://github.com/doublecmd/doublecmd
[bt]: https://blog.libtorrent.org/2020/09/bittorrent-v2/
[lt]: https://github.com/arvidn/libtorrent