Go to file
WhatFox a9e14cc4af Auto update #8 2015-11-09 21:59:16 +00:00
src Auto update #8 2015-11-09 21:59:16 +00:00
.gitignore Auto update #8 2015-11-09 21:59:16 +00:00
Build.bat Auto update #8 2015-11-09 21:59:16 +00:00
Installer.iss Auto update #8 2015-11-09 21:59:16 +00:00
LICENSE Initial commit 2015-04-13 00:19:13 -06:00
README.md Add BlueTigers Indexer 2015-11-08 12:48:49 +11:00
Upstart.config Synology config #182 2015-09-21 19:42:17 +01:00

README.md

Jackett

This project is a new fork and is recruiting development help. If you are able to help out please contact us.

Overview

This software creates a Torznab (with nZEDb category numbering) and TorrentPotato API server on your machine. Torznab enables software such as Sonarr 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.

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. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.

We were previously focused on TV but are working on extending searches to allow for searching other items such as movies, comics, and music.

Supported Systems

  • Windows using .NET 4.5
  • Linux and OSX using Mono 4 (v3 should work but you may experience crashes).

Supported Trackers

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

  1. Install Mono 4 or better
  2. Install libcurl:
    • Debian/Ubunutu: apt-get install libcurl-dev
    • Redhat/Fedora: yum install libcurl-devel
    • For other distros see the Curl docs.
  3. Download and extract the latest .tar.bz2 release from the releases page and run Jackett using mono with the command "mono JackettConsole.exe".

Detailed instructions for Ubuntu 14.x and Ubuntu 15.x

Installation on Synology

  1. Install Sonarr & Mono 3.10 from synocommunity.
  2. Install Mono beta 3.12 from the main Synology repo (Or newer if available).
  3. Download jackett and place it in /opt/Jackett
  4. cd /opt
  5. chown -R {user who will run jackett} Jackett
  6. Copy Upstart.config to /etc/init/jackett.conf and replace the braces {} in the script with the username that you wish to run Jackett with.
  7. From anywhere on command line type "start jackett" . You should see output telling you that Jackett is running and you should be able to browse to {IP Address}:9117 . If not you should check /var/log/upstart/jackett.log and see what that says.

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.

Contributing

All contributions are welcome just send a pull request. 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 but are not a developer then feel free to leave a request on the issues page. It is recommended to use Visual studio 2015 when making code changes in this project.

Screenshots

screenshot