diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/config/jackett.md | 2 | ||||
-rw-r--r-- | content/config/qbittorrent.md | 2 | ||||
-rw-r--r-- | content/config/radarr.md | 2 | ||||
-rw-r--r-- | content/config/sonarr.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/content/config/jackett.md b/content/config/jackett.md index 5415127..ff5866f 100644 --- a/content/config/jackett.md +++ b/content/config/jackett.md @@ -3,7 +3,7 @@ title: "Jackett" date: 2023-01-10T18:02:06-03:00 draft: false weight: 1 -summary: Jacket indexer setup and configuration +summary: Jackett works as a proxy server. It translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. --- ## What is Jackett? diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md index 69ff6ca..c6a1503 100644 --- a/content/config/qbittorrent.md +++ b/content/config/qbittorrent.md @@ -3,7 +3,7 @@ title: "qBittorrent" date: 2023-01-10T18:02:13-03:00 draft: false weight: 2 -summary: qBittorrent torrent downloader setup and configuration +summary: The qBittorrent project aims to provide an open-source software alternative to µTorrent. --- ## What is qBitorrent? diff --git a/content/config/radarr.md b/content/config/radarr.md index 85b4bd6..d846a1f 100644 --- a/content/config/radarr.md +++ b/content/config/radarr.md @@ -3,7 +3,7 @@ title: "Radarr" date: 2023-01-10T19:06:46-03:00 draft: false weight: 3 -summary: Radarr movie collection manager setup and configuration +summary: Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. --- # What is Radarr? diff --git a/content/config/sonarr.md b/content/config/sonarr.md index bda531f..697836c 100644 --- a/content/config/sonarr.md +++ b/content/config/sonarr.md @@ -3,7 +3,7 @@ title: "Sonarr" date: 2023-01-10T19:06:43-03:00 draft: false weight: 4 -summary: Sonarr tv collection manager setup and configuration +summary: Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. --- # What is Sonarr? |