Page 1 of 3

NZB Monitor [ios]

Posted: March 4th, 2013, 4:58 pm
by nzbmonitor
Hi All,

I recently released an iOS app to manage your sabnzbd server. It's designed for the iPhone, but supports the iPad as well. The latest release release includes newznab integration. In the next release I have defaulted the app to the standard iphone blue colour and have added support for themes.

https://itunes.apple.com/us/app/nzb-mon ... ?ls=1&mt=8

Any feedback, comments, etc would be appreciated.

Some promo codes:

NJE3LEFL667K
XWLM6TLXFX3A
RWX6XPKWX6NF
KRHN776EF7L3
6YWYNE7R69WF

------------------

App Store Description:

Control your SABnzbd server easily with NZB Monitor. Manage your queu and view your history from your device. NZB Monitor supports multiple servers, HTTPS, API key & username/password authentication, as well as a convenient QR Code scanner for easy API key retrieval.

Newznab support allows you to search any newznab indexer site and add items to the SABnzbd queue.

NZB Monitor is compatible with the iPhone, iPad & iPod Touch and supports multiple orientations.

Features:
- Manage multiple servers
- Authentication using your API key or username/password
- QR Code scanner for quick API key retrieval
- HTTPS Support
- View SABnzbd server stats & information
- Edit various server configurations
- Restart / Shutdown your server
- Pause/Resume the Queue
- Set the server download speed limit
- Pause/Resume individual downloads
- Remove individual downloads
- Search and queue downloads
- View detailed information for individual downloads
- Change order of downloads
- Change individual download priority
- Change individual download scripts
- Change individual download category
- Change individual download post processing
- View full download history and information

Newznab Features:
- Add unlimited newznab indexers, public or private.
- View all categories and groups supported by the site.
- Filter search by specific categories and groups.
- View details of each item and add to the SABnzbd queue

** Features coming soon:
- Add nzb files by a specific URL to the queue
- View and post newznab comments
- View more details in newznab search results

Re: NZB Monitor [ios]

Posted: March 5th, 2013, 5:05 am
by SebNYD
First thanks for the code :)

NZB Monitor is not bad for a first release, however I found a few issues :

The search feature needs to be improved. When i use Category filters, I get no results (at least with a few tries on 3 newznab providers).
If my search is specific like : show s01e08 I get no result when I should...

They're is also a small bug that can crash the app (but I admit the user has to be a little perverse ;)), if no downloads are active, just slide on the "No active downloads" line and click on Delete and boom.

I'll check back on future updates, I'm sure with just a few adjustments this can be a very good app.

Oh, there is a feature that I feel is missing from all app (I don't know if it's even possible through the API), could you add an option to purge the queue ?
I'm using RSS feeds (NZBs are auto paused) and sometimes I have a lot of things that I don't want to download in the queue and I'd like to be able to purge it in one click from an app (currently I have to go to the web interface).

Keep up the good work,

Re: NZB Monitor [ios]

Posted: March 5th, 2013, 6:59 am
by nzbmonitor
Thanks for the feedback, I'll look into the issues you mentioned.

There is a 'delete all' action in the API which I had originally catered for, I just need to implement it on the server screen. I'll add it in the next release.

cheers

Re: NZB Monitor [ios]

Posted: March 20th, 2013, 4:23 pm
by nzbmonitor
I've submitted v1.2.1 to the store. It's mainly bug fixes and the support for themes.

Some more promo codes:

FWY9KPNHNY3F
3AJPFJYRE3XJ
6NJ4R634JAK6
4X9A6PA9367N
MLRAKFP3N9LP

thanks

Re: NZB Monitor [ios]

Posted: March 20th, 2013, 5:45 pm
by shypike
Thanks for the Promo code.
Very nice program, good looking, straightforward in use.

One little nitpick: when deleting a job from the queue, you don't offer the choice to delete "including files".
If you don't want to offer three choices then I suggest that you always delete "including files".
This means adding &del_files=1 to the API call.
(Because now you end up with orphans in "incomplete".)

Another (very very small) one:
Server status: when there's no speedlimt set, you show (null) KB/s
Functional, but it looks a bit odd :)

Re: NZB Monitor [ios]

Posted: March 22nd, 2013, 2:07 pm
by Gemrid
hello,

so bad for me, all code are used :-(

but thx for this apps !

i have ipad 2 and iphone 4 all in ios 6.1.2

Re: NZB Monitor [ios]

Posted: March 27th, 2013, 12:11 am
by nzbmonitor
shypike wrote:Thanks for the Promo code.
Very nice program, good looking, straightforward in use.

One little nitpick: when deleting a job from the queue, you don't offer the choice to delete "including files".
If you don't want to offer three choices then I suggest that you always delete "including files".
This means adding &del_files=1 to the API call.
(Because now you end up with orphans in "incomplete".)

Another (very very small) one:
Server status: when there's no speedlimt set, you show (null) KB/s
Functional, but it looks a bit odd :)
Thanks for the response. I'll include the ability to delete the files and look into the null issue in the next release.

1.2.1 is now available in the store. Mainly bug fixes and theme support. You can now remove the black/green theme if you prefer the default blue.

Promo codes:

9F9RJWETAYN6
6PE664LHTALE
X76WNWHEWTXE
HWWNNHYLL9MT
7HNJAWE7XXWF

Re: NZB Monitor [ios]

Posted: March 27th, 2013, 4:44 am
by SebNYD
Cool update, thanks :)

However it seems that I'm still having issues with newznab category filtering (no result)

Re: NZB Monitor [ios]

Posted: March 27th, 2013, 3:09 pm
by carphead
Hi,

Thanks for the promo code. I too am seeing the newznab filter issues. It appears that I need to select both main filter (TV) and the sub (SD) for any results to appear.

I've tried it on several sites. But I really like the app and I've tried most of them. If you could add browsing of newznab sites then it would be perfect.

Re: NZB Monitor [ios]

Posted: March 28th, 2013, 3:31 am
by nzbmonitor
Thanks guys. Seems I should have done a bit more testing with the filters. I'll look into it. Once I get around to setting up my own instance of newznab it should make testing easier.
carphead wrote: I've tried it on several sites. But I really like the app and I've tried most of them. If you could add browsing of newznab sites then it would be perfect.
I started looking into a built-in browser for browsing nzb sites in general, but I put it on hold to do the newznab integration. Is there any specific functionality you would want to see? Mainly with regards to queuing files. I figured I could either intercept the link (not sure of what extensions are used, nzb, zip, etc) or simply allow files to be queued by entering in the url which you can copy from the browser.

thanks

Re: NZB Monitor [ios]

Posted: March 29th, 2013, 5:14 am
by carphead
Just the ability to casually browse Newznab sections would be perfect. I think a built-in browser might not work well with sites like Dognzb where there is a heavy amount of customization going on.

Re: NZB Monitor [ios]

Posted: May 8th, 2013, 8:43 am
by nzbmonitor
I have submitted v1.2.2 to the store, mainly containing bug fixes. Specifically the issue with no search results being returned when filters are selected, and also the app crashing when only 1 result is returned.

I should hopefully have a release with a built in browser and some other features soon.

Promo Codes:

FEFPHERXHLMP
9JYRXRKJJ49K
W36YMXRX4PNF
LER9LRW3HHML
RLKW9H7PJRN6

Re: NZB Monitor [ios]

Posted: May 14th, 2013, 12:04 am
by greenythebeast
Feel free to tell the forum if you use a promo code people. Saves us the trouble of trying to redeem one. My search for an iOS NZB client continues!

Re: NZB Monitor [ios]

Posted: May 31st, 2013, 1:00 pm
by PasPer2
Any more codes for this app?

Re: NZB Monitor [ios]

Posted: March 24th, 2014, 3:01 pm
by nzbmonitor
Apologies to the active users of NZB Monitor, I haven't found time to work on it for almost a year. I will have an iOS 7 optimised version out sometime in April.

The minimum supported iOS version will be 6.0.

Some more promo codes:

PXRPPEMAPWP6
YMNK9FYTE3LE
WYJK6WXMY4JF
MPMWLMPMJT3X
Y6AN3MWRY4PR
6TRP4LH3RAHR
9M97EJNPXAER
4NF6MHWYJJMJ
66RXWEF9XFYK
R6H7H3KKWLET