2 feature requests
1) URL Scheme so that at the least other apps/webapps can launch myNZB, it would be amazing if you extended on it so that we could do something like this:
mynzb://newzbin/6395054 that would add the report "6395054" to the queue. This would allow people to extend on your program and I can already see the bookmarklet that you run on newzbin, or other sites that are supported, in mobile safari that changes all of the nzb links from
http://newzbin.com/browse/post/6395054/ to mynzb://newzbin/6395054 so that you can add NZB's (At least from supported sites) to myNZB. I would never expect you to spend a ton of time coding this but I don't think that it would be too hard to add in some code that passes the newzbin ID to whatever function you were already using to add newzbin nzb's to the queue (I could be way off base here but from what I have experienced this shouldn't be that bad)
2) Add a refresh button OR better yet implement "Pull down to refresh". I like to be able to control and force a refresh if I want and while I have been working with running SABnzbd on servers the downloads go so fast that I barely get in one refresh from the app and then I sit there waiting not knowing if the task finished downloading or is still downloading until the next refresh comes around.
I love your app and have been using it since you first released it. Keep up the great work and please, even if you don't implement the passing of newzbin/nzbmatrix/etc id's to the queue, at least let us launch your app from outside it (
http://maniacdev.com/2011/11/tutorial-u ... -in-ios-5/) looks like one line will add the basic functionality
Code: Select all
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=Apps&path=mynzb"]];