Search found 13 matches

by emilb
May 18th, 2010, 7:12 am
Forum: Third-party Addons
Topic: Working CLI interface for 0.5.0 for sabnzbd+
Replies: 19
Views: 27597

Re: Working CLI interface for 0.5.0 for sabnzbd+

Hi,

it works great, thanks alot!

/Emil
by emilb
July 24th, 2009, 3:33 am
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

Just wanted to notify any users of this app that I have released a new version - 0.3. Can be downloaded here: http://github.com/emilb/TvSeriesNZB/downloads Newzbin suddenly added authentication to it's search feeds (been wondering when that might happen...) so now you need to specify your username a...
by emilb
May 27th, 2009, 5:20 pm
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

Ontrose,

forgot to ask. Did you get it working with username and password or did you have to disable them in SABnzbd?
by emilb
May 27th, 2009, 5:18 pm
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

That's great Ontrose! We are now two users ois app (but that's ok, I wrote it for my own uf thse anyway...). I found a way to add a size restriction but it will involve some work on my side. Perhaps on a rainy day... It's really a shame that all the shows I'm following are on summer leave now so it ...
by emilb
May 27th, 2009, 3:55 am
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

Hi, I've researched newzbin's search parameters and they don't seem to support size searches via the normal search query (anyone else know if this is possible?). It is however possible to specifly size limits in saved searches but I have no simple way of accessing them from my application. From what...
by emilb
May 26th, 2009, 9:47 am
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

Ho ontrose, have you tried running the app in check mode? Like this: java -jar tvseriesnzb-0.2.jar -c The ouput should tell us more about what might be going wrong. I'm not using passwords myself so that part is not tested too much. More info about what is going on can be read in the the tvseriesnzb...
by emilb
May 23rd, 2009, 6:42 pm
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

New version: TVSeriesNzb-0.2

Just wanted to notify any users of this app that I have released a new version - 0.2. Can be downloaded here: http://github.com/emilb/TvSeriesNZB/downloads New stuff : - changed stdoutput to minimal info. If there's nothing to download it will just exit. (My mailbox was getting filled at every cron-...
by emilb
May 23rd, 2009, 5:35 pm
Forum: Bug Reports
Topic: problem with api: qstatus
Replies: 4
Views: 3070

Re: problem with api: qstatus

Okay, I was really wrong here. Apparently the parser I was using (XStream) expects every object to be named. Something like this: "queue":{"have_warnings":"3","timeleft":"0:58:11","mb":4816.505752,"noofslots":1,"paused":...
by emilb
May 21st, 2009, 6:23 pm
Forum: Bug Reports
Topic: problem with api: qstatus
Replies: 4
Views: 3070

Re: problem with api: qstatus

Sorry!

the xml reply is correct, is terminated correctly and all is fine. But I still wonder about the JSON issue. Is the JSON output really complaint?

/E
by emilb
May 21st, 2009, 5:43 pm
Forum: Bug Reports
Topic: problem with api: qstatus
Replies: 4
Views: 3070

problem with api: qstatus

Hi, I'm writing a third-party application that will manage my downloads (see: http://wiki.github.com/emilb/TvSeriesNZB/installing-and-setup ) As a part of this app I now want to add a check sequence that verifies that the configuration regarding SABnzbd is correct. My plan is to show the result from...
by emilb
May 21st, 2009, 12:27 pm
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

jubei,

I think I see the problem. Make sure that you specify the sabnzbd url like:

sabnzbd.url=http://192.168.0.138:2020/sabnzbd/api

Notice the /api at the end. Sorry, bad documentation on my part. Will fix better docs for this. Hope it works now, otherwise get back to me!

/Emil
by emilb
May 21st, 2009, 2:11 am
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

Re: New TV show tracker and downloader: TVSeriesNzb

Hi, the application can be run on any computer, it communicates with SABnzbd via the API (i.e. http calls). It's a Java app so it runs on any java capable machine. I'm running it on my linux server once a day (via a cron entry). There is no GUI, just a configuration file and an XML file that contain...
by emilb
May 20th, 2009, 12:41 pm
Forum: Third-party Addons
Topic: New TV show tracker and downloader: TVSeriesNzb
Replies: 18
Views: 17801

New TV show tracker and downloader: TVSeriesNzb

Hi! I'm a new user of SABnzbd (coming from hellanzb) and I like it very much so far. Together with the plugin to Firefox it is simply unbeatable! I've written a small app that keeps track of all the TV shows I like to watch and automatically downloads them via SABnzbd. Simple setup and CLI. Check it...