Page 1 of 1

Sabnzbd+ Plugin for SiriServer

Posted: February 20th, 2012, 5:24 am
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.

Re: Sabnzbd+ Plugin for SiriServer

Posted: February 22nd, 2012, 4:02 pm
by Robahearts
Awesome Thanks.

Re: Sabnzbd+ Plugin for SiriServer

Posted: February 24th, 2012, 10:08 am
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

Re: Sabnzbd+ Plugin for SiriServer

Posted: February 26th, 2012, 12:38 am
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.