I have had several old versions of Jackett before upgrading to the latest. I just made sure to uninstall the old versions first. It kept my settings. With this latest update, I needed to remove several indexers and re-add them to get everything working though.
working now! do you know what to put in the couch potato host field? is it the localhost address to my couch potato?
Could anyone specify how to integrate couch potato?
I just upgraded to Mono4, and wanted to install libcurl-dev, with sudo apt-get install libcurl-dev
However, I get the following:
Package libcurl-dev is a virtual package provided by:
libcurl4-openssl-dev 7.35.0-1ubuntu2.5
libcurl4-nss-dev 7.35.0-1ubuntu2.5
libcurl4-gnutls-dev 7.35.0-1ubuntu2.5
You should explicitly select one to install.
Which one to choose? Iām on Ubuntu Server Trusty 14.04 LTS.
Thanks!
EDIT: sorry, it is too early, it should be libcurl4-openssl-dev
Not seeing major differences here, just installed 0.6.3 and adding trackers seems to be the same except Sonarr API host is gone and server settings are on the bottom. Is the Sonarr API host part the only main difference? If so I will remove those parts so itās not confusing to the user.
@mehlsack Asked me to share my latest script that I use to start Jackett on a Synology. First I put Jackett in /opt/Jackett . I also chown the /opt/Jackett folder to the user that I will be running the script with. Then I put the following upstart script in /etc/init/jackett.conf:
author "sea3pea0"
description āUpstart Script to run Jackettā
Jackett is not just a file, itās a folder including sub-folders. You should extract the release that you download and move the top level folder named Jackett to /opt. If the top-level folder that you extract from the file you download is named something else than āJackettā, rename it to that. Then cd /opt and chown -R {username to run jackett} Jackett . Then from command line you should be able to type āstart jackettā. You might need to also chmod +x /etc/init/jackett.conf
Iām just starting using Jackett. It looks good !
I will add a tracker with cookie soon, can you say to me if there is a warning when the cookie is out ?
Is it possible to integrate a script to automatically grab a new one ?
Is there a way to get notification on new version release ?
I having problems installing libcurl on my ds214play. I installed jackett and put into correct /opt/jackett folder.
when ssh via putty and web console its not running could you give me some guidence please ?
i think bootstrap is working as i can ipkg the jacket package but in putty im getting
-ash: hostname: not found
-ash: ialias: not found
really liked to get jacket working i dont think libcurl correctly installed. thanks in advance with any help
also im using your latest script and ran the chown commands to no avail