Page 1 of 1

Dashticz - Module - NZBget

Posted: Thursday 13 July 2017 9:53
by robgeerts
Show your current downloads:

Add to config.js:

Code: Select all

var _HOST_NZBGET = 'http://192.168.1.3:6789';
AND in the blocks, add:

Code: Select all

columns[1]['blocks'] = ['nzbget']
If you want to use other widths, add this to config:

Code: Select all

blocks['nzbget'] = {}
blocks['nzbget']['width'] = 12;
blocks['nzbget']['downloads_width'] = 6;

Re: Dashticz - [BETA]Module - NZBget

Posted: Thursday 13 July 2017 14:58
by gielie
What settings needs to be adjusted when my nzbget is password protected?

Re: Dashticz - [BETA]Module - NZBget

Posted: Thursday 13 July 2017 15:06
by robgeerts
Maybe this will work:

Code: Select all

var _HOST_NZBGET = 'http://username:[email protected]:6789';

Re: Dashticz - [BETA]Module - NZBget

Posted: Thursday 13 July 2017 15:22
by gielie
no, doesn't work.

Re: Dashticz - [BETA]Module - NZBget

Posted: Thursday 13 July 2017 15:45
by robgeerts
Unfortunately it will only work with no login apparently.... maybe you can only secure it whem accessing from outside your local network?

Re: Dashticz - [BETA]Module - NZBget

Posted: Thursday 13 July 2017 17:17
by vgr2
dosen't work on my side

Re: Dashticz - [BETA]Module - NZBget

Posted: Thursday 13 July 2017 17:22
by robgeerts
Any error in console?
Have downloads that are currently downloading.. ?

Re: Dashticz - Module - NZBget

Posted: Wednesday 07 March 2018 16:01
by SwordFish
I have been away from this for a while for personal reasons but now i have the time to pic it up where i left it a while a go.
I installed the latest beta and everything is working. Now i tried to get nzbget to work. what do i have to fill in by blocks and columns?

Re: Dashticz - Module - NZBget

Posted: Thursday 03 May 2018 11:46
by robgeerts
Sorry for my late response!!

1.) Add IP

Code: Select all

config['host_nzbget'] = 'http://192.168.1.3:6789';
2.) Add width config (optional)

Code: Select all

blocks['nzbget'] = {};
blocks['nzbget']['width'] = 12;
blocks['nzbget']['downloads_width'] = 6;
3.) Add to a column:

Code: Select all

columns[1]['blocks'] = ['nzbget'];

Re: Dashticz - Module - NZBget

Posted: Sunday 30 September 2018 10:55
by Recky
Hoi,

Will this also work with sabnzbd?

Re: Dashticz - Module - NZBget

Posted: Wednesday 24 October 2018 21:16
by robgeerts
Recky wrote: Sunday 30 September 2018 10:55 Hoi,

Will this also work with sabnzbd?
Sorry, no..

Re: Dashticz - Module - NZBget

Posted: Monday 21 January 2019 19:44
by evildonkey
I added nzbget but its not showing up. Any body that can help

Re: Dashticz - Module - NZBget

Posted: Saturday 28 March 2020 12:14
by qwerk
I have the same problem here.
nothing shows up. I tried with and without username/password.
I tried : var _host_nzbget
i tried config['host_nzbget

I use the latest beta dashticz ( today updated)
nzbget version 21.1-testing-r2311

is it working for other users?

Re: Dashticz - Module - NZBget

Posted: Saturday 28 March 2020 14:48
by Lokonli
qwerk wrote: Saturday 28 March 2020 12:14 I have the same problem here.
nothing shows up. I tried with and without username/password.
I tried : var _host_nzbget
i tried config['host_nzbget

I use the latest beta dashticz ( today updated)
nzbget version 21.1-testing-r2311

is it working for other users?
We have a tester! I've never tried or verified nzbget, so I can imagine it's not working anymore. I'll contact you by PM to get it working.