Page 1 of 1

Touch - for SABnzbd

Posted: September 12th, 2010, 5:17 pm
by rdougan
I have started working on a SABnzb theme that uses the Sencha Touch framework.

Currently you can view the queue and your history. With the queue you can sort, pause, resume and limit the speed. You can also update the name, unpacking options, priority and category (not quite sure what the best UI for this is yet).

I'm a perfectionist, so I won't be releasing it until it works 100% properly.

It will work on any webkit based browser so far, with it only being optimized for the iPad- but I will be changing it so it works on the iPhone too.

Any suggestions on what to add to the UI?

Things I'll be adding:
- better UI for editing/deleting download items/slots
- better UI for download queue (display more data in a better way)
- possible UI for configuration
- options to add a new file/url

I may also change it so it can be an actual iPad/iPhone on the AppStore - not sure on this yet though.

Here is a screenshot for now, let me know what you think.

Image

Re: Touch - for SABnzbd

Posted: September 13th, 2010, 1:40 am
by flydeprutten
This sounds great! :)

I really hope you will continue the work on the web-based templated, and not make it into a iPod/iPhone-only App, for the sake of us Android-fans. ;)

I Also hope we can continue sharing ideas and code, even though we are not working on the same project anymore.  :)

Re: Touch - for SABnzbd

Posted: September 14th, 2010, 3:59 pm
by rdougan
Good idea about search support - I will look into that, shouldn't be hard.

I will be keeping it as a web interface only for now. :)

Re: Touch - for SABnzbd

Posted: September 15th, 2010, 3:26 am
by flydeprutten
I have been playing with a feature like that, and the biggest problem is the "cross-domain policy". But this can be overcome by using a serverside proxy like the google ajax feed api. After that, it is just a question of reading a RSS-feed. Sites like Newzbin and NZBs(dot)org supports searching through RSS-feeds. Pretty easy to do.

Re: Touch - for SABnzbd

Posted: September 15th, 2010, 8:48 am
by rdougan
flydeprutten wrote: I have been playing with a feature like that, and the biggest problem is the "cross-domain policy". But this can be overcome by using a serverside proxy like the google ajax feed api. After that, it is just a question of reading a RSS-feed. Sites like Newzbin and NZBs(dot)org supports searching through RSS-feeds. Pretty easy to do.
Yup - I've that setup already using YQL. Fairly simple. Completed the NZBMatrix stuff, now to move onto the other ones.

Re: Touch - for SABnzbd

Posted: November 29th, 2010, 8:30 am
by lhagan
I know it's a long shot given that a few months have passed without any activity here, but I was really hoping to see a release. Any progress?

Otherwise, I suppose I'll have to do it myself (I'm thinking SproutCore instead of Sencha Touch, though).

Re: Touch - for SABnzbd

Posted: November 29th, 2010, 9:19 pm
by lhagan
Good to know -- I'll keep an eye out!