PowerShell module for Transmission

Discussion of Transmission that doesn't fit in the other categories
Post Reply
trondhindenes
Posts: 2
Joined: Thu May 31, 2012 1:21 pm

PowerShell module for Transmission

Post by trondhindenes »

Guys, I just wanted to let you know I've created a PowerShell module for controlloing Transmission. It supports pipelining, so that you can for instance run

Get-Transmissiontorrent | where {$_.percentDone -eq 100} | remove-transmissionTorrent

I don't plan on writing any long tutorial or how-to, but if you're using Windows PowerShell daily, you should have no problem getting up to speed. Btw, it requires PowerShell version 3.0 CTP or later.
You'll find the download link here: http://hindenes.com/trondsworking/2012/ ... revisited/

regards,
Trond
Post Reply