[ Jackett ] [ 0.20.3546 ] Use just about any tracker with Sonarr or Couchpotato

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
Post Reply
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

[ Jackett ] [ 0.20.3546 ] Use just about any tracker with Sonarr or Couchpotato

Post by QNAP_Stephane »

Image
Source : https://github.com/Jackett/Jackett

Use just about any tracker with Sonarr or Couchpotato

Download :

MONO Version

https://www.myqnap.org/product/jackett-mono/

Dependencies :QMono

DotNet Version :

Apache80 : h[url]ttps://www.myqnap.org/product/jackett80/[/url]
Apache81 : https://www.myqnap.org/product/jackett81/
Apache82 : https://www.myqnap.org/product/jackett82

About :

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.
Last edited by QNAP_Stephane on Fri Mar 10, 2023 2:26 am, edited 31 times in total.
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
mrs4t4n
Know my way around
Posts: 100
Joined: Tue Nov 11, 2014 5:53 am

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by mrs4t4n »

Thnkx!
wacko37
Getting the hang of things
Posts: 57
Joined: Wed Dec 21, 2011 9:06 pm

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by wacko37 »

@Stephane
Mate as i said b4, thanks so much for the lightning quick response in getting this QPKG up and running. I for one am very grateful.

Just wondering has anyone tried to setup yet? i am having problems with every tracker, once I input my details into any indexer ie: torrentleech, username and password matching my torrentleech username and password, i keep getting the error "Configuration Failed" in a popup box, but there is no details in the "view logs"

Even The Pirate Bay has an error "Configuration Failed: could not find releases from this url" that is with the default url

Its as if its not making connection out to test the indexer

Thanks any help appreciated

Also i have just tried and incorrect password for torrentleech but i get the same error
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by QNAP_Stephane »

wacko37 wrote:@Stephane
Mate as i said b4, thanks so much for the lightning quick response in getting this QPKG up and running. I for one am very grateful.

Just wondering has anyone tried to setup yet? i am having problems with every tracker, once I input my details into any indexer ie: torrentleech, username and password matching my torrentleech username and password, i keep getting the error "Configuration Failed" in a popup box, but there is no details in the "view logs"

Even The Pirate Bay has an error "Configuration Failed: could not find releases from this url" that is with the default url

Its as if its not making connection out to test the indexer

Thanks any help appreciated

Also i have just tried and incorrect password for torrentleech but i get the same error

could you please test this one (cant test it):

http://www.positiv-it.fr/QNAP/APP/Jacke ... 1.qpkg.zip

i removed a flag forcing SSL fix (may be i shouldnt add this)
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
wacko37
Getting the hang of things
Posts: 57
Joined: Wed Dec 21, 2011 9:06 pm

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by wacko37 »

I have just tested the 0.6.45.1 qpkg, but sadly i still have the same errors with all the trackers.

I also tried updating Qmono to the latest version as i read somewhere the the lastest Qmono 4.0.1.0 was needed for jackett, but sadly no luck either. (i have now reverted back to 3.10.0.0 as you have sated this version works best with Sonarr)

I just checked the logs after the tests, but there was no logs for any of the private trackers when they failed, but the pirate bay did give an error log

Code: Select all

2015-11-15 01:19:33.5778 Error Exception in Configure System.Exception: Could not find releases from this URL
  at Jackett.Indexers.ThePirateBay+<ApplyConfiguration>c__async0.<>m__0 () [0x00000] in C:\projects\jackett\src\Jackett\Indexers\ThePirateBay.cs:61 
  at Jackett.Indexers.BaseIndexer+<ConfigureIfOK>c__asyncB.MoveNext () [0x00059] in C:\projects\jackett\src\Jackett\Indexers\BaseIndexer.cs:388 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /SRC/mono-4.0.1/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:61 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00047] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:201 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:170 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:142 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:124 
  at Jackett.Indexers.ThePirateBay+<ApplyConfiguration>c__async0.MoveNext () [0x00096] in C:\projects\jackett\src\Jackett\Indexers\ThePirateBay.cs:59 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /SRC/mono-4.0.1/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:61 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00047] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:201 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:170 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:142 
  at System.Runtime.CompilerServices.TaskAwaiter`1[Jackett.Models.IndexerConfigurationStatus].GetResult () [0x00000] in /SRC/mono-4.0.1/external/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:372 
  at Jackett.Controllers.AdminController+<Configure>c__async4.MoveNext () [0x00111] in C:\projects\jackett\src\Jackett\Controllers\AdminController.cs:185 
mrs4t4n
Know my way around
Posts: 100
Joined: Tue Nov 11, 2014 5:53 am

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by mrs4t4n »

I want to test it, i have it installed, but i don't know how to use it with qsonarr...
How could i use it to add, for example, pirate bay, to my indexers in sonarr?
Thanks
User avatar
Gryzor
Easy as a breeze
Posts: 293
Joined: Sat Oct 24, 2015 3:21 pm
Contact:

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by Gryzor »

But, doesn't Sonarr have built-in access for TPB? [EDIT] no it does not, apologies[/EDIT]

I'm still not sure what Jackett does and whether I need it or not. I'm trying to pull torrents from KA and ShowRSS and it doesn't auto-fetch them despite syncing (I see it in the logs) - I have to go to each missing episode and search manually, so I'm unsure as to whether I need to have an add-on like Jackett...
.:.
QNAP TS-251-4G / 4.3.2.0026
mrs4t4n
Know my way around
Posts: 100
Joined: Tue Nov 11, 2014 5:53 am

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by mrs4t4n »

QNAP_Stephane wrote:
wacko37 wrote:@Stephane
Mate as i said b4, thanks so much for the lightning quick response in getting this QPKG up and running. I for one am very grateful.

Just wondering has anyone tried to setup yet? i am having problems with every tracker, once I input my details into any indexer ie: torrentleech, username and password matching my torrentleech username and password, i keep getting the error "Configuration Failed" in a popup box, but there is no details in the "view logs"

Even The Pirate Bay has an error "Configuration Failed: could not find releases from this url" that is with the default url

Its as if its not making connection out to test the indexer

Thanks any help appreciated

Also i have just tried and incorrect password for torrentleech but i get the same error

could you please test this one (cant test it):

http://www.positiv-it.fr/QNAP/APP/Jacke ... 1.qpkg.zip

i removed a flag forcing SSL fix (may be i shouldnt add this)
Ok, i tested it, same error here.
Works right with demonid and speedcd (the only accounts i have...)
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jackett ] [ 0.6.45 ] Use just about any tracker with Sonarr or Couchpotato

Post by QNAP_Stephane »

0.7.16 version pending, waiting for the mono source to release qpkg
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jackett ] [ 0.7.27 ] Use just about any tracker with Sonarr or Couchpotato

Post by QNAP_Stephane »

Version 0.7.27 is online ;)
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
vonny3
Starting out
Posts: 30
Joined: Sat Nov 21, 2015 4:01 am

Re: [ Jackett ] [ 0.7.27 ] Use just about any tracker with Sonarr or Couchpotato

Post by vonny3 »

I installed 0.6.45 last night and was mucking with settings - I believe I locked myself out from getting to the UI with one of the settings that was called something like "Remote Access" which I mistakenly assumed was remote meaning out outside the LAN. I removed the app and reinstalled - now have 0.7.27 - but am still unable to get into the UI.

Could there be a setting or conf somewhere that remains even after an uninstall of the app that I could look at?

I am running QMono version 4.0.1.0 if that matters.

Thanks for your work on this!
vonny3
Starting out
Posts: 30
Joined: Sat Nov 21, 2015 4:01 am

Re: [ Jackett ] [ 0.7.27 ] Use just about any tracker with Sonarr or Couchpotato

Post by vonny3 »

You can disregard my question - I was able to find the file. For anyone else that may make the mistake I made, the config file is located at:

/share/CACHEDEV1_DATA/homes/{user}/.config/Jackett/ServerConfig.json

Edit the line for "AllowExternal" setting it to True.

Now on to trying to get this configured!
vonny3
Starting out
Posts: 30
Joined: Sat Nov 21, 2015 4:01 am

Re: [ Jackett ] [ 0.7.27 ] Use just about any tracker with Sonarr or Couchpotato

Post by vonny3 »

Well, I'm back again. I am unable to configure any indexers it seems. The indexer I am most interested in, TorrentLeech, has failed unfortunately.

I tried installing the 2.11.2 version of Mono from the app center and restarted Jackett - no change. Is there a log file that I can look at and share information from?
vonny3
Starting out
Posts: 30
Joined: Sat Nov 21, 2015 4:01 am

Re: [ Jackett ] [ 0.7.27 ] Use just about any tracker with Sonarr or Couchpotato

Post by vonny3 »

How do I run this with the SSLFix flag set to true? Sorry, newb question I am sure.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jackett ] [ 0.7.27 ] Use just about any tracker with Sonarr or Couchpotato

Post by QNAP_Stephane »

I removed the flag from first release, but you can add it if you encounter issue with SSL, i guess
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Post Reply

Return to “Community Apps”