Go to file
unknown 478c41fed6 Fixed BitMeTV login, fixed failed login callback failing if async 2015-08-02 11:28:59 -06:00
src Fixed BitMeTV login, fixed failed login callback failing if async 2015-08-02 11:28:59 -06:00
.gitignore Implement torrentbytes 2015-07-30 21:09:38 +01:00
Build.bat Fix compilation under mono #117. Allow explicit web client selection. Init curl at application start. 2015-07-30 18:50:46 +01:00
Installer.iss Fix compilation under mono #117. Allow explicit web client selection. Init curl at application start. 2015-07-30 18:50:46 +01:00
LICENSE Initial commit 2015-04-13 00:19:13 -06:00
README.md Update readme 2015-07-31 21:46:17 +01:00

README.md

Jackett

This software creates a Torznab API server on your machine that any Torznab enabled software such as Sonarr 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 which allows for getting recent uploads 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.

Download

Download in the Releases page

Supported Systems

  • Windows using .NET 4.5
  • Linux and OSX using Mono 4

Supported Trackers

Installation on Linux/OSX

  1. Install Mono 4 or better
  2. Install libcurl:
    • Debian/Ubunutu: apt-get install libcurl-dev
    • Redhat/Fedora: yum install libcurl-devel
    • Or see the Curl docs.

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.

Additional Trackers

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 or contact us on IRC (see below).

Contact & Support

Use the github issues pages or talk to us directly at: irc.freenode.net#jackett.

Screenshots

screenshot