Document fix buttons in how-it-works
This commit is contained in:
@@ -76,12 +76,38 @@ export default function HowItWorksPage() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="how-callout">
|
<section className="how-callout">
|
||||||
<h2>Why Magent sometimes says “waiting”</h2>
|
<h2>Why Magent sometimes says "waiting"</h2>
|
||||||
<p>
|
<p>
|
||||||
If the search helper cannot find a match yet, Magent will say there is nothing to grab.
|
If the search helper cannot find a match yet, Magent will say there is nothing to grab.
|
||||||
That does not mean it is broken. It usually means the release is not available yet.
|
That does not mean it is broken. It usually means the release is not available yet.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section className="how-flow">
|
||||||
|
<h2>Fix buttons and what they do</h2>
|
||||||
|
<ul className="how-steps">
|
||||||
|
<li>
|
||||||
|
<strong>Search for releases</strong> checks the torrent sources (via Prowlarr) and shows
|
||||||
|
you a list you can choose from.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Download selected release</strong> sends the pick to Sonarr/Radarr so it can
|
||||||
|
download and import it correctly.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Search and auto-download</strong> asks Sonarr/Radarr to find the best match and
|
||||||
|
grab it automatically.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Resume download</strong> tells qBittorrent to continue a paused download when it
|
||||||
|
is already there.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Add to library queue</strong> re-adds the request into Sonarr/Radarr when it is
|
||||||
|
missing there.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user