deluge/docs/plugins/pieces.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2024-06-23 16:30:49 +01:00
# Pieces Plugin
Adds a tab to Deluge 1.2 (and higher) to allow the viewing of the status of each piece of a torrent. Supports both gtkui and webui (webui has slightly less functionality)
Current version is 0.5
Version 0.5 supports client/server (i.e. not "Classic") mode, and adds support for the webui. Webui mode only shows each piece's status and does not support any priority setting/display
Version 0.4 fixes a segfault bug when setting priorities for multiple pieces, allows more flexible piece selection (with Shift/Ctrl), and adds an option to always prioritize the first un-downloaded piece of a torrent.
Version 0.3 adds the option to select multiple pieces by dragging the mouse over them before setting the priority.
Version 0.2 adds a tooltip to show which piece the mouse is hovering over, and a right-click menu that allows the setting of priorities for individual pieces.
## Download
[Pieces plugin for Deluge](http://github.com/nicklan/Deluge-Pieces-Plugin/downloads)
## Screenshots
View of the tab:
Piece # tooltip (shows piece priority in parens):
![](/tooltip.png)
Menu to set the priority for a piece:
![](set_priority.png)
## Discussion/Support
Please use the forum post: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=27545
## Source Code
http://github.com/nicklan/Deluge-Pieces-Plugin/