From d831f2857278d135aa71520030f1d8cae8d4ac3b Mon Sep 17 00:00:00 2001 From: djadomi Date: Thu, 20 Apr 2017 17:27:14 +0200 Subject: [PATCH] Just tweaking markdown --- Indexer Integration.md => Indexer-Integration.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) rename Indexer Integration.md => Indexer-Integration.md (89%) diff --git a/Indexer Integration.md b/Indexer-Integration.md similarity index 89% rename from Indexer Integration.md rename to Indexer-Integration.md index 288541e..e9e954c 100644 --- a/Indexer Integration.md +++ b/Indexer-Integration.md @@ -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. 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). -##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. -##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. -##Series Search## +## Series Search + Each season is searched individually and follows the normal season searching as outlined above. \ No newline at end of file