From b69a731833fe0796ab4f1410c931d9a13c9e776c Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Thu, 13 Aug 2015 17:17:38 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef97333bb..21875fa3b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This software creates a [Torznab](https://github.com/Sonarr/Sonarr/wiki/Implementing-a-Torznab-indexer) (with [nZEDb](https://github.com/nZEDb/nZEDb/blob/master/docs/newznab_api_specification.txt) category numbering) and [TorrentPotato](https://github.com/RuudBurger/CouchPotatoServer/wiki/Couchpotato-torrent-provider) API server on your machine. Torznab enables software such as [Sonarr](https://sonarr.tv) to access data from your favorite indexers in a similar fashion to rss but with added features such as searching. TorrentPotato is an interface accessible to [CouchPotato](https://couchpota.to/). -Jackett works as a proxy server: it translates Torznab queries into tracker-site-specific http queries, parses the html response into Torznab results, then sends results back to the requesting software which allows for getting recent uploads and performing searches. +Jackett works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. -We were previously focused on TV but are working on extending searches to allow for searching other items such as movies and comics. +We were previously focused on TV but are working on extending searches to allow for searching other items such as movies, comics, and music. #### Download Download in the [Releases page](https://github.com/zone117x/Jackett/releases)