Search found 12 matches

by hjaltij
November 28th, 2008, 12:52 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

I'm at the point where I'll be doing a full restore of the phone just to try and use this app but would like to know if you, or anyone else, had some suggestions. Restoring will probably not fix this. It might very well be a bug on my side. If you have a mac you could try to run it in the simulator...
by hjaltij
November 27th, 2008, 1:02 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

i downloaded the file renamed the file with a .app at the end and then ssh'd into the iphone uploaded it and changed the permissions to 755. The file I posted is just the source code compressed. You'll need to open it up in XCode, build it for the iPhone (choosing the correct target) and if you don...
by hjaltij
November 25th, 2008, 1:03 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

moontan wrote: sorry for doubting you  :-X
No prob. Hope you'll be able to use it soon.
by hjaltij
November 25th, 2008, 9:47 am
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

I agree, AppStore if it's possible.
by hjaltij
November 25th, 2008, 9:34 am
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

Hi. I'm sorry but I've been extremely busy lately. I've cleaned up the code a bit and I'm releasing it here. I'm hoping that rAf could maybe continue building on top of it. There are a few issues, but it's very usable. I started implementing a History view but then found out that the API doesn't sup...
by hjaltij
October 1st, 2008, 4:38 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

Since Apple has decided to lift the NDA I'll be open sourcing this app as soon as possible.

Thanks.
by hjaltij
September 22nd, 2008, 1:18 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

Thanks for the positive feedback. Is there an ETA for the history API?
by hjaltij
September 22nd, 2008, 6:04 am
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

rAf wrote: I've always want to do this, but not get enough time to do it...
Do you plan to release it in Open source ?

Maybe i can help to add some features...
The NDA is very strict, not sure it allows releasing code using the SDK. I'd have no problem doing it when the NDA is lifted though.
by hjaltij
September 21st, 2008, 8:08 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

Uhhhhh holy crap? Awesome! It seems like you'd have an easier time throwing this in a Cydia repository before shooting for the Apple Store. Thanks. I haven't looked into the Cydia/Installer world, not sure how it goes with the official SDK. I've already paid for the iPhone Developer Program so I ca...
by hjaltij
September 21st, 2008, 6:02 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

Re: SABNzbd GUI for iPhone

switch wrote: Looks extremely good, thanks for sharing. Are the only ways to distribute it through the Store and Ad-hoc?
Yep, only through the App Store, if it gets accepted that is. It would be free of course.
by hjaltij
September 21st, 2008, 5:44 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146728

SABNzbd GUI for iPhone

Hi all. I put together a small App for my iPhone, first it started out only as a Newzbin tool but since I'm using it with SABNzbd I added some extra features. It's nice when you don't have a computer next to you and need something in a hurry. Here is a video of it in action: http://www.designplastik...
by hjaltij
August 22nd, 2008, 10:36 am
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 281589

Re: XBMC SABnzbd+ Python Script

Hi. First of all thanks a lot for your work. I tried it on my Plex setup (XBMC for OSX) and it didn't add anything to the queue. So I enabled the debug log and found out that the slashes were quoted in the string so the regex failed to match the report id. I changed this line in sabnzbd_add.py [44] ...