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"
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.
Sabnzbd+ Plugin for SiriServer
-
- Newbie
- Posts: 10
- Joined: February 21st, 2012, 11:56 am
Re: Sabnzbd+ Plugin for SiriServer
Awesome Thanks.
Re: Sabnzbd+ Plugin for SiriServer
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?
Is that just me?
Re: Sabnzbd+ Plugin for SiriServer
I'm not sure actually, but that is definitely something I will look into.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?