This Rainmeter skin, done in the style of the default illustro skins provided with Rainmeter, will provide a watcher for NZBGet.
The following variables need to be set:
HOST
: the IP address or domain name of the NZBGet host system, default is127.0.0.1
PORT
: the port number to connect to NZBGet on, default is 6789
To add additional rows to the display, do the following steps:
- Adjust the
NUM_ROWS
variable to match the number of rows you wish to see - If deleting rows:
- Delete the following meters for each number larger than
NUM_ROWS
:- meterLabelDL#
- meterRemSizeDL#
- meterBarDL#
- Delete the following measure for each number larger than
NUM_ROWS
:- MeasureProgressDL#
- Delete the following meters for each number larger than
- If adding rows:
- Copy one of MeasureProgressDL#
- Paste copies of MeasureProgressDL# until you have sufficient copies, adjusting the #
- Copy a set of meter*DL# meters
- Paste copies of the meter sets, until you have sufficient copies, adjusting the #
- Don't forget to add 20 to the Y value for each additional set you add.