Page 1 of 1

HoloNZBGet

Posted: 04 Jun 2014, 13:27
by FrostedKiwi
Hey guys,

I'm working on an app for Android in complete Holo style.
It's not finished yet, and might be buggy, but it has the basic stuff already.

Free (ads) version:
https://play.google.com/store/apps/deta ... holonzbget

Pro version:
https://play.google.com/store/apps/deta ... onzbgetpro

Re: HoloNZBGet

Posted: 04 Jun 2014, 13:33
by hugbug
Great.

If you need help regarding API let me know.
In v13 some things were simplified in API but if you need support for older version you have to deal with some complications in the queue and history management.

Re: HoloNZBGet

Posted: 04 Jun 2014, 13:35
by FrostedKiwi
Well, I've only tested with the 12.0 API so far, so I'd like to know what happens if you specify the Dupe parameters when adding a NZB to the queue on versions prior to 12.0
And does 13.0 still support the deprecated functions?

Re: HoloNZBGet

Posted: 04 Jun 2014, 13:51
by hugbug
V13 supports all deprecated methods/fields.

Generally you shouldn't pass parameters that are not accepted by the running NZBGet version. You can check here for compatibility - RPC API reference 0.6.0-12.0. In practice if new parameters were added at the end of parameter list they will be ignored by older version. But sometimes new parameters are added in the middle, that will cause problems in older versions.

V12 is 5 months old and it's free. I wouldn't care about older versions at all.

Re: HoloNZBGet

Posted: 04 Jun 2014, 13:55
by FrostedKiwi
Okay, I won't bother it then. As long as older versions don't break it (dupe stuff is at the end) I'll just pass them unregarding the version.

Re: HoloNZBGet

Posted: 07 Jun 2014, 19:48
by FrostedKiwi
The Pro version is available now as well, I will soon include expandable detail views and queue editing in that version.

Re: HoloNZBGet

Posted: 13 Aug 2014, 10:18
by FrostedKiwi
I have uploaded version 0.1.4 to the Play Store, which fixed a bug for certain urls that did not end on .nzb (from Spotweb for example). NZBGet does not seem to be accepting urls like that?

Re: HoloNZBGet

Posted: 13 Aug 2014, 11:49
by hugbug
Every URL is downloaded and saved into NzbDir. If the resulting file doesn't have nzb-extension it is not added to queue but all files go through ScanScript and may be processed by a script. For example there is a scan-script for zipped nzb-files.

Re: HoloNZBGet

Posted: 13 Aug 2014, 12:39
by FrostedKiwi
Hmm, weird. I always had a problem adding from urls that did not end on an extension (the browser downloads an nzb file though). The boolean of appendurl did also return nothing instead of true/false.

Re: HoloNZBGet

Posted: 13 Aug 2014, 12:45
by hugbug
The URL itself isn't important. Important is header "Content-Disposition" which contains file name. Only if the header is not present the URL the file name is parsed from the URL. That should be very rare case though. And a browser would do the same BTW.

If you have an URL which downloads nzb in a browser but doesn't work in NZBGet please send it to me for inspection at nzbget@gmail.com.