Skip to content

Commit

Permalink
Add more information about searching in the Queue/History
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Jan 23, 2024
1 parent dba1848 commit 9d2fd45
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
5 changes: 1 addition & 4 deletions wiki/extra/glitter-tips-and-tricks.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ <h2>Edit multiple jobs</h2>
<hr>
<h2>Searching the Queue and History</h2>
<p>The queue search box appears only when there are more items than the Queue item limit (set in Status and Interface settings, <span class="glyphicon glyphicon-wrench"></span>, Web Interface) or when editing multiple jobs.</p>
<p>
You can also filter using keywords <code>cat</code> and <code>priority</code>. <br>
For example: <code>show name cat:tv</code>, <code>title cat:tv,movies</code>, <code>title priority:High,Low</code> or <code>status:Fetching</code>.
</p>
<p>More advanced filtering of the queue and history is possible and described in detail <a href="/wiki/extra/queue-history-searching">here</a>.</p>

<hr>
<h2>Select ranges of items (jobs, files)</h2>
Expand Down
43 changes: 43 additions & 0 deletions wiki/extra/queue-history-searching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Queue and History searching
---

# Search options

The queue search box appears only when there are more items than the Queue/History item limit (set in Status and Interface settings), or when editing multiple jobs.

All options accept multiple values, seperated by a comma.

### Category: `cat` or `category`

Examples:
* `show name cat:tv`

### Priority (Queue only): `priority`
Examples:
* `title priority:High,Low`

### Status: `status`

Examples:
* `status:Fetching`
* `status:Queued,Running`

| Status | Type | Description |
|-------------|---------------|---------------------------------------------------------|
| Propagating | Queue | Delayed download |
| Paused | Queue | Job is paused |
| Downloading | Queue | Normal downloading |
| Checking | Queue | Pre-check is running |
| Fetching | Queue | Job is downloading extra par2 files |
| Grabbing | Queue | Getting an NZB from an external site |
| Queued | Queue/History | Job is waiting for its turn to download or post-process |
| Moving | History | Files are being moved |
| QuickCheck | History | QuickCheck verification is running |
| Repairing | History | Job is being repaired (by par2) |
| Running | History | User's post-processing script is running |
| Verifying | History | Job is being verified (by par2) |
| Completed | History | Job is finished |
| Failed | History | Job has failed, now in History |


0 comments on commit 9d2fd45

Please sign in to comment.