Search found 6 matches

by giejay
November 11th, 2011, 4:17 am
Forum: General Help
Topic: TV sorting fails for 50 procent of downloads
Replies: 2
Views: 1246

Re: TV sorting fails for 50 procent of downloads

I've completely reinstalled Sabnzbd and reconfigured it by hand (typing all my shows again is a bitch) but it works for now!
I'll get back to you if it starts breaking again
by giejay
November 9th, 2011, 3:38 am
Forum: General Help
Topic: TV sorting fails for 50 procent of downloads
Replies: 2
Views: 1246

TV sorting fails for 50 procent of downloads

I'm really hoping someone can help me with this one because it's driving me crazy. My TV sorting fails half of the time. For example, the tv shows of today: Please read the forum rules . [removed] I've set the read/write options for the hard drive to my user, reinstalled 0.6.10, installed 0.6.8, set...
by giejay
November 7th, 2011, 3:25 am
Forum: General Help
Topic: Add by URL through API Nzb.su
Replies: 5
Views: 4480

Re: Add by URL through API Nzb.su

That's it, it works perfectly now, thank you so much!
by giejay
November 6th, 2011, 4:29 pm
Forum: General Help
Topic: Add by URL through API Nzb.su
Replies: 5
Views: 4480

Re: Add by URL through API Nzb.su

Ok, so now I'm sending this URL for example: http://sabnzbd:90/sabnzbd/api?mode=addurl&output=xml&apikey=sabnzbdapi&name=http://nzb.su/getnzb/8e2e8e19c1dc6bc5d8dce0d8ca0.nzb&i=3535&r=nzbSuApikey Still a no-go, I'm getting this result: http://nzb.su/getnzb/8e2e8e19c1dc61af15d8dce0...
by giejay
November 6th, 2011, 12:05 pm
Forum: General Help
Topic: Add by URL through API Nzb.su
Replies: 5
Views: 4480

Re: Add by URL through API Nzb.su

String urlString = V.baseURLsab + "/api?mode=addurl&output=xml&apikey=" + V.APIkeysab+ "&name="+downloadURL; URL url = new URL(urlString); URLConnection urlC = url.openConnection(); urlC.setRequestProperty("User-Agent", "Mozilla/5.0 (Windows; U; Windows...
by giejay
November 6th, 2011, 4:09 am
Forum: General Help
Topic: Feed problem
Replies: 0
Views: 1801

Feed problem

I searched the forum but unfortenately didnt find an answer, I was wondering how I can add URL's like: http://nzb.su/getnzb/b88140eb1b2f9e76a15a3a4c9.nzb&i=35395&r=myApiKey or http://nzb.su/api?t=get&id=9b0c9f761fc76435f53f2&apikey=myApiKey through the API. The add url mode stops at ...