Jackett/README.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2015-04-13 06:19:13 +00:00
# Jackett
2015-04-15 14:04:31 +00:00
### API Access to your favorite trackers
This software creates a [Torznab](https://github.com/Sonarr/Sonarr/wiki/Implementing-a-Torznab-indexer) API server on your machine that any Torznab enabled software can consume. 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.
Currently [Sonarr](https://sonarr.tv/) is the only software that uses Torznab. [Couchpotato](https://couchpota.to/) will hopefully get Torznab support in the future.
### Download
2015-04-19 05:51:52 +00:00
Download in the [Releases page](https://github.com/zone117x/Jackett/releases)
2015-04-15 14:04:31 +00:00
2015-04-20 05:14:54 +00:00
### Supported Systems
2015-04-23 15:00:52 +00:00
* Works on Windows by default
* Works on Linux and OS X using Mono. See instructions below...
### Instructions for Mono
* Install Mono: http://www.mono-project.com/download/
2015-04-26 17:06:43 +00:00
* *For MoreThanTV & ThePirateBay* install libcurl-dev for your system, [tutorial](http://curl.haxx.se/dlwiz/?type=devel)
2015-04-23 15:00:52 +00:00
* For apt-get systems its simply: `apt-get install libcurl4-openssl-dev`
2015-04-20 05:14:54 +00:00
2015-04-15 14:04:31 +00:00
### Supported Trackers
* [BitMeTV](http://www.bitmetv.org/)
2015-04-16 23:35:49 +00:00
* [MoreThan.tv](https://morethan.tv/)
2015-04-19 22:05:09 +00:00
* [BIT-HDTV](https://www.bit-hdtv.com)
2015-04-15 14:04:31 +00:00
* [Freshon](https://freshon.tv/)
2015-04-16 01:17:32 +00:00
* [IPTorrents](https://iptorrents.com/)
2015-04-26 17:05:47 +00:00
* [TorrentLeech](http://www.torrentleech.org/)
* [Strike](https://getstrike.net/)
2015-04-16 14:48:48 +00:00
* [The Pirate Bay](https://thepiratebay.se/)
2015-05-05 04:34:47 +00:00
* [RARBG](https://rarbg.com)
* [TorrentDay](https://torrentday.eu/)
* [TorrentShack](http://torrentshack.me/)
2015-07-09 20:08:13 +00:00
* AlphaRatio
* AnimeBytes
* SceneAccess
* ShowRSS
* Torrentz
2015-04-16 14:48:48 +00:00
2015-04-15 14:04:31 +00:00
### Additional Trackers
Jackett's framework allows me (and any other volunteering dev) to implement just about any new tracker in 15-60 minutes. If you'd like support for a new tracker then feel free to leave a request on the [issues page](https://github.com/zone117x/Jackett/issues) or contact me on IRC (see below).
### Contact & Support
I can be contact on IRC at [irc.freenode.net#sonarr](http://webchat.freenode.net/?channels=#sonarr)
2015-04-15 20:28:07 +00:00
### Screenshots
2015-04-26 17:05:47 +00:00
![screenshot](http://i.imgur.com/OX9MKrL.png "screenshot")