Skip to content

v1.5.0

Compare
Choose a tag to compare
@mrobinsn mrobinsn released this 25 Oct 21:22
· 75 commits to master since this release
e011320

Adds the capability to set certain attributes as an item is being added.

For instance to set the label at the same time as adding a torrent:

rtorrentClient.Add("some-torrent-url", DLabel.SetValue("my-label");

Added the types Field and Field Value.

  • Field represents the current supported (and used) attributes by this library on "Download Items" (d.* commands) and "File Items" (f.* commands)
  • FieldValue is a convenience type to hold and convert a particular Field that one wants to set on a rTorrent item.

Thanks to @burmudar for this contribution.