2020-03-03 16:28:26 +00:00
<!DOCTYPE html>
2017-08-24 10:28:41 +00:00
< html lang = "en" xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "viewport" content = "user-scalable=no, width=device-width, initial-scale=1.0" / >
< meta name = "mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< meta charset = "utf-8" / >
2020-11-07 23:43:33 +00:00
< meta name = "referrer" content = "no-referrer" / > <!-- Don't send referrer when loading third party resources (E.g. Empornium poster images won't load) -->
2017-08-24 10:28:41 +00:00
< link rel = "apple-touch-icon" href = "../apple-touch-icon.png" / >
2019-12-09 18:53:51 +00:00
< link rel = "mask-icon" href = "../jackett_medium.png" color = "#35c5f4" >
2017-08-24 10:28:41 +00:00
< link rel = "icon" type = "image/ico" href = "../favicon.ico" / >
2019-12-09 18:53:51 +00:00
< link rel = 'shortcut icon' type = 'image/x-icon' href = '../favicon.ico' / >
2017-08-31 10:21:59 +00:00
< script type = "text/javascript" src = "../libs/filesize.min.js?changed=2017083001" > < / script >
2022-04-17 04:52:59 +00:00
< script type = "text/javascript" src = "../libs/jquery.min.js?changed=13019" > < / script >
2017-08-31 10:21:59 +00:00
< script type = "text/javascript" src = "../libs/jquery.dataTables.min.js?changed=2017083001" charset = "utf8" > < / script >
< script type = "text/javascript" src = "../libs/handlebars.min.js?changed=2017083001" > < / script >
< script type = "text/javascript" src = "../libs/moment.min.js?changed=2017083001" > < / script >
2021-01-17 19:05:11 +00:00
< script type = "text/javascript" src = "../libs/handlebarsmoment.js?changed=20210117" > < / script >
2017-08-31 10:21:59 +00:00
< script type = "text/javascript" src = "../libs/handlebarsextend.js?changed=2017083001" > < / script >
< script type = "text/javascript" src = "../bootstrap/bootstrap.min.js?changed=2017083001" > < / script >
< script type = "text/javascript" src = "../libs/bootstrap-notify.js?changed=2017083001" > < / script >
< script type = "text/javascript" src = "../libs/bootstrap-multiselect.js?changed=2017083001" > < / script >
2021-05-08 20:24:18 +00:00
< script type = "text/javascript" src = "../libs/tagify.min.js?changed=11662" > < / script >
< script type = "text/javascript" src = "../libs/jQuery.tagify.min.js?changed=11662" > < / script >
2017-08-24 10:28:41 +00:00
2017-08-31 10:21:59 +00:00
< link rel = "stylesheet" type = "text/css" href = "../bootstrap/bootstrap.min.css?changed=2017083001" >
< link rel = "stylesheet" type = "text/css" href = "../animate.css?changed=2017083001" >
2021-05-08 20:24:18 +00:00
< link rel = "stylesheet" type = "text/css" href = "../css/tagify.css?changed=11662" >
2022-01-23 21:25:16 +00:00
< link rel = "stylesheet" type = "text/css" href = "../custom.css?changed=20220123" media = "only screen and (min-device-width: 480px)" >
< link rel = "stylesheet" type = "text/css" href = "../custom_mobile.css?changed=20220123" media = "only screen and (max-device-width: 480px)" >
2017-08-31 10:21:59 +00:00
< link rel = "stylesheet" type = "text/css" href = "../css/jquery.dataTables.min.css?changed=2017083001" >
2018-01-05 16:55:51 +00:00
< link rel = "stylesheet" type = "text/css" href = "../css/bootstrap-multiselect.css?changed=2017083001" / >
2017-08-31 10:21:59 +00:00
< link rel = "stylesheet" type = "text/css" href = "../css/font-awesome.min.css?changed=2017083001" >
2017-08-24 10:28:41 +00:00
< title > Jackett< / title >
< / head >
< body >
< div id = "page" >
< img id = "logo" src = "../jacket_medium.png" alt = "Logo" / > < span id = "header-title" > Jackett< / span >
< div class = "pull-right jackett-apikey" >
< span class = "input-header" > API Key: < / span >
< input id = "api-key-input" class = "form-control input-right" type = "text" value = "" placeholder = "API Key" readonly = "" >
2022-01-26 20:03:00 +00:00
< button id = "api-key-copy-button" title = "Copy API Key to clipboard" class = "btn btn-primary btn-xs" >
< span class = "glyphicon glyphicon-copy" aria-hidden = "true" > < / span >
< / button >
2017-08-24 10:28:41 +00:00
< / div >
< hr / >
2019-04-27 10:59:33 +00:00
2020-02-19 20:23:55 +00:00
< div id = "can-upgrade-from-mono" hidden class = "alert alert-info" role = "alert" >
2019-04-27 10:59:33 +00:00
< strong > Standalone version of Jackett is now available - Mono not required< / strong > < br >
2020-02-19 20:23:55 +00:00
To upgrade to the standalone version of Jackett, < a href = "https://github.com/Jackett/Jackett#install-on-linux-amdx64" target = "_blank" class = "alert-link" > click here< / a > for install instructions.
Upgrading is straight forward, simply install the standalone version and your indexers/configuration will carry over.
Benefits include: increased performance, improved stability and no dependency on Mono.
2019-04-27 10:59:33 +00:00
< / div >
2017-08-24 10:28:41 +00:00
< div class = "pull-right" >
2021-05-13 21:41:11 +00:00
< div id = "filters" class = "btn-group btn-group-sm" >
< / div >
2017-08-24 10:28:41 +00:00
< button id = "jackett-add-indexer" class = "btn btn-success btn-sm" >
< span class = "glyphicon glyphicon-plus" aria-hidden = "true" > < / span > Add indexer
< / button >
< button id = "jackett-show-search" class = "btn btn-success btn-sm" >
< span class = "glyphicon glyphicon-search" aria-hidden = "true" > < / span > Manual Search
< / button >
< button id = "jackett-show-releases" class = "btn btn-primary btn-sm" >
< i class = "fa fa-database" > < / i > View cached releases
< / button >
< button id = "jackett-test-all" class = "btn btn-warning btn-sm" >
< span class = "glyphicon glyphicon-screenshot" aria-hidden = "true" > < / span > Test All
< / button >
< / div >
< h3 > Configured Indexers< / h3 >
2021-05-08 20:24:18 +00:00
< div id = "indexers" > < / div >
2017-08-24 10:28:41 +00:00
< hr / >
< div class = "input-area" >
< h4 > Adding a Jackett indexer in Sonarr or Radarr< / h4 >
< ol >
< li > Go to < b > Settings > Indexers > Add > Torznab > Custom< / b > .< / li >
< li > Click on the indexers corresponding < button type = "button" class = "btn btn-xs btn-info" > Copy Torznab Feed< / button > button and paste it into the Sonarr/Radarr < b > URL< / b > field.< / li >
< li > For the < b > API key< / b > use < b class = "api-key-text" > < / b > .< / li >
2018-02-06 13:38:39 +00:00
< li > Configure the correct category IDs via the < b > (Anime) Categories< / b > options. See the Jackett indexer configuration for a list of supported categories.< / li >
2017-08-24 10:28:41 +00:00
< / ol >
< h4 > Adding a Jackett indexer in CouchPotato< / h4 >
< ol >
< li > Go to < b > Settings > Searchers< / b > .< / li >
< li > Enable < b > TorrentPotato< / b > .
2017-12-05 14:25:08 +00:00
< li > Click on the indexers corresponding < button type = "button" class = "btn btn-xs btn-info" > Copy Potato Feed< / button > button and paste it into the CouchPotato < b > host< / b > field.< / li >
2017-08-24 10:28:41 +00:00
< li > For the < b > Passkey< / b > use < b class = "api-key-text" > < / b > . Leave the < b > username< / b > field blank.< / li >
< / ol >
2017-12-05 14:24:50 +00:00
< h4 > Adding a Jackett indexer to RSS clients (RSS feed)< / h4 >
< ol >
< li > Click on the indexers corresponding < button type = "button" class = "btn btn-xs btn-info" > Copy RSS Feed< / button > button and paste it into the URL field of the RSS client.< / li >
2019-04-01 08:24:49 +00:00
< li >
You can adjust the < b > q< / b > (search string) and < b > cat< / b > (categories) arguments accordingly.
E.g. < b > ...& cat=2030,2040& q=big+buck+bunny< / b > will search for "big buck bunny" in the Movies/SD (2030) and Movies/HD (2040) categories (See the indexer configuration for available categories).
< / li >
2017-12-05 14:24:50 +00:00
< / ol >
2017-08-24 10:28:41 +00:00
< / div >
< hr / >
< h3 > Jackett Configuration< / h3 >
< div class = "text-center" >
2018-05-12 02:09:37 +00:00
< div class = "btn-toolbar" >
2017-08-24 10:28:41 +00:00
< button id = "change-jackett-port" class = "btn btn-primary btn-sm" >
< i class = "fa fa-wrench" > < / i > Apply server settings < span class = "glyphicon glyphicon-ok-wrench" aria-hidden = "true" > < / span >
< / button >
2018-06-04 02:59:16 +00:00
< button id = "view-jackett-logs" class = "btn btn-success btn-sm" >
2017-08-24 10:28:41 +00:00
< i class = "fa fa-rss" > < / i > View logs < span class = "glyphicon glyphicon-ok-wrench" aria-hidden = "true" > < / span >
< / button >
< button id = "trigger-updater" class = "btn btn-warning btn-sm" >
< i class = "fa fa-wrench" > < / i > Check for updates < span class = "glyphicon glyphicon-ok-wrench" aria-hidden = "true" > < / span >
< / button >
< / div >
< / div >
< br / >
< div class = "input-area" >
< span class = "input-header" > Admin password: < / span >
< input id = "jackett-adminpwd" class = "form-control input-right" type = "password" value = "" placeholder = "Blank to disable" / >
< button id = "change-jackett-password" class = "btn btn-primary btn-sm" >
< i class = "fa fa-user-secret" > < / i > Set Password < span class = "glyphicon glyphicon-ok-wrench" aria-hidden = "true" > < / span >
< / button >
< a href = "Dashboard?logout=true" id = "logoutBtn" style = "display:none" class = "btn btn-danger btn-sm" >
Logout
< / a >
< / div >
< div class = "input-area" >
2020-12-11 22:14:21 +00:00
< span class = "input-header" > Base path override: < / span >
2017-08-30 09:52:27 +00:00
< input id = "jackett-basepathoverride" class = "form-control input-right" type = "text" value = "" placeholder = "/jackett" >
2017-08-24 10:28:41 +00:00
< / div >
2022-01-26 20:05:26 +00:00
< div class = "input-area" >
< span class = "input-header" > Base URL override: < / span >
< input id = "jackett-baseurloverride" class = "form-control input-right" type = "text" value = "" placeholder = "http://jackett:9117" >
< / div >
2017-08-24 10:28:41 +00:00
< div class = "input-area" >
< span class = "input-header" > Server port: < / span >
< input id = "jackett-port" class = "form-control input-right" type = "text" value = "" placeholder = "9117" >
< / div >
< div class = "input-area" >
2020-12-11 22:14:21 +00:00
< span class = "input-header" > Blackhole directory: < / span >
2017-08-24 10:28:41 +00:00
< input id = "jackett-savedir" class = "form-control input-right" type = "text" value = "" placeholder = "c:\torrents\" >
< / div >
2017-10-31 09:45:30 +00:00
2017-11-06 10:51:26 +00:00
< div class = "input-area" >
< span class = "input-header" > Proxy type: < / span >
< select id = "jackett-proxy-type" class = "form-control input-right" >
2020-09-26 20:28:29 +00:00
< option value = "-1" > Disabled< / option >
< option value = "0" > HTTP< / option >
< option value = "1" > SOCKS4< / option >
< option value = "2" > SOCKS5< / option >
2017-11-06 10:51:26 +00:00
< / select >
< / div >
2019-04-01 08:24:49 +00:00
< div id = "proxy-warning" hidden >
< span >
2019-05-04 05:58:15 +00:00
WARNING: The proxy option potentially leaks requests. Recommendation is to use a VPN.
2019-04-01 08:24:49 +00:00
< / span >
< / div >
2017-10-31 09:45:30 +00:00
< div class = "input-area" >
2020-09-26 20:28:29 +00:00
< span class = "input-header" > Proxy URL: < / span >
< input id = "jackett-proxy-url" class = "form-control input-right" type = "text" value = "" placeholder = "" >
2017-10-31 09:45:30 +00:00
< / div >
< div class = "input-area" >
< span class = "input-header" > Proxy port: < / span >
< input id = "jackett-proxy-port" class = "form-control input-right" type = "text" value = "" placeholder = "" >
< / div >
< div class = "input-area" >
< span class = "input-header" > Proxy username: < / span >
< input id = "jackett-proxy-username" class = "form-control input-right" type = "text" value = "" placeholder = "" >
< / div >
< div class = "input-area" >
< span class = "input-header" > Proxy password: < / span >
2018-07-28 03:10:56 +00:00
< input id = "jackett-proxy-password" class = "form-control input-right" type = "password" value = "" placeholder = "" >
2017-10-31 09:45:30 +00:00
< / div >
2017-08-24 10:28:41 +00:00
< div class = "input-area" >
< span class = "input-header" > External access: < / span >
< input id = "jackett-allowext" class = "form-control input-right" type = "checkbox" / >
< / div >
< div class = "input-area" >
< span class = "input-header" > Disable auto update: < / span >
< input id = "jackett-allowupdate" class = "form-control input-right" type = "checkbox" / >
< / div >
< div class = "input-area" >
< span class = "input-header" > Update to pre-release: < / span >
< input id = "jackett-prerelease" class = "form-control input-right" type = "checkbox" / >
< / div >
< div class = "input-area" >
< span class = "input-header" > Enhanced logging: < / span >
< input id = "jackett-logging" class = "form-control input-right" type = "checkbox" / >
< / div >
2020-12-11 22:14:21 +00:00
< div class = "input-area" >
< span class = "input-header" > Cache enabled (recommended): < / span >
< input id = "jackett-cache-enabled" class = "form-control input-right" type = "checkbox" / >
< / div >
< div class = "input-area" >
< span class = "input-header" > Cache TTL (seconds): < / span >
2022-01-09 18:38:14 +00:00
< input id = "jackett-cache-ttl" class = "form-control input-right" type = "text" value = "" placeholder = "2100" >
2020-12-11 22:14:21 +00:00
< / div >
< div class = "input-area" >
< span class = "input-header" > Cache max results per indexer: < / span >
2022-01-09 18:38:14 +00:00
< input id = "jackett-cache-max-results-per-indexer" class = "form-control input-right" type = "text" value = "" placeholder = "1000" >
2020-12-11 22:14:21 +00:00
< / div >
2020-12-13 20:42:10 +00:00
< div class = "input-area" >
< span class = "input-header" > FlareSolverr API URL: < / span >
< input id = "jackett-flaresolverrurl" class = "form-control input-right" type = "text" value = "" placeholder = "Blank for default" >
< / div >
2022-01-09 18:38:14 +00:00
< div class = "input-area" >
< span class = "input-header" > FlareSolverr Max Timeout (ms): < / span >
< input id = "jackett-flaresolverr-maxtimeout" class = "form-control input-right" type = "text" value = "" placeholder = "55000" >
< / div >
2017-08-24 10:28:41 +00:00
< div class = "input-area" >
< span class = "input-header" > OMDB API key: < / span >
< input id = "jackett-omdbkey" class = "form-control input-right" type = "text" value = "" placeholder = "" >
< / div >
2018-07-09 10:37:24 +00:00
< div class = "input-area" >
< span class = "input-header" > OMDB API Url: < / span >
2018-07-09 11:00:17 +00:00
< input id = "jackett-omdburl" class = "form-control input-right" type = "text" value = "" placeholder = "Blank for default" >
2018-07-09 10:37:24 +00:00
< / div >
2017-08-24 10:28:41 +00:00
< hr / >
< div id = "footer" >
2017-11-29 18:02:48 +00:00
< a href = "https://github.com/Jackett/Jackett" target = "_blank" title = "Jackett on GitHub" > Jackett< / a > Version < span id = "app-version" > < / span >
2017-08-24 10:28:41 +00:00
< / div >
< / div >
< div id = "modals" > < / div >
< script id = "setup-item" type = "text/x-handlebars-template" >
2021-05-08 20:24:18 +00:00
< div class = "setup-item form-filter" data-id = "{{id}}" data-value = "{{value}}" data-type = "{{type}}" >
2017-08-24 10:28:41 +00:00
< div class = "setup-item-label" > {{name}}< / div >
< div class = "setup-item-value" > {{{value_element}}}< / div >
< / div >
< / script >
< script id = "setup-item-inputstring" type = "text/x-handlebars-template" >
< div class = "setup-item-inputstring" >
{{#if ispassword}}
2022-04-17 09:26:54 +00:00
< input class = "form-control" type = "password" value = "{{value}}" / >
2017-08-24 10:28:41 +00:00
{{else}}
2022-04-17 09:26:54 +00:00
< input class = "form-control" type = "text" value = "{{value}}" / >
2017-08-24 10:28:41 +00:00
{{/if}}
< / div >
< / script >
2021-03-16 23:29:26 +00:00
< script id = "setup-item-password" type = "text/x-handlebars-template" >
< div class = "setup-item-password" >
2022-04-17 09:26:54 +00:00
< input class = "form-control" type = "password" value = "{{value}}" / >
2021-03-16 23:29:26 +00:00
< / div >
< / script >
2017-08-24 10:28:41 +00:00
< script id = "setup-item-inputbool" type = "text/x-handlebars-template" >
< div class = "setup-item-inputbool" >
{{#if value}}
< input type = "checkbox" data-id = "{{id}}" class = "form-control" checked / >
{{else}}
< input type = "checkbox" data-id = "{{id}}" class = "form-control" / >
{{/if}}
< / div >
< / script >
2020-02-19 20:23:55 +00:00
< script id = "setup-item-inputcheckbox" type = "text/x-handlebars-template" >
< div class = "setup-item-inputcheckbox" >
{{#each options}}
< div class = "checkbox" > < label >
{{#if_in @key ../values}}
< input type = "checkbox" data-id = "{{../../id}}" class = "form-control" value = "{{@key}}" checked / >
{{else}}
< input type = "checkbox" data-id = "{{../../id}}" class = "form-control" value = "{{@key}}" / >
{{/if_in}}
{{this}}< / label > < / div >
{{/each}}
< / div >
< / script >
2017-08-24 10:28:41 +00:00
< script id = "setup-item-inputselect" type = "text/x-handlebars-template" >
< div class = "setup-item-inputselect" >
< select class = "form-control" data-id = "{{id}}" >
{{#each options}}
{{#ifCond ../value @key}}
< option value = "{{@key}}" selected > {{this}}< / option >
{{else}}
< option value = "{{@key}}" > {{this}}< / option >
{{/ifCond}}
{{/each}}
< / select >
< / div >
< / script >
< script id = "setup-item-displayimage" type = "text/x-handlebars-template" >
< img class = "setup-item-displayimage" src = "{{{value}}}" alt = "No image available" / >
< / script >
< script id = "setup-item-displayinfo" type = "text/x-handlebars-template" >
< div class = "setup-item-displayinfo alert alert-info" role = "alert" > {{{value}}}< / div >
< / script >
< script id = "setup-item-hiddendata" type = "text/x-handlebars-template" >
< div class = "setup-item-hiddendata" >
2022-04-17 09:26:54 +00:00
< input class = "form-control" type = "text" value = "{{value}}" / >
2017-08-24 10:28:41 +00:00
< / div >
< / script >
< script id = "setup-item-alternativesitelinks" type = "text/x-handlebars-template" >
< div class = "setup-item-alternativesitelinks alert alert-info" role = "alert" >
2017-08-31 09:12:50 +00:00
This indexer has multiple known URLs:
2017-08-24 10:28:41 +00:00
< ul >
{{#each alternativesitelinks}}
2017-08-31 09:12:50 +00:00
< li > < a target = "_blank" href = "{{this}}" class = "alternativesitelink" > {{this}}< / a > < / li >
2017-08-24 10:28:41 +00:00
{{/each}}
< / ul >
2017-08-31 09:12:50 +00:00
Click on an URL to copy it to the Site Link field.
2017-08-24 10:28:41 +00:00
< / div >
< / script >
2021-05-08 20:24:18 +00:00
< script id = "setup-item-inputtags" type = "text/x-handlebars-template" >
< div class = "setup-item-inputtags" >
< input class = "form-control input-sm" type = "text" value = "{{{value}}}" { { # if pattern } } pattern = "{{pattern}}" { { / if } } / >
< / div >
< / script >
2017-08-24 10:28:41 +00:00
< script id = "configured-indexer-table" type = "text/x-handlebars-template" >
2021-05-08 20:24:18 +00:00
< div class = "tab-content configured-indexer-div" >
2022-01-16 15:32:47 +00:00
< table id = "configured-indexer-datatable" class = "indexer-table dataTable compact cell-border hover stripe table table-responsive" style = "width: 100%" >
2017-08-24 10:28:41 +00:00
< thead >
< tr >
< th > Indexer< / th >
< th > Actions< / th >
2022-01-16 15:32:47 +00:00
< th data-type = "hiddendata" > URL< / th >
2017-08-24 10:28:41 +00:00
< / tr >
< / thead >
< tbody >
{{#each indexers}}
< tr class = "configured-indexer-row" >
2021-05-08 20:24:18 +00:00
< td > < a target = "_blank" href = "{{site_link}}" title = "{{description}}" > {{name}}< / a > < span title = "{{type}}" class = "label label-{{type_label}}" style = "text-transform: capitalize;" > {{type}}< / span > {{#each tags}} < span title = "{{this}}" class = "label label-tag" > {{this}}< / span > {{/each}}< / td >
2017-08-24 10:28:41 +00:00
< td class = "fit" >
< div class = "indexer-buttons" >
2017-12-05 14:24:50 +00:00
< a href = "{{rss_host}}" title = "{{rss_host}}" role = "button" class = "indexer-button-copy btn btn-xs btn-info" > Copy RSS Feed< / i > < / a >
2017-08-24 10:28:41 +00:00
< a href = "{{torznab_host}}" title = "{{torznab_host}}" role = "button" class = "indexer-button-copy btn btn-xs btn-info" > Copy Torznab Feed< / a >
< a href = "{{potato_host}}" title = "{{potato_host}}" role = "button" class = "indexer-button-copy btn btn-xs btn-info{{#unless potatoenabled}} disabled{{/unless}}" > Copy Potato Feed< / a >
< button title = "Search" class = "btn btn-success btn-xs indexer-button-search" data-id = "{{id}}" >
< span class = "glyphicon glyphicon-search" aria-hidden = "true" > < / span >
< / button >
< button title = "Configure" class = "btn btn-primary btn-xs indexer-setup" data-id = "{{id}}" data-link = "{{site_link}}" >
< span class = "glyphicon glyphicon-wrench" aria-hidden = "true" > < / span >
< / button >
< button title = "Delete" class = "btn btn-danger btn-xs indexer-button-delete" data-id = "{{id}}" >
< span class = "glyphicon glyphicon-trash" aria-hidden = "true" > < / span >
< / button >
< button title = "{{last_error}}" class = "btn btn-warning btn-xs indexer-button-test" data-toggle = "tooltip" data-id = "{{id}}" data-state = "{{state}}" >
Test
< span class = "glyphicon" aria-hidden = "true" > < / span >
< / button >
< / div >
< / td >
2022-01-16 15:32:47 +00:00
< td data-type = "hiddendata" > {{site_link}}< / td >
2017-08-24 10:28:41 +00:00
< / tr >
{{/each}}
< / tbody >
< tfoot >
< tr >
2022-01-16 15:32:47 +00:00
< th > < / th >
< th > < / th >
< th data-type = "hiddendata" > < / th >
2017-08-24 10:28:41 +00:00
< / tr >
< / tfoot >
< / table >
< / div >
< / script >
< script id = "unconfigured-indexer-table" type = "text/x-handlebars-template" >
< div class = "unconfigured-indexer-div" >
2022-01-16 15:32:47 +00:00
< table id = "unconfigured-indexer-datatable" class = "indexer-table dataTable compact cell-border hover stripe table table-responsive" style = "width: 100%" >
2017-08-24 10:28:41 +00:00
< thead >
< tr >
2021-05-17 01:13:35 +00:00
< th > < / th >
2017-08-24 10:28:41 +00:00
< th > Indexer< / th >
< th > Categories< / th >
< th > Type< / th >
2021-05-17 01:13:35 +00:00
< th data-type = "hiddendata" > Type string< / th >
2017-08-24 10:28:41 +00:00
< th > Language< / th >
< th > < / th >
2022-01-16 15:32:47 +00:00
< th data-type = "hiddendata" > URL< / th >
2017-08-24 10:28:41 +00:00
< / tr >
< / thead >
< tbody >
{{#each indexers}}
< tr class = "unconfigured-indexer-row" >
2021-05-17 01:13:35 +00:00
< td class = "checkboxColumn" >
{{#if_eq type "public"}}
< input type = "checkbox" id = "select{{id}}" data-id = "{{id}}" / >
{{/if_eq}}
< / td >
2017-08-24 10:28:41 +00:00
< td > < a target = "_blank" href = "{{site_link}}" title = "{{description}}" > {{name}}< / a > < / td >
< td > {{mains_cats}}< / td >
2017-09-08 07:06:06 +00:00
< td class = "fit" > < span title = "{{type}}" class = "label label-{{type_label}}" style = "text-transform: capitalize;" > {{type}}< / span > < / td >
2021-05-17 01:13:35 +00:00
< td data-type = "hiddendata" > {{type}}< / td >
2017-08-24 10:28:41 +00:00
< td class = "fit" > {{language}}< / td >
< td class = "fit" >
< div class = "indexer-buttons" >
< button title = "Configure" class = "btn btn-primary btn-xs indexer-setup" data-id = "{{id}}" data-link = "{{site_link}}" >
< span class = "glyphicon glyphicon-wrench" aria-hidden = "true" > < / span >
< / button >
{{#if_eq type "public"}}
< button title = "Add" class = "btn btn-success btn-xs indexer-add" data-id = "{{id}}" data-link = "{{site_link}}" >
< span class = "glyphicon glyphicon-plus" aria-hidden = "true" > < / span >
< / button >
{{/if_eq}}
< / div >
< / td >
2022-01-16 15:32:47 +00:00
< td data-type = "hiddendata" > {{site_link}}< / td >
2017-08-24 10:28:41 +00:00
< / tr >
{{/each}}
< / tbody >
< tfoot >
< tr >
2021-05-17 01:13:35 +00:00
< th > < / th >
2021-04-24 06:45:33 +00:00
< th > Indexer< / th >
< th > Categories< / th >
< th > Type< / th >
2021-05-17 01:13:35 +00:00
< th data-type = "hiddendata" > Type string< / th >
2021-04-24 06:45:33 +00:00
< th > Language< / th >
< th > < / th >
2022-01-16 15:32:47 +00:00
< th data-type = "hiddendata" > URL< / th >
2017-08-24 10:28:41 +00:00
< / tr >
< / tfoot >
< / table >
< / div >
< / script >
< script id = "jackett-releases" type = "text/x-handlebars-template" >
< div id = "select-indexer-modal" class = "modal fade" tabindex = "-1" role = "dialog" aria-hidden = "true" >
< div class = "modal-dialog modal-lg modal-fillwidth" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< h4 class = "modal-title" > Cached Releases< / h4 >
< / div >
< div class = "modal-body" >
< p > This screen shows releases which have been recently returned from Jackett. Only the last 300 releases for each tracker are returned.< / p >
< table id = "jackett-releases-datatable" class = "dataTable compact cell-border hover stripe" >
< thead >
< tr >
< th > Published< / th >
< th > First Seen< / th >
< th > Published< / th >
< th > First Seen< / th >
< th > Tracker< / th >
< th > Name< / th >
< th > Size< / th >
< th > Size< / th >
< th > Files< / th >
< th > Category< / th >
< th > Grabs< / th >
< th > Seeds< / th >
< th > Leechers< / th >
< th class = "fit" > DL Factor< / th >
< th class = "fit" > UL Factor< / th >
< th > Download< / th >
< / tr >
< / thead >
< tbody >
{{#each releases}}
2020-11-07 23:43:33 +00:00
< tr class = "jackett-releases-row" data-imdb = "{{Imdb}}" data-poster = "{{Poster}}" data-description = "{{Description}}" >
2017-08-24 10:28:41 +00:00
< td class = "fit" > {{PublishDate}}< / td >
< td class = "fit" > {{FirstSeen}}< / td >
< td class = "fit" > {{jacketTimespan PublishDate}}< / td >
< td class = "fit" > {{jacketTimespan FirstSeen}}< / td >
< td class = "fit" > {{Tracker}}< / td >
2020-11-08 02:11:27 +00:00
< td class = "Title" > < a href = "{{Details}}" > {{Title}}< / a > < span class = "release-labels" > < / span > < / td >
2017-08-24 10:28:41 +00:00
< td class = "fit" > {{Size}}< / td >
< td class = "fit" > {{jacketSize Size}}< / td >
< td class = "fit" > {{Files}}< / td >
< td class = "fit" > {{CategoryDesc}}< / td >
< td class = "fit" > {{Grabs}}< / td >
< td class = "fit" > {{Seeders}}< / td >
< td class = "fit" > {{Peers}}< / td >
< td class = "fit DownloadVolumeFactor" > {{DownloadVolumeFactor}}< / td >
< td class = "fit UploadVolumeFactor" > {{UploadVolumeFactor}}< / td >
< td class = "fit downloadcolumn" >
{{#if Link}}
2017-09-08 17:02:53 +00:00
< a class = "downloadlink" title = "Download locally" href = "{{Link}}" > < i class = "fa fa-download" > < / i > < / a >
2017-08-24 10:28:41 +00:00
{{/if}}
{{#if MagnetUri}}
< a class = "downloadlink" title = "Download locally (magnet)" href = "{{MagnetUri}}" > < i class = "fa fa-magnet" > < / i > < / a >
{{/if}}
{{#if BlackholeLink}}
< a class = "downloadlink jacketdownloadserver" title = "Save to server blackhole directory" href = "{{BlackholeLink}}" > < i class = "fa fa-upload" > < / i > < / a >
{{/if}}
< / td >
< / tr >
{{/each}}
< / tbody >
< tfoot >
< tr >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< / tfoot >
< / table >
< / div >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-default" data-dismiss = "modal" > Close< / button >
< / div >
< / div >
< / div >
< / div >
< / script >
< script id = "jackett-search" type = "text/x-handlebars-template" >
< div id = "select-indexer-modal" class = "modal fade" tabindex = "-1" role = "dialog" aria-hidden = "true" >
< div class = "modal-dialog modal-lg modal-fillwidth" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< h4 class = "modal-title" > Manual search< / h4 >
< / div >
< div class = "modal-body" >
< p > You can search all configured indexers from this screen.< / p >
< label for = "text" > Query< / label >
2020-02-01 18:35:37 +00:00
< input class = "form-control" type = "text" name = "query" id = "searchquery" / >
2021-05-08 20:24:18 +00:00
{{#if filters}}
< label for = "filter" > Filter< / label >
< select name = "filter" id = "searchFilter" >
< option value = "all" > all< / option >
{{#each filters}}
< option value = "{{id}}" > {{id}}< / option >
{{/each}}
2017-08-24 10:28:41 +00:00
< / select >
2021-05-08 20:24:18 +00:00
{{/if}}
< label for = "tracker" > Tracker< / label >
< select name = "tracker" id = "searchTracker" multiple = "multiple" > < / select >
2017-08-24 10:28:41 +00:00
< label for = "category" > Category< / label >
2017-08-30 15:40:32 +00:00
< select name = "category" id = "searchCategory" multiple = "multiple" > < / select >
2017-08-24 10:28:41 +00:00
< button id = "jackett-search-perform" class = "btn btn-success btn-sm" > < span class = "fa fa-search" > < / span > < / button >
< div id = "searchResults" > < / div >
< / div >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-default" data-dismiss = "modal" > Close< / button >
< / div >
< / div >
< / div >
< / div >
< / script >
< script id = "jackett-search-results" type = "text/x-handlebars-template" >
< hr / >
2017-11-06 10:51:26 +00:00
< p > Your search was done using:
{{#each Indexers}}{{Name}}
{{#if Error}}
2017-08-24 10:28:41 +00:00
(< span title = "{{Error}}" > < b > Error< / b > < / span > )
2017-11-06 10:51:26 +00:00
{{else}}
({{Results}})
{{/if}}
, {{/each}}
2017-08-24 10:28:41 +00:00
< / p >
< table id = "jackett-search-results-datatable" class = "dataTable compact cell-border hover stripe" >
< thead >
< tr >
< th > Published< / th >
< th > Published< / th >
< th > Tracker< / th >
< th > Name< / th >
< th > Size< / th >
< th > Size< / th >
< th > Files< / th >
< th > Category< / th >
< th > Grabs< / th >
< th > Seeds< / th >
< th > Leechers< / th >
< th > DL Factor< / th >
< th > UL Factor< / th >
< th > Download< / th >
< / tr >
< / thead >
< tbody >
{{#each Results}}
2020-11-07 23:43:33 +00:00
< tr class = "jackett-search-results-row" data-imdb = "{{Imdb}}" data-poster = "{{Poster}}" data-description = "{{Description}}" >
2017-08-24 10:28:41 +00:00
< td > {{PublishDate}}< / td >
< td > {{jacketTimespan PublishDate}}< / td >
< td > {{Tracker}}< / td >
2020-11-08 02:11:27 +00:00
< td class = "Title" > < a href = "{{Details}}" target = "_blank" > {{Title}}< / a > < span class = "release-labels" > < / span > < / td >
2017-08-24 10:28:41 +00:00
< td > {{Size}}< / td >
< td class = "fit" > {{jacketSize Size}}< / td >
< td > {{Files}}< / td >
< td > {{CategoryDesc}}< / td >
< td > {{Grabs}}< / td >
< td > {{Seeders}}< / td >
< td > {{Peers}}< / td >
< td class = "DownloadVolumeFactor" > {{DownloadVolumeFactor}}< / td >
< td class = "UploadVolumeFactor" > {{UploadVolumeFactor}}< / td >
< td class = "downloadcolumn" >
{{#if Link}}
2017-09-08 17:02:53 +00:00
< a class = "downloadlink" title = "Download locally" href = "{{Link}}" > < i class = "fa fa-download" > < / i > < / a >
2017-08-24 10:28:41 +00:00
{{/if}}
{{#if MagnetUri}}
< a class = "downloadlink" title = "Download locally (magnet)" href = "{{MagnetUri}}" > < i class = "fa fa-magnet" > < / i > < / a >
{{/if}}
{{#if BlackholeLink}}
< a class = "downloadlink jacketdownloadserver" title = "Save to server blackhole directory" href = "{{BlackholeLink}}" > < i class = "fa fa-upload" > < / i > < / a >
{{/if}}
< / td >
< / tr >
{{/each}}
< / tbody >
< tfoot >
< tr >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< / tfoot >
< / table >
< / script >
< script id = "select-indexer" type = "text/x-handlebars-template" >
< div id = "select-indexer-modal" class = "modal fade" tabindex = "-1" role = "dialog" aria-hidden = "true" >
< div class = "modal-dialog modal-lg" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< h4 class = "modal-title" > Select an indexer to setup< / h4 >
< / div >
< div class = "modal-body" >
< div id = "unconfigured-indexers" >
< / div >
< / div >
< div class = "modal-footer" >
2021-05-17 01:13:35 +00:00
< button type = "button" id = "add-selected-indexers" class = "btn btn-default" > Add Selected< / button >
< button type = "button" id = "close-selected-indexers" class = "btn btn-default"
data-dismiss="modal">Close< / button >
2017-08-24 10:28:41 +00:00
< / div >
< / div >
< / div >
< / div >
< / script >
< script id = "jackett-logs" type = "text/x-handlebars-template" >
< div id = "select-indexer-modal" class = "modal fade" tabindex = "-1" role = "dialog" aria-hidden = "true" >
< div class = "modal-dialog modal-lg modal-fillwidth" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< h4 class = "modal-title" > Server Logs< / h4 >
< / div >
< div class = "modal-body" >
< table class = "dataTable compact cell-border hover stripe" >
< thead >
< tr >
2020-02-23 20:31:01 +00:00
< th > Date< / th >
< th > Level< / th >
2017-08-24 10:28:41 +00:00
< th > Message< / th >
< / tr >
< / thead >
< tbody >
{{#each logs}}
< tr class = "jackettlog{{Level}}" >
2020-02-23 20:31:01 +00:00
< td class = "jackettlog-narrowcol" > {{dateFormat When}}< / td >
< td class = "jackettlog-narrowcol" > {{Level}}< / td >
2017-08-24 10:28:41 +00:00
< td > < pre > {{Message}}< / pre > < / td >
< / tr >
{{/each}}
< / tbody >
< / table >
< / div >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-default" data-dismiss = "modal" > Close< / button >
< / div >
< / div >
< / div >
< / div >
< / script >
< script id = "jackett-config-setup-modal" type = "text/x-handlebars-template" >
< div class = "config-setup-modal modal fade" tabindex = "-1" role = "dialog" aria-hidden = "true" >
< div class = "modal-dialog" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< h4 class = "modal-title" > {{title}} - < a target = "_blank" href = "{{link}}" > {{link}}< / a > < / h4 >
2017-10-01 09:28:10 +00:00
{{#if description}}
< div class = "alert alert-info" > {{description}}< / div >
{{/if}}
2017-08-24 10:28:41 +00:00
< / div >
< div class = "modal-body" >
< form class = "config-setup-form" > < / form >
< / div >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-default" data-dismiss = "modal" > Close< / button >
< button type = "button" class = "btn btn-primary setup-indexer-go" > Okay< / button >
< / div >
< div class = "indexer-caps" >
< h4 > Capabilities< / h4 >
< table class = "dataTable compact cell-border hover stripe" >
< thead >
< tr >
< th > Category< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
{{#each caps}}
< tr >
< td > {{ID}}< / td >
< td > {{Name}}< / td >
< / tr >
{{/each}}
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< / script >
2021-05-13 21:41:11 +00:00
< script id = "jackett-filters" type = "text/x-handlebars-template" >
< button id = "jackett-filters-dropdown" type = "button" class = "btn btn-default dropdown-toggle" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" > Filter < span class = "caret" > < / span >
< / button >
< ul class = "dropdown-menu" aria-labelledby = "jackett-filters-dropdown" >
< li class = "{{#if_eq active null}}active{{/if_eq}}" > < a href = "#" > All< / a > < / li >
{{#each filters}}
< li class = "{{#if_eq ../active id}}active{{/if_eq}}" > < a href = "#indexers&filter={{id}}" data-id = "{{id}}" > {{id}}< / a > < / li >
{{/each}}
< / ul >
< / script >
2017-08-24 10:28:41 +00:00
< script id = "spinner" type = "text/x-handlebars-template" >
< span class = "spinner glyphicon glyphicon-refresh" > < / span >
< / script >
< script id = "search-button-ready" type = "text/x-handlebars-template" >
< span class = "fa fa-search" > < / span >
< / script >
2017-08-31 10:21:59 +00:00
< script type = "text/javascript" src = "../libs/api.js?changed=2017083001" > < / script >
2022-01-26 20:03:00 +00:00
< script type = "text/javascript" src = "../custom.js?changed=2022012602" > < / script >
2017-08-24 10:28:41 +00:00
< / body >
< / html >