mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-22 02:32:51 +01:00
Just tweaking markdown
parent
01d988d8b4
commit
d831f28572
@ -1,16 +1,21 @@
|
|||||||
##Overview##
|
## Overview
|
||||||
|
|
||||||
All operations (search and sync) will be use all configured indexers when they run, with the exception of Womble's which supports sync only.
|
All operations (search and sync) will be use all configured indexers when they run, with the exception of Womble's which supports sync only.
|
||||||
|
|
||||||
When searching, Sonarr will request the first 100 results, if more than 90 successful results are returned it will request the next 100 results from the indexer, to a maximum of 1000 results. If the indexer doesn't support paging, we make every effort to avoid requesting additional results.
|
When searching, Sonarr will request the first 100 results, if more than 90 successful results are returned it will request the next 100 results from the indexer, to a maximum of 1000 results. If the indexer doesn't support paging, we make every effort to avoid requesting additional results.
|
||||||
|
|
||||||
##Recent Releases Feed##
|
## Recent Releases Feed
|
||||||
|
|
||||||
This is the indexer's latest TV releases, which usually contains 100 releases. By default Sonarr fetches this feed every 15 minutes, configurable on Settings-> Indexers (with advanced settings visible).
|
This is the indexer's latest TV releases, which usually contains 100 releases. By default Sonarr fetches this feed every 15 minutes, configurable on Settings-> Indexers (with advanced settings visible).
|
||||||
|
|
||||||
##Episode Search##
|
## Episode Search
|
||||||
|
|
||||||
Performs a search to each configured indexer with for a single episode. In the case of Missing's "Search Selected" it will trigger a search for each selected episode individually.
|
Performs a search to each configured indexer with for a single episode. In the case of Missing's "Search Selected" it will trigger a search for each selected episode individually.
|
||||||
|
|
||||||
##Season Search##
|
## Season Search
|
||||||
|
|
||||||
When searching for a full season (from the Series' details page) Sonarr will make a single call for the first page of results, if additional results are available them Sonarr will request them as well.
|
When searching for a full season (from the Series' details page) Sonarr will make a single call for the first page of results, if additional results are available them Sonarr will request them as well.
|
||||||
|
|
||||||
##Series Search##
|
## Series Search
|
||||||
|
|
||||||
Each season is searched individually and follows the normal season searching as outlined above.
|
Each season is searched individually and follows the normal season searching as outlined above.
|
Loading…
Reference in New Issue
Block a user