1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-21 18:22:42 +01:00

Revert "explanation about why sonarr currently can not add a series."

This reverts commit 96b4af326d7c806492963e34595afb8defa42918.
Mark McDowall 2015-11-22 00:19:35 -08:00
parent d1bb297785
commit f13b3e1e7b

3
FAQ.md

@ -1,5 +1,4 @@
### How does Sonarr "add series"? ###
It queries thetvdb.com. Unfortunately, if thetvdb.com is offline, a good error is not provided by sonarr to indicate this in the GUI or logs.
### How does Sonarr find episodes? ###
Sonarr doesn't actively search for any episodes on its own; it uses the indexer's latest releases to find recently posted episodes. It does this using the indexer's **RSS feeds**, which typically include the last 100 uploads to the indexer. By default Sonarr will download the latest RSS feeds every 15 minutes. Because of this, Sonarr is designed to be installed on a system that is running most of the time. However, for indexers supporting 'pages', Sonarr will fetch older pages in the rss feed in an attempt to cover the gap when it has been offline for a few hours.