Jackett/README.md

92 lines
4.3 KiB
Markdown
Raw Normal View History

2015-07-31 20:46:17 +00:00
## Jackett
2015-04-15 14:04:31 +00:00
2015-08-02 17:39:32 +00:00
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/).
2015-07-12 21:43:00 +00:00
2015-04-15 14:04:31 +00:00
2015-07-31 20:46:17 +00:00
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.
2015-04-15 14:04:31 +00:00
2015-07-31 20:46:17 +00:00
We were previously focused on TV but are working on extending searches to allow for searching other items such as movies and comics.
2015-04-15 14:04:31 +00:00
2015-07-31 20:46:17 +00:00
#### 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-07-31 20:46:17 +00:00
#### Supported Systems
* Windows using .NET 4.5
* Linux and OSX using Mono 4
2015-04-23 15:00:52 +00:00
2015-07-31 20:46:17 +00:00
#### Supported Trackers
2015-07-25 16:29:28 +00:00
* [AlphaRatio](https://alpharatio.cc/)
* [AnimeBytes](https://animebytes.tv/)
* [BakaBT](http://bakabt.me/)
2015-07-25 16:29:28 +00:00
* [bB](http://reddit.com/r/baconbits)
* [BeyondHD](https://beyondhd.me/)
2015-04-19 22:05:09 +00:00
* [BIT-HDTV](https://www.bit-hdtv.com)
2015-07-25 16:29:28 +00:00
* [BitMeTV](http://www.bitmetv.org/)
* [FrenchTorrentDb](http://www.frenchtorrentdb.com/)
2015-04-15 14:04:31 +00:00
* [Freshon](https://freshon.tv/)
2015-07-26 03:48:18 +00:00
* [HD-Space](https://hd-space.org/)
2015-07-25 16:29:28 +00:00
* [HD-Torrents.org](https://hd-torrents.org/)
2015-08-02 17:39:32 +00:00
* [Immortalseed.me](http://immortalseed.me)
2015-04-16 01:17:32 +00:00
* [IPTorrents](https://iptorrents.com/)
2015-07-25 16:29:28 +00:00
* [MoreThan.tv](https://morethan.tv/)
2015-07-26 02:33:01 +00:00
* [pretome](https://pretome.info)
2015-07-25 16:29:28 +00:00
* [PrivateHD](https://privatehd.to/)
* [SceneAccess](https://sceneaccess.eu/login)
* [SceneTime](https://www.scenetime.com/)
* [ShowRSS](https://showrss.info/)
2015-04-26 17:05:47 +00:00
* [Strike](https://getstrike.net/)
2015-07-25 16:29:28 +00:00
* [T411](http://www.t411.io/)
2015-04-16 14:48:48 +00:00
* [The Pirate Bay](https://thepiratebay.se/)
2015-07-31 20:46:17 +00:00
* [TorrentBytes](https://www.torrentbytes.net/)
2015-05-05 04:34:47 +00:00
* [TorrentDay](https://torrentday.eu/)
2015-07-25 16:29:28 +00:00
* [TorrentLeech](http://www.torrentleech.org/)
2015-05-05 04:34:47 +00:00
* [TorrentShack](http://torrentshack.me/)
2015-07-11 20:34:13 +00:00
* [Torrentz](https://torrentz.eu/)
2015-04-16 14:48:48 +00:00
2015-04-15 14:04:31 +00:00
2015-07-31 20:46:17 +00:00
#### Installation on Linux/OSX
1. Install [Mono 4](http://www.mono-project.com/download/) or better
2. Install libcurl:
* Debian/Ubunutu: apt-get install libcurl-dev
* Redhat/Fedora: yum install libcurl-devel
* Or see the [Curl docs](http://curl.haxx.se/dlwiz/?type=devel).
#### Installation on Windows
We recommend you install Jackett as a Windows service using the supplied installer. When installed as a service the tray icon acts as a way to open/start/stop Jackett. If you opted to not install it as a service then Jackett will run its web server from the tray tool.
Jackett can also be run from the command line using JackettConsole.exe if you would like to see log messages (Ensure the server isn't already running from the tray/service).
#### Installation on Linux/OSX
Run Jackett using mono with the command "mono JackettConsole.exe".
#### Troubleshooting
* Command line switches
You can pass various options when running via the command line, see --help for details.
* Unable to connect to certain trackers on Linux
Try running with the "--SSLFix true" if you are on Redhat/Fedora/NNS based libcurl. If the tracker is currently configured try removing it and adding it again. Alternatively try running with a different client via --UseClient (Warning: safecurl just executes curl and your details may be seen from the process list).
* Enable logging
You can get additional logging with the switches "-t -l". Please post logs if you are unable to resolve your issue with these switches ensuring to remove your username/password/cookies.
2015-04-15 14:04:31 +00:00
### Additional Trackers
2015-07-31 20:46:17 +00:00
Jackett's framework allows our team (and any other volunteering dev) to implement new trackers in an hour or two. 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 us on IRC (see below).
2015-04-15 14:04:31 +00:00
### Contact & Support
2015-07-31 20:46:17 +00:00
Use the github issues pages or talk to us directly at: [irc.freenode.net#jackett](http://webchat.freenode.net/?channels=#jackett).
2015-04-15 20:28:07 +00:00
### Screenshots
2015-07-31 20:46:17 +00:00
![screenshot](http://i.imgur.com/t1sVva6.png "screenshot")