Search found 3 matches

by Paulers
December 28th, 2008, 6:25 pm
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 281252

Re: XBMC SABnzbd+ Python Script

Hi Switch,

Is FeedParser also grabbing the attributes from the newsbin feed? I'm wondering if it would be possible to include video source, video format and language in the item details or listing. Sorry if this has already been discussed in an earlier thread.
by Paulers
December 22nd, 2008, 4:40 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146450

Re: SABNzbd GUI for iPhone

weird, if you NSLog(@"%@", xml); the attribute children are all missing and there is not close tag for attribute. This makes it impossible to grab things like Video Source, Video Type etc. It explains why I was geting null.
by Paulers
December 21st, 2008, 8:45 pm
Forum: Third-party Addons
Topic: SABNzbd GUI for iPhone
Replies: 97
Views: 146450

Re: SABNzbd GUI for iPhone

I grabbed the source and fired up xcode to check it out. I'm not an objective-c programmer by any stretch of the imagination but are the attributes broken? I was looking over  DPNewzbinHandler.m and in the parseResults method I am not getting anything back for attributes. I added an NSLog(@"**%...