Sabnzbd+ Plugin for SiriServer

Got a program that plays well with SABnzbd? Share it here!
Post Reply
Nurfballs
Newbie
Newbie
Posts: 5
Joined: November 29th, 2011, 4:01 pm

Sabnzbd+ Plugin for SiriServer

Post by Nurfballs »

I've just finished quickly putting together a plugin for SiriServer, which allows you to perform basic actions on Sabnzbd using Siri (or jailbroken equivalent such as Spire) on jailbroken iOS5 devices.

Functionality
- Display current download queue statistics
- Pause / Resume download queue

Usage:
View current queue
*(sab|sabnzbd|download).*(queue|q)*

Example
say "download queue"

Image

Pause Sabnzbd+
(sab|sabnzbd|download|downloads).*(pause|stop)*

Example:
say "downloads pause"

Resume Sabnzbd+
(sab|sabnzbd|download|downloads).*(resume|unpause|start)*

Example:
say "downloads resume"

Head on over to my post on the SiriServer forums for setup instructions and a download link.
Robahearts
Newbie
Newbie
Posts: 10
Joined: February 21st, 2012, 11:56 am

Re: Sabnzbd+ Plugin for SiriServer

Post by Robahearts »

Awesome Thanks.
timecmdr
Newbie
Newbie
Posts: 4
Joined: January 22nd, 2009, 7:10 am

Re: Sabnzbd+ Plugin for SiriServer

Post by timecmdr »

I think the regex needs an ignore case. As If I just say Download queue the D is in uppercase and is therefore not matched.

Is that just me?
O0
Nurfballs
Newbie
Newbie
Posts: 5
Joined: November 29th, 2011, 4:01 pm

Re: Sabnzbd+ Plugin for SiriServer

Post by Nurfballs »

timecmdr wrote:I think the regex needs an ignore case. As If I just say Download queue the D is in uppercase and is therefore not matched.

Is that just me?
O0
I'm not sure actually, but that is definitely something I will look into.
Post Reply