nzbget.lroy.duckdns.org Open in urlscan Pro
86.17.196.247  Public Scan

URL: https://nzbget.lroy.duckdns.org/
Submission Tags: krdprod
Submission: On January 08 via api from JP — Scanned from GB

Form analysis 20 forms found in the DOM

<form>
  <fieldset id="ConfigData">
    <!-- *** SYSTEM -->
    <div class="control-group config-static config-system">
      <label class="control-label nowrap">Reload NZBGet</label>
      <div class="controls">
        <button type="button" class="btn btn-danger" onclick="Config.reloadConfirm()">Reload</button>
        <p class="help-block">
          <span class="help-option-title">Reload configuration and reinitialize the program.</span><br><br> If the configuration file was edited externaly (in a texteditor) or you have not reloaded NZBGet directly after saving the changes in
          web-interface you can do this here.
        </p>
      </div>
    </div>
    <div class="control-group config-static config-system">
      <label class="control-label nowrap">Shutdown NZBGet</label>
      <div class="controls">
        <button type="button" class="btn btn-danger" onclick="Config.shutdownConfirm()">Shutdown</button>
        <p class="help-block">
          <span class="help-option-title">Stop the program.</span><br><br> There is no way to start the program again from web-interface. Make sure you know how to do this.
        </p>
      </div>
    </div>
    <div class="control-group config-static config-system">
      <label class="control-label nowrap">Backup Settings</label>
      <div class="controls">
        <button type="button" class="btn" onclick="ConfigBackupRestore.backupSettings()">Backup</button>
        <p class="help-block">
          <span class="help-option-title">Save settings to a local file.</span><br><br> Export all settings for backup purpose. <span id="ConfigBackupSafariNote"><br><br>
            <span class="label label-warning">NOTE:</span> This works with all major browsers except Safari (tested with 6.0.4; may work with newer versions).</span>
        </p>
      </div>
    </div>
    <div class="control-group config-static config-system">
      <label class="control-label nowrap">Restore Settings</label>
      <div class="controls">
        <button type="button" class="btn" onclick="ConfigBackupRestore.restoreSettings()">Restore</button>
        <input type="file" id="Config_RestoreInput" class="hidden-file-input">
        <p class="help-block">
          <span class="help-option-title">Load settings from a local file.</span><br><br> Import settings from a previously created backup file. You can restore the whole configuration file or choose individual sections.
        </p>
      </div>
    </div>
    <div class="control-group config-static config-system">
      <label class="control-label nowrap">Update NZBGet</label>
      <div class="controls">
        <button type="button" class="btn" onclick="Config.checkUpdates()">Check for Updates</button>
        <p class="help-block">
          <span class="help-option-title">Check if a new version of NZBGet is available.</span><br><br> Should a new version be found you'll be asked to install it.
        </p>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="StatRangeDialog_PeriodGroup">Period</label>
      <div class="controls" id="StatRangeDialog_PeriodGroup">
        <input class="input-mini" id="StatRangeDialog_PeriodInput" size="16" type="text">
      </div>
    </div>
    <p class="help-block" "="">Type period as <strong>year</strong> or <strong>year-month</strong>, for example:
				2014 or 2014-12.</p>
			</fieldset>
			</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="LimitDialog_SpeedInputGroup">Speed limit</label>
      <div class="controls" id="LimitDialog_SpeedInputGroup">
        <div class="input-append">
          <input class="input-mini" id="LimitDialog_SpeedInput" size="16" type="text" placeholder="none"><span class="add-on">KB/s</span>
        </div>
      </div>
    </div>
    <div class="control-group last-group" id="LimitDialog_ServerBlock">
      <label class="control-label" for="LimitDialog_ServerGroup">Active news servers</label>
      <div class="controls" id="LimitDialog_ServerGroup">
        <div>
          <table class="table table-striped table-bordered table-check table-cancheck check-simple datatable" id="LimitDialog_ServerTable">
            <tbody></tbody>
          </table>
        </div>
      </div>
    </div>
    <div class="hide" id="LimitDialog_ServerTable_pager"></div>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="PauseForInputGroup">Pause</label>
      <div class="controls" id="PauseForInputGroup">
        <input class="input-mini" id="PauseForInput" size="16" type="text">
      </div>
    </div>
    <p id="PauseForPreview" class="text-center invisible"> Will remain paused until <strong></strong>
    </p>
    <p class="alert alert-info"> For example "30m", "2h" or "=18:00". See "Quick Help" for details. </p>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="SaveFilterGroup">Name</label>
      <div class="controls" id="SaveFilterInputGroup">
        <div class="input-append">
          <input class="input" id="SaveFilterInput" type="text">
        </div>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="DownloadsEdit_NZBNameGroup">Name</label>
      <div class="controls" id="DownloadsEdit_NZBNameGroup">
        <input type="text" class="input-xlarge" id="DownloadsEdit_NZBName">
        <p class="help-block help-block-uneditable" id="DownloadsEdit_NZBNameReadonly">Cannot be changed for post-processing-downloads.</p>
      </div>
    </div>
    <div class="control-group" id="DownloadsEdit_URLGroup">
      <label class="control-label" for="DownloadsEdit_URL">Link</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="DownloadsEdit_URL" readonly="true">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="DownloadsEdit_Priority">Priority</label>
      <div class="controls">
        <select id="DownloadsEdit_Priority">
        </select>
      </div>
    </div>
    <div class="control-group" id="DownloadsEdit_CategoryGroup">
      <label class="control-label" for="DownloadsEdit_Category">Category</label>
      <div class="controls">
        <select id="DownloadsEdit_Category">
        </select>
      </div>
    </div>
    <div class="control-group control-group-last" id="DownloadsEdit_StatisticsGroup">
      <label class="control-label" for="DownloadsEdit_Statistics">Statistics</label>
      <div class="controls">
        <table class="table table-striped table-bordered data-statistics">
          <tbody id="DownloadsEdit_Statistics">
          </tbody>
        </table>
      </div>
    </div>
    <div class="control-group">
      <div class="controls">
        <div class="modal-bottom-toolbar">
          <button class="btn" data-tab="DownloadsEdit_FileTab" data-fullscreen="true" id="DownloadsEdit_File" title="File list">Files <i class="icon-forward" style="opacity:0.6;"></i></button>
          <button class="btn" data-tab="DownloadsEdit_ParamTab" id="DownloadsEdit_Param" title="Post-processing parameters">Postprocess <i class="icon-forward" style="opacity:0.6;"></i></button>
          <button class="btn" data-tab="DownloadsEdit_DupeTab" id="DownloadsEdit_Dupe" title="Duplicate properties">Dupe <i class="icon-forward" style="opacity:0.6;"></i></button>
          <button class="btn" data-tab="DownloadsEdit_LogTab" data-fullscreen="true" id="DownloadsEdit_Log" title="Post-processing messages">Log <i class="icon-forward" style="opacity:0.6;"></i></button>
        </div>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset id="DownloadsEdit_ParamData">
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="DownloadsEdit_DupeKey">Duplicate key</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="DownloadsEdit_DupeKey">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="DownloadsEdit_DupeScore">Duplicate score</label>
      <div class="controls">
        <input type="text" class="input-small" id="DownloadsEdit_DupeScore">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="DownloadsEdit_DupeMode">Duplicate mode</label>
      <div class="controls">
        <select id="DownloadsEdit_DupeMode" class="input-small">
          <option value="SCORE">Score</option>
          <option value="ALL">All</option>
          <option value="FORCE">Force</option>
        </select>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="DownloadsMulti_Priority">Priority</label>
      <div class="controls">
        <select id="DownloadsMulti_Priority">
        </select>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="DownloadsMulti_Category">Category</label>
      <div class="controls">
        <select id="DownloadsMulti_Category">
        </select>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="DownloadsMulti_Statistics">Statistics</label>
      <div class="controls">
        <table class="table table-striped table-bordered data-statistics">
          <tbody id="DownloadsMulti_Statistics">
          </tbody>
        </table>
      </div>
    </div>
    <!--
						<div class="control-group">
							<label class="control-label" for="DownloadsMulti_PostProcessingLabel">Post-Processing</label>
							<div class="controls">
								<a class="btn" href="#DownloadsMulti_PostProcessingTab" data-toggle="tab">Parameters</a>
							</div>
						</div>
						-->
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="alert alert-info alert-block hide">
      <h4 class="alert-heading">Parameters not available.</h4>
      <p>The post-processing script you are currently using doesn't support post-processing parameters or the script configuration file is not properly set in NZBGet settings.</p>
    </div>
    <div class="alert alert-info alert-block">
      <h4 class="alert-heading">Not yet implemented.</h4>
      <p>This page is a placeholder. The editing of post-processing parameters is not supported in web-interface yet.</p>
    </div>
    <a class="btn" href="#DownloadsMulti_GeneralTab" data-toggle="tab">Go Back</a>
  </fieldset>
</form>

<form>
  <fieldset>
    <p>Merge listed downloads?</p>
    <div class="dialog-add-files" id="DownloadsMerge_Files"></div>
    <p class="help-block" style="margin-top:10px;">The first item in the list is the target - the resulting download inherits the properties such as destination directory, category, etc. from that item.</p>
  </fieldset>
</form>

<form>
  <fieldset>
    <p>New download will be created from selected files. Please choose the name for new download.</p>
    <div class="control-group">
      <div class="controls" id="DownloadsSplit_NZBNameGroup">
        <input type="text" class="input-xxlarge" id="DownloadsSplit_NZBName">
      </div>
    </div>
    <p class="help-block" style="margin-top:10px;">The new download inherits all properties such as category, priority, etc. from the source item. This action closes the download-edit-dialog. Any changes made in the dialog will be discarded.</p>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="HistoryEdit_Status">Status</label>
      <div class="controls" style="margin-top: 4px;">
        <span id="HistoryEdit_Status"></span>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="HistoryEdit_NZBNameGroup">Name</label>
      <div class="controls" id="HistoryEdit_NZBNameGroup">
        <input type="text" class="input-xlarge" id="HistoryEdit_NZBName">
      </div>
    </div>
    <div class="control-group" id="HistoryEdit_URLGroup">
      <label class="control-label" for="HistoryEdit_URL">Link</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="HistoryEdit_URL" readonly="true">
      </div>
    </div>
    <div class="control-group" id="HistoryEdit_CategoryGroup">
      <label class="control-label" for="HistoryEdit_Category">Category</label>
      <div class="controls">
        <select id="HistoryEdit_Category">
        </select>
      </div>
    </div>
    <div class="control-group" id="HistoryEdit_PathGroup">
      <label class="control-label" for="HistoryEdit_Path">Destination</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="HistoryEdit_Path" readonly="true">
      </div>
    </div>
    <div class="control-group control-group-last" id="HistoryEdit_StatisticsGroup">
      <label class="control-label" for="HistoryEdit_Statistics">Statistics</label>
      <div class="controls">
        <table class="table table-striped table-bordered data-statistics">
          <tbody id="HistoryEdit_Statistics">
          </tbody>
        </table>
      </div>
    </div>
    <div class="control-group control-group-last" id="HistoryEdit_DupGroup">
      <div class="controls"> This hidden history record has little information. It remains in history mostly for duplicate check. </div>
    </div>
    <div class="control-group">
      <div class="controls">
        <div class="modal-bottom-toolbar">
          <button class="btn" data-tab="HistoryEdit_ParamTab" id="HistoryEdit_Param" title="Post-processing parameters">Postprocess <i class="icon-forward" style="opacity:0.6;"></i></button>
          <button class="btn" data-tab="HistoryEdit_DupeTab" id="HistoryEdit_Dupe" title="Duplicate properties">Dupe <i class="icon-forward" style="opacity:0.6;"></i></button>
          <button class="btn" data-tab="HistoryEdit_LogTab" data-fullscreen="true" id="HistoryEdit_Log" title="Post-processing messages">Log <i class="icon-forward" style="opacity:0.6;"></i></button>
        </div>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset id="HistoryEdit_ParamData">
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="HistoryEdit_DupeKey">Duplicate key</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="HistoryEdit_DupeKey">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="HistoryEdit_DupeScore">Duplicate score</label>
      <div class="controls">
        <input type="text" class="input-small" id="HistoryEdit_DupeScore">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="HistoryEdit_DupeMode">Duplicate mode</label>
      <div class="controls">
        <select id="HistoryEdit_DupeMode" class="input-small">
          <option value="SCORE">Score</option>
          <option value="ALL">All</option>
          <option value="FORCE">Force</option>
        </select>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="HistoryEdit_DupeBackup">Duplicate backup</label>
      <div class="controls">
        <label class="checkbox"><input type="checkbox" id="HistoryEdit_DupeBackup"> Use as duplicate backup</label>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="AddDialog_URL" id="AddDialog_URLLabel"><i class="icon-remove"></i><img class="hide" src="img/transmit-file.gif" width="16px" height="16px"> Add from URL</label>
      <div class="controls">
        <input type="text" class="input-xblarge" id="AddDialog_URL">&nbsp; <a href="#" id="AddDialog_URLProp" title="Set name or password" onclick="Upload.renameURLClick()"><i class="icon-edit"></i></a>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddDialog_Files">Add local files</label>
      <div class="controls">
        <div style="margin-top:6px; margin-bottom:10px;"><a href="#" class="btn" style="margin-top: -6px;" id="AddDialog_Select">Select files</a> or drop files here.</div>
        <input multiple="multiple" type="file" id="AddDialog_Input" class="hidden-file-input">
        <div class="dialog-add-files hide" id="AddDialog_Files"></div>
        <div class="hide" style="margin-top:12px;" id="AddDialog_RenameTip">Tip: click on an item to rename or set password.</div>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddDialog_Priority">Priority</label>
      <div class="controls">
        <select id="AddDialog_Priority">
        </select>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddDialog_Category">Category</label>
      <div class="controls">
        <select id="AddDialog_Category">
        </select>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddDialog_Paused">Options</label>
      <div class="controls">
        <label class="checkbox"><input type="checkbox" id="AddDialog_Paused"> Add paused</label>
        <label class="checkbox"><input type="checkbox" id="AddDialog_DupeForce"> Disable duplicate check</label>
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddDialog_Scan">Add from NzbDir</label>
      <div class="controls">
        <a href="#" class="btn" id="AddDialog_Scan">Scan incoming directory</a>
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset>
    <div class="control-group">
      <label class="control-label" for="AddParamDialog_NZBNameGroup">Name</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="AddParamDialog_NZBName">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddParamDialog_Password">Password</label>
      <div class="controls">
        <input type="text" class="input-medium" id="AddParamDialog_Password">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddParamDialog_DupeKey">Duplicate key</label>
      <div class="controls">
        <input type="text" class="input-xlarge" id="AddParamDialog_DupeKey">
      </div>
    </div>
    <div class="control-group">
      <label class="control-label" for="AddParamDialog_DupeScore">Duplicate score</label>
      <div class="controls">
        <input type="text" class="input-small" id="AddParamDialog_DupeScore">
      </div>
    </div>
  </fieldset>
</form>

<form>
  <fieldset>
    <p id="ScriptListDialog_Instruction">Select scripts for option <strong>PostScript</strong></p>
    <div>
      <table class="table table-striped table-bordered table-check table-cancheck order-mode datatable" id="ScriptListDialog_ScriptTable" style="margin-bottom:15px;">
        <thead>
          <tr>
            <th>
              <div class="check img-check"></div>
            </th>
            <th>Name</th>
          </tr>
        </thead>
        <tbody></tbody>
      </table>
    </div>
    <p id="ScriptListDialog_OrderInfo" class="hide" style="margin-top:-5px; margin-bottom:10px;">The script execution order is saved globally in the option <em><strong>ScriptOrder</strong></em> and affects all categories as well as the order of
      scripts in the edit download dialog.</p>
    <div class="hide" id="ScriptListDialog_ScriptTable_pager"></div>
  </fieldset>
</form>

<form>
  <fieldset>
    <p id="RestoreSettingsDialog_Instruction">Select sections to restore. Tip: click on the checkbox of the table header to select all sections.</p>
    <div>
      <table class="table table-striped table-bordered table-check table-cancheck datatable" id="RestoreSettingsDialog_SectionTable" style="margin-bottom:15px;">
        <thead>
          <tr>
            <th>
              <div class="check img-check"></div>
            </th>
            <th>Section</th>
          </tr>
        </thead>
        <tbody></tbody>
      </table>
    </div>
    <div class="hide" id="RestoreSettingsDialog_SectionTable_pager"></div>
  </fieldset>
</form>

Name: LoginDialog_Form index.html

<form name="LoginDialog_Form" id="LoginDialog_Form" action="index.html">
  <div class="modal-body">
    <div class="form-horizontal">
      <fieldset>
        <div class="control-group">
          <label class="control-label" for="LoginDialog_UsernameGroup">Username</label>
          <div class="controls" id="LoginDialog_UsernameGroup">
            <input class="input-medium" id="LoginDialog_Username" type="text">
          </div>
        </div>
        <div class="control-group last-group" id="LoginDialog_PasswordBlock">
          <label class="control-label" for="LoginDialog_PasswordGroup">Password</label>
          <div class="controls" id="LoginDialog_PasswordGroup">
            <input class="input-medium" id="LoginDialog_Password" type="password">
          </div>
        </div>
        <p class="alert alert-danger hide text-center" id="LoginDialog_Error"> It didn't work. Try again. </p>
      </fieldset>
    </div>
  </div>
  <div class="modal-footer">
    <button type="submit" class="btn btn-primary" id="LoginDialog_Login">Login</button>
  </div>
</form>

Text Content

 * Pause activities

 * Pause Download

 * Pause Post-Processing

 * Pause NZB Scan

 * 
 * Pause for

 * 30 Minutes

 * 3 Hours

 * Custom...

 * 

 * Quick Help

--- MB/s
0h 0m
 * Automatic refresh

 * 0.1Second

 * 0.2Second

 * 0.5Second

 * 1Second

 * 5Seconds

 * 15Seconds

 * 30Seconds

 * 1Minute

 * Off

 * 

 * Saved filters
 * No saved filters
 * Delete
 * 
 * Save filter
 * 
 * Quick Help

 * Downloads
   0 
 * History
   90 
 * Messages
   1000 
 * Settings
    



COMMUNICATION ERROR!



Communication error, retrying...

LOADING...

Please wait.

UNSUPPORTED BROWSER!

Sorry but this application doesn't work with Internet Explorer versions below 9.
Please upgrade to at least IE 9 or use another browser.

If you believe you are getting this message by mistake, please check whether the
compatibility mode is active in IE and switch it off to activate all browser
functionality required for the application.

Add
Edit Merge Pause Resume Delete
Edit
Merge
Pause
Resume
Delete





Feeds  
 * RSS Feeds
 * 
 * Fetch All Feeds


 * ← Prev
 * Next →

5 10 15 20 30 50 100 records per page

P Status Name Category Age
Size
Left
Est. Time 10 records selected on other pages

 

DOWNLOAD QUEUE IS EMPTY.

To add downloads click Add button or put nzb-files into incoming nzb-directory
(option NzbDir).

Delete More  
 * Actions
 * Post-Process Again
 * Download Again
 * Mark as Success
 * Mark as Good
 * Mark as Bad

All  ? Success  ? Failure  ? Deleted  ? Dupe  ?
A  ?
S  ?
F  ?
D  ?
U  ?
Hidden

 * ← Prev
 * 1
 * 2
 * 3
 * 4
 * 5
 * …
 * 9
 * Next →

5 10 15 20 30 50 100 records per page

Status Time Name Category Age Size 10 records selected on other pages

SUCCESS
Sat Jan 08 2022 07:05:428 Out of 10 Cats Does Countdown S22E01 1080p HDTV
H264-DARKFLiX-xpost
TV
11 h1.47 GB

SUCCESS
Fri Jan 07 2022 01:59:23Hard Knocks S17E08 1080p WEB h264-KOGi-xpost
TV
2 d3.61 GB

SUCCESS
Sat Jan 01 2022 13:25:07Harry Potter 20th Anniversary Return to Hogwarts 2022
1080p WEB H264-BIGDOC-xpost
Movies
7 d6.46 GB

FAILURE
Tue Dec 28 2021 23:45:12Indiana Jones and the Last Crusade 1989 MULTI 1080p
BluRay x264-ULSHD
Movies
3407 d11.3 GB

FAILURE
Tue Dec 28 2021 23:44:43Dreamscape 1984 REMASTERED 1080p BluRay X264-AMIABLE
Movies
1845 d11.4 GB

FAILURE
Tue Dec 28 2021 23:18:07Indiana Jones And The Last Crusade 1989 1080p BluRay
x264-BARC0DE
Movies
2538 d12.6 GB

FAILURE
Tue Dec 28 2021 23:15:16Indiana Jones and the Temple of Doom 1984 1080p BluRay
x264-BARC0DE
Movies
2538 d11.6 GB

FAILURE
Tue Dec 28 2021 23:12:49Indiana Jones and the Last Crusade 1989 BluRay 1080p
DTS-HD MA 5 1 x264 dxva-FraMeSToR
Movies
1633 d13.9 GB

FAILURE
Tue Dec 28 2021 23:11:56Indiana Jones 2 and the Temple of Doom 1984 1080p BluRay
DTS x264-CyTSuNee
Movies
3376 d13.6 GB

COPY
Tue Dec 28 2021 23:11:50Indiana Jones 3 And The Last Crusade 1989 1080p BluRay
Dts x264-CYTSUNEE
Movies
2284 d18.2 GB

Showing records 1-10 from 90

Clear
All  ? Detail  ? Info  ? Warning  ? Error  ?
A  ?
D  ?
I  ?
W  ?
E  ?

 * ← Prev
 * 1
 * 2
 * 3
 * 4
 * 5
 * …
 * 100
 * Next →

5 10 15 20 30 50 100 1000 records per page

Kind Time Text infoSat Jan 08 2022 07:05:42Collection
8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpost added to
historyinfoSat Jan 08 2022 07:05:41Unpausing download after
post-processinginfoSat Jan 08 2022 07:05:41Move for
8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpost
successfulinfoSat Jan 08 2022 07:05:41Moving file abc.xyz.1cc3fcabce3d19.mkv to
/downloads/completed/sonarr/8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpostinfoSat
Jan 08 2022 07:05:41Moving file
8.out.of.10.cats.does.countdown.s22e01.1080p.hdtv.h264-darkflix.nfo to
/downloads/completed/sonarr/8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpostinfoSat
Jan 08 2022 07:05:41Moving completed files for
8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpostinfoSat Jan
08 2022 07:05:41Cleanup for
8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpost
successfulinfoSat Jan 08 2022 07:05:41Deleting file
5C70B06D70102329C8C2255243FDC8DD.vol005+01.PAR2infoSat Jan 08 2022
07:05:41Deleting file
8.out.of.10.cats.does.countdown.s22e01.1080p.hdtv.h264-darkflix.sfvinfoSat Jan
08 2022 07:05:41Cleaning up
8.Out.of.10.Cats.Does.Countdown.S22E01.1080p.HDTV.H264-DARKFLiX-xpost

Showing records 1-10 from 1000


LOADING CONFIGURATION...

Please wait.

LOADING CONFIGURATION FAILED

Could not load template configuration file nzbget.conf. The file contains
descriptions of options and is needed to display settings page. The file comes
with NZBGet distribution archive and is usually automatically installed into the
right location. This seems not to be a case with your installation though.

Please put the template configuration file nzbget.conf into the directory with
web-interface files (). Please edit your configuration file () in a text editor
and set the option ConfigTemplate to point to the template configuration file
nzbget.conf.

LOADING CONFIGURATION FAILED

.

CONFIGURATION HAS BEEN SAVED SUCCESSFULLY

For changes to have effect NZBGet must be reloaded (soft-restart).

TIP: You can reload anytime later in section SYSTEM on settings page.

Reload NZBGet
 * INFO
 * ABOUT NZBGET
 * SYSTEM

INFO: SETTINGS
View
 * View Options
 * Compact Mode

On this page you can review and change settings. When you done with changes
click Save all changes, which saves the changes made in all sections. It's not
necessary to save changes in each section individually.

NZBGET SETTINGS

When you configure NZBGet for the first time you need to check at least the
option MainDir and configure one news server.

There are many configuration options affecting performance. If you use NZBGet on
a computer with limited capabilities, such as NAS, media player, router, etc.
you should take your time to configure NZBGet for best performance - see
Performance tips.

EXTENSION SCRIPTS SETTINGS

When NZBGet finishes download of a nzb-file it can execute post-processing
scripts for further processing (e-mail notification, etc.). To configure scripts
use options in section EXTENSION SCRIPTS.

If your scripts define own options they are also shown here and can be
configured like NZBGets built-in options.

WEB-INTERFACE SETTINGS

Settings in section WEB-INTERFACE are stored within your browser. All other
settings are stored in configuration file on computer where NZBGet is running.

BACKUP AND RESTORE SETTINGS

This can be done in section SYSTEM.

For info on NZBGet poject please visit NZBGet Home Page. Among other things the
developers of third-party apps find there complete docs about RPC interface.

Should you need help, have suggestions or want to share your improvements -
NZBGet Forum is a place to do that.

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

The complete content of license is provided in file COPYING within distribution
and also available online.

Additional exemption: compiling, linking, and/or using OpenSSL is allowed.

PAR2

NZBGet uses Par2 by Peter Brian Clements with library interface by Francois
Lesueur.

Par2 is licensed under the GPL license.

CATCH

NZBGet uses C++ testing framework Catch by Two Blue Cubes Ltd.

Catch is licensed under the Boost Software License.

JQUERY

NZBGet web-interface uses jQuery. The jQuery Project is run by a distributed
group of volunteers that all want to see jQuery become the best JavaScript tool
possible.

jQuery is licensed under the MIT and GPL licenses.

BOOTSTRAP

NZBGet web-interface uses Twitter Bootstrap. Designed and built with all the
love in the world @twitter by @mdo and @fat.

Bootstrap code is licensed under the Apache License v2.0.

RAPHAËL

NZBGet web-interface makes use of Raphaël built by Dmitry Baranovskiy.

Raphaël code is licensed under the MIT license.

ELYCHARTS

For charts NZBGet relies on Elycharts by Void Labs s.n.c.

Elycharts code is licensed under the MIT license.

ICONSWEETS

NZBGet web-interface includes selected icons from collections iconSweets and
iconSweets2 by Yummygum.

The icons are generally licensed under a custom license but used in NZBGet with
author's permission.

Reload NZBGet
Reload

Reload configuration and reinitialize the program.

If the configuration file was edited externaly (in a texteditor) or you have not
reloaded NZBGet directly after saving the changes in web-interface you can do
this here.

Shutdown NZBGet
Shutdown

Stop the program.

There is no way to start the program again from web-interface. Make sure you
know how to do this.

Backup Settings
Backup

Save settings to a local file.

Export all settings for backup purpose.

NOTE: This works with all major browsers except Safari (tested with 6.0.4; may
work with newer versions).

Restore Settings
Restore

Load settings from a local file.

Import settings from a previously created backup file. You can restore the whole
configuration file or choose individual sections.

Update NZBGet
Check for Updates

Check if a new version of NZBGet is available.

Should a new version be found you'll be asked to install it.

--------------------------------------------------------------------------------

Save all changes


STATISTICS AND STATUS

NZBGet version Uptime Download time Total downloaded Remaining Free disk space
Average download speed Current download speed Current speed limit Article cache
Queue-scripts




60 seconds 60 minutes 24 hours January 2000
 * Months
 * 
 * Years
 * 
 * Older Periods...
 * 

60 s
60 m
24 h
Jan 2000

All news servers 
 * News servers
 * 1. server.com
 * 
 * All news servers

Total


--------------------------------------------------------------------------------

Today: 1.5 GB
This month: 200 GB
All-time: 20.3 TB
Custom: 10.3 TB, reset


CHOOSE PERIOD

Period


Type period as year or year-month, for example: 2014 or 2014-12.

Cancel Set Period


SPEED LIMIT

Speed limit
KB/s
Active news servers





Cancel Set limit


TEMPORARY PAUSE

Pause


Will remain paused until

For example "30m", "2h" or "=18:00". See "Quick Help" for details.

Quick Help

Cancel Pause


SAVE FILTER

Name

Cancel Save


HELP: EXPLAINING PAUSE OPTIONS

With command Pause download you can manually pause the download queue.

The pausing of post-processing depends on how the post-processing-script handles
screen output and may not always work.

The Pause/Resume Button (the round one) pauses or resumes all three activities:
download, post-processing and nzb directory scan.


HELP: EXPLAINING TEMPORARY PAUSE TIME FORMATS

Below you'll find the accepted formats

Format Example Description ##(m) 30m Pause for 30 minutes
"m" is optional ##h 3h Pause for 3 hours ##:## 1:30 Pause for 1 hour and 30 min
=##:## =16:30 Pause until 16:30 (4:30PM) =## =16 Pause until 16:00 (4:00PM)
=##:##AM|PM =4:30PM Pause until 4:30PM (16:30) =##AM|PM =4PM Pause until 4:00PM
(16:00)


HELP: EXPLAINING QUICK FILTER

 * The simplest filter is a word. The table is searched for the word and only
   the entries containing the word are shown.
 * To search only in certain column add the column name and colon before search
   text. For example "name:debian" will search only in column "Name".
 * To search for entries having more than one search word separate the words
   with a space. For example "debian iso".
 * To search for entries having ANY of the words separate the words with |. For
   example "debian | ubuntu" shows entries with any of these words.
 * To negate the condition add character - (hyphen) before the search word. For
   example "-iso" shows entries without word "iso".
 * Use parenthesis to build more complex searches. For example "(debian |
   ubuntu) iso" or "-(name:debian|name:ubuntu) category:iso".
 * Available operators:
   * = - exact match;
   * <> - not equal;
   * >, <, <=, >= - integer comparison operators.
 * Special fields:
   * sizemb, sizegb, leftmb, leftgb - initial and remaining size in MB or GB;
   * agem, ageh, aged - post age in minutes, hours or days;
   * priority - priority of the download (as integer value). Default priorities
     are: -100 (very low), -50 (low), 0 (normal), 50 (high), 100 (very high),
     900 (force).
 * Searchable fields in settings: name, description, value.

NOTE: This is a short documentation. For more info visit
nzbget.net/quick-filter.


TITLE

Name

Cannot be changed for post-processing-downloads.

Link

Priority

Category

Statistics



Files Postprocess Dupe Log
Pause Resume Delete Split
Pause
Resume
Delete
Split







StatusNameAgeSize




ServerArticlesArt. %SuccessFailures


Save To File
5 10 15 20 30 50 100 200 500 1000 records per page



KindTimeText

Duplicate key

Duplicate score

Duplicate mode
Score All Force
Actions

Cancel Save
 * Priority
 * XX records selected

 * Force

 * Very High

 * High

 * Normal

 * Low

 * Very Low

 * Actions
 * XX records selected
 * Resume
 * Pause
 * Delete
 * Cancel Post-Processing
 * Indexer Links
 * Details
 * More Info

 * Category
 * XX records selected

 * None

 * $Name


MULTIPLE RECORDS

Priority

Category

Statistics



PARAMETERS NOT AVAILABLE.

The post-processing script you are currently using doesn't support
post-processing parameters or the script configuration file is not properly set
in NZBGet settings.

NOT YET IMPLEMENTED.

This page is a placeholder. The editing of post-processing parameters is not
supported in web-interface yet.

Go Back

Cancel Save


MERGE DOWNLOADS

Merge listed downloads?



The first item in the list is the target - the resulting download inherits the
properties such as destination directory, category, etc. from that item.


Cancel Merge


SPLIT DOWNLOAD

New download will be created from selected files. Please choose the name for new
download.



The new download inherits all properties such as category, priority, etc. from
the source item. This action closes the download-edit-dialog. Any changes made
in the dialog will be discarded.


Cancel Split

Status

Name

Link

Category

Destination

Statistics



This hidden history record has little information. It remains in history mostly
for duplicate check.
Postprocess Dupe Log

Save To File
5 10 15 20 30 50 100 200 500 1000 records per page



KindTimeText

ServerArticlesArt. %SuccessFailures



StatisticData


Duplicate key

Duplicate score

Duplicate mode
Score All Force
Duplicate backup
Use as duplicate backup
Actions

Cancel Save
 * Actions
 * XX records selected
 * Delete
 * Post-Process Again
 * Download Remaining Files
 * Download Again
 * Download Again
 * Retry Failed Articles
 * Mark as Success
 * Mark as Good
 * Mark as Bad
 * Indexer Links
 * Details
 * More Info
 * Report This NZB

 * Category
 * XX records selected

 * None

 * $Name


TITLE

All  ? New  ? Fetched  ? Backlog  ?
All ?
New ?
Fetched ?
Backlog ?
Titles Filenames
Titles
Filenames


StatusTitleCategoryAgeSize



Cancel Fetch selected


TITLE

Rematch

 * Automatic

All  ? Accepted  ? Rejected  ? Ignored  ?
All ?
Accepted ?
Rejected ?
Rejected ?
Titles Filenames
Titles
Filenames
Filter




MatchRuleTitleCategoryAgeSize


Quick Help

Discard Apply


HELP: FILTER FOR RSS FEED

Feed filter consists of rules - one rule per line. Each rule defines a search
string and a command, which must be performed if the search string matches.
There are five kinds of rule-commands: Accept, Reject, Require, Options,
Comment.

Definition of a rule:

[A:|A(options):|R:|Q:|O(options):|#] <search string>



A declares Accept-rule. Rules are accept-rules by default, the "A:" can be
omitted. If the feed item matches to the rule the item is considered good and no
further rules are checked. R declares Reject-rule. If the feed item matches to
the rule the item is considered bad and no further rules are checked. Q declares
Require-rule. If the feed item DOES NOT match to the rule the item is considered
bad and no further rules are checked. O declares Options-rule. If the feed item
matches to the rule the options declared in the rule are set for the item. The
item is neither accepted nor rejected via this rule but can be accepted later by
one of Accept-rules. In this case the item will have its options already set
(unless the Accept-rule overrides them). # lines starting with # are considered
comments and are ignored. You can use comments to explain complex rules or to
temporary disable rules for debugging.



OPTIONS

Options allow to set properties on nzb-file. It's a comma-separated list of
property names with their values.

Definition of an option:

name:value

Options can be defined using long option names or short names:

category (cat, c)set category name, value is a string; pause (p)add nzb in
paused or unpaused state, possible values are: yes (y), no (n); priority (pr,
r)set priority, value is a signed integer number; priority+ (pr+, r+)increase
priority, value is a signed integer number; dupescore (ds, s)set duplicate
score, value is a signed integer number; dupescore+ (ds+, s+)increase duplicate
score, value is a signed integer number; dupekey (dk, k)set duplicate key, value
is a string; dupekey+ (dk+, k+)add to duplicate key, value is a string; dupemode
(dm, m)set duplicate check mode, possible values are: score (s), all (a), force
(f). Score - download duplicates with higher scores; All - download all
duplicates regardless of scores; Force - treat item as unique, ignore all
duplicate checks. For Score and All item is skipped if a duplicate marked as
"good" exists in history. rageidgenerate duplicate key using this rageid
(integer number) and season/episode numbers; tvdbidsimilar to rageid but uses
tvdbid-field; tvmazeidsimilar to rageid but uses tvmazeid-field; seriesgenerate
duplicate key using series identifier (any unique string) and season/episode
numbers.



Rule-options override values set in feed-options.

SEARCH STRING

The search string is similar to used in search engines. It consists of search
terms separated with spaces. Every term is checked for a feed item and if they
all succeed the rule is considered matching.

Definition of a term:

[+|-][field:][command]param



+ declares a positive term. Terms are positive by default, the "+" can be
omitted; - declares a negative term. If the term succeeds the rule does not
match; field field to which apply the term. If not specified the default field
"title" is used; command a special character defining how to interpret the
parameter (followed after the command):

@ - search for string "param". This is default command, the "@" can be omitted;
$ - "param" defines a regular expression (using POSIX Extended Regular
Expressions syntax); = - equal; < - less than; <= - equal or less than; > -
greater than; >= - equal or greater than.

param parameter for command.



 * Commands @ and $ are for use with text fields (title, filename, category,
   link, description, dupekey, dupestatus).
 * Commands =, <, <=, > and >= are for use with numeric fields (size, age,
   imdbid, rageid, tvdbid, tvmazeid, season, episode, priority, dupescore).
 * Any newznab attribute (encoded as "newznab:attr" in the RSS feed) can be used
   as search field with prefix "attr-", for example "attr-genre".

More about text search (command @):
 * Text search supports wildcard characters * (matches any number of any
   characters), ? (matches any one character) and # (matches one digit).
 * Text search is by default performed against words (word-search mode): the
   field content is separated into words and then each word is checked against
   pattern.
 * If the search pattern starts and ends with * (star) the search is performed
   against the whole field content (substring-search mode).
 * If the search pattern contains word separator characters (except * and ?) the
   search is performed on the whole field (the word-search would be obviously
   never successful in this case).
 * Word separators: !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~

About numeric fields:
 * Field "size" can have suffixes "K" or "KB" for kilobytes, "M" or "MB" for
   megabytes and "G" or "GB" for gigabytes.
 * Field "age" can have suffixes "m" for minutes, "h" for hours and "d" for
   days. If suffix is not specified default is days.

NOTE: Only fields title, filename and age are always present. The availability
of other fields depend on rss feed provider.

EXAMPLES

 * A: s01* -category:anime
 * my show WEB-DL
 * *my?show* WEB-DL size:<1.8GB age:>2h
 * R: size:>9GB
 * Q: HDTV
 * A(category:big movies, priority:50, pause:yes): size:>8GB

NOTE: This is a short documentation. For more info visit nzbget.net/rss.


TITLE

Text
Quick Help
Cancel Action
Downloads

Delete selected downloads?

How to delete selected downloads?

Move downloads to history, keep already downloaded files (recommended) Move
downloads to history, delete already downloaded files Move downloads to history
as duplicates, delete already downloaded files Delete downloads without history
tracking, delete already downloaded files
Delete
DownloadsDeleteHelp


HELP: EXPLAINING DELETE OPTIONS

It is recommended to move downloads into history.

If you choose to keep already downloaded files, the downloads can be moved back
to download queue using commands Download remaining files and Retry failed
articles.

If you delete downloads without creating of history records the duplicate check
may not be able to detect duplicates and the same file or a duplicate may be
queued later from RSS feed or other source.

History records marked as duplicate backups can be automatically used by
duplicate check if the main download fails.

History

Delete selected history records?

How to delete selected history records?

Hide records from history (recommended) Remove records from history altogether

Selected records will be deleted from history. All files remain on disk.

Selected records will be deleted from history. For failed downloads all
downloaded files will be deleted.

Permanent deleting of hidden records may have an impact on duplicate check and
is not recommended.

Delete
HistoryDeleteHelp


HELP: EXPLAINING DELETE OPTIONS

Duplicate check (option DupeCheck) requires information about downloaded and
failed nzb-files.

If you don't want to see a nzb-file in the history you can hide it. For better
performance almost all information associated with the file will be removed,
except for few fields required for duplicate check.

If you remove history record permanently the duplicate check may not be able to
detect duplicates and the same file or a duplicate may be queued later from RSS
feed or other source.

History

Download selected nzbs again?

All downloaded files will be deleted and the nzbs will be downloaded again from
scratch.

Download Again
History

Mark selected history records as success?

Marking has an effect on duplicate handling and RSS.
Records marked as success considered successfully downloaded and processed. This
is useful for downloads repaired or processed outside of NZBGet. Duplicates with
higher duplicate scores may be downloaded in the future.

Mark Success
History

Mark selected history records as good?

Marking has an effect on duplicate handling and RSS.
For titles marked as good no more duplicates will be downloaded, even with
higher duplicate score. Existing dupe-backups will be removed from history.

Mark Good
History

Mark selected history records as Bad?

Marking has an effect on duplicate handling and RSS.
If dupe-backups exist in the history the best of them will be moved to queue for
download. Otherwise the title will be watched and downloaded when it becomes
available.

Mark Bad
Messages

Clear Messages?

All log records will be deleted from screen buffer. The log-file remains on disk
unchanged.

Clear
Configuration

Delete ?

Delete
Reset

Reset custom counter for all news servers?

Last reset on Fri Apr 04 2014 09:32:24.

Reset
Execute Script

Please confrim execution of the script with command "".

This script command is marked as dangerous and requires a confirmation.

Execute Script


PURGING HISTORY

You are going to delete 250 history records which represent 250% of the history.

Really sure about that?

Delete 250 records Cancel


ADD NZB-FILES TO DOWNLOAD QUEUE

Add from URL
 
Add local files
Select files or drop files here.

Tip: click on an item to rename or set password.
Priority

Category

Options
Add paused Disable duplicate check
Add from NzbDir
Scan incoming directory
Quick Help

Cancel Submit


HELP: TIPS FOR ADDING NZB-FILES

 * For adding of local files the web-interface uses FileReader API available in
   most modern browsers:
   
   BrowserMinimum versionTested version Firefox3.613 Chrome619 Opera11.112
   Safari66.0 IE1010

 * You can drag and drop files directly onto the downloads page without clicking
   on the Add button first. The Add Dialog will show automatically.
 * Priority and category can be changed later in the edit dialog.
 * The categories can be configured in section CATEGORIES on settings page.
 * Use button Scan incoming directory if the automatic scanning of incoming
   nzb-directory is disabled (see options NzbDir and NzbDirInterval).


FILE PROPERTIES

Name

Password

Duplicate key

Duplicate score

Cancel Save


CHOOSE SCRIPTS

Select scripts for option PostScript


Name

The script execution order is saved globally in the option ScriptOrder and
affects all categories as well as the order of scripts in the edit download
dialog.


Discard Apply


RESTORE SETTINGS

Select sections to restore. Tip: click on the checkbox of the table header to
select all sections.


Section


Cancel Restore


SETTINGS RESTORED

Settings have been loaded from backup file.

You can review the loaded settings and then save them by clicking on Save all
changes.

Close


NOT SAVED CHANGES

There are unsaved changes on setings page. If you leave the page now all changes
will be discarded.

Discard changes Stop Save changes


HELP: NEW CONFIGURATION OPTION

This option doesn't exist in your configuration file yet.

The option was set to default value and will be written to your configuration
file when you save it.

Close


UPDATE NZBGET

Currently installed: 21.0

Checking for updates

Check failed. Please try again later.

An update is available!

A new version is available!

You are running the most current version.

Stable Testing Development Official releases 21.1
release notes 21.2-r2333
release notes 21.2-r2333
code log For your platform not available
package info
Install not available
package info
Install not available
package info
Install Download Download

Quick Help
Remind Me Later


HELP: EXPLAINING UPDATE OPTIONS

When installed using official installer the program offers automatic
installation of updates directly via web-interface. For packages provided by
third-parties please refer to their update instructions.

The program can also automatically check for new versions. By default you'll be
notifed about new stable releases. To disable notifications or to activate them
also for testing releases use option UpdateCheck in section "SECURITY".


UPDATING NZBGET

		


EXECUTING SCRIPT

		

You may close this dialog any time, the script remains running in background.
Close


TITLE



Close
Not yet implemented
Reload (soft-restart)

Reload NZBGet?

The configuration will be reloaded and the program will be reinitialized.

Reload

RELOADING NZBGET

Stopping all activities and reloading...

Should this take too long:
 * Try to refresh the page in browser manually.
 * If you changed remote control settings (IP, Port, Password) update the URL in
   browser accordingly.

Shutdown

Shutdown NZBGet?

The program will be stopped. You will no longer be able to access or start it
via web-interface. Make sure you know how to start the program again.

Shutdown


NZBGET LOGIN

Username

Password


It didn't work. Try again.

Login

Files Submitted
Scan Completed
Speed Limit Changed
Saved
Changed
Pausing
Paused
Resumed
Deleted
Canceled
Moved
Merged
Splitted
Could not split. Check messages for errors.
Cannot split. Some of selected files are already (partially) downloaded.
Please select records first
Please select at least two records
Post-processing-downloads cannot be edited
URLs cannot be merged or paused
Sorted
Please select records first
Cleared
Deleted
Changed
Returned to Queue
Post-Processing
Retrying failed articles
Saved
Please select records first
Cannot mark URL-records
Marked
Cannot post-process URL- or hidden records
Cannot redownload hidden records
Fetching new items
No records selected
Fetching items
Nothing to save
No changes have been made
Could not save configuration in


Please check file permissions

RELOAD COMMAND HAS BEEN SENT

Please wait few seconds, then refresh the page.
Please select at least one section
Restoring settings...
Could not start update script
Debug
Incorrect period
Volume reset
Testing connection...
Connection successful
Please type a search string first