cardigann: add info_categories_8000 (#15434)

This commit is contained in:
garfield69 2024-06-27 13:13:22 +12:00 committed by GitHub
parent c019e5bba4
commit ba4d8a64ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 30 additions and 51 deletions

View File

@ -70,7 +70,7 @@ settings:
options:
desc: desc
asc: asc
- name: info_8000
- name: info_category_8000
type: info
label: About BitSearch Categories
default: BitSearch does not properly return categories in its search results for some releases.</br>To add to your Apps' Torznab indexer, you will need to include the 8000(Other) category.

View File

@ -37,10 +37,8 @@ caps:
book-search: [q]
settings:
- name: info_8000
type: info
label: About BTSOW Categories
default: BTSOW does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
download:
selectors:

View File

@ -40,10 +40,8 @@ caps:
settings:
- name: info_flaresolverr
type: info_flaresolverr
- name: info_8000
type: info
label: About cpasbien Categories
default: cpasbien does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name

View File

@ -34,10 +34,8 @@ caps:
allowrawsearch: true
settings:
- name: info_8000
type: info
label: About cpasbienclone Categories
default: cpasbienclone does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name

View File

@ -79,7 +79,7 @@ settings:
date: created
seeds: seeders
size: size
- name: info_8000
- name: info_category_8000
type: info
label: About LimeTorrents Categories
default: LimeTorrents only returns category <b>Other</b> in its <i>Keywordless</i> search results page.</br>To pass your apps' indexer TEST you will need to include the 8000(Other) category.

View File

@ -26,10 +26,8 @@ settings:
- name: password
type: password
label: Password
- name: info_8000
type: info
label: About MVGroup Categories
default: MVGroup does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
- name: hidef
type: checkbox
label: Show MVGroup HiDef Releases only

View File

@ -26,10 +26,8 @@ settings:
- name: password
type: password
label: Password
- name: info_8000
type: info
label: About MVGroup Categories
default: MVGroup does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
- name: hidef
type: checkbox
label: Show MVGroup HiDef Releases only

View File

@ -229,7 +229,7 @@
},
"type":{
"type": "string",
"enum": ["info", "text", "password", "checkbox", "select", "info_cookie", "info_flaresolverr", "info_useragent"]
"enum": ["info", "text", "password", "checkbox", "select", "info_category_8000", "info_cookie", "info_flaresolverr", "info_useragent"]
},
"default": {
"oneOf": [

View File

@ -31,10 +31,8 @@ settings:
type: checkbox
label: Add RUS to end of all titles to improve language detection by Sonarr and Radarr. Will cause English-only results to be misidentified.
default: false
- name: info_8000
type: info
label: About torrent.by Categories
default: torrent.by does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
search:
paths:

View File

@ -30,10 +30,8 @@ caps:
settings:
- name: info_flaresolverr
type: info_flaresolverr
- name: info_8000
type: info
label: About TorrentKitty Categories
default: TorrentKitty does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
search:
paths:

View File

@ -43,10 +43,8 @@ settings:
oldest: "created asc"
seeders: seeders
size: size
- name: info_8000
type: info
label: About TorrentProject2 Categories
default: TorrentProject2 does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
download:
selectors:

View File

@ -24,10 +24,8 @@ caps:
movie-search: [q]
settings:
- name: info_8000
type: info
label: About Torrentz2nz Categories
default: Torrentz2nz does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
search:
paths:

View File

@ -36,10 +36,8 @@ caps:
allowrawsearch: true
settings:
- name: info_8000
type: info
label: About zetorrents Categories
default: zetorrents does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_category_8000
type: info_category_8000
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name

View File

@ -174,6 +174,9 @@ namespace Jackett.Common.Indexers
case "info":
item = new DisplayInfoConfigurationItem(itemName, Setting.Default);
break;
case "info_category_8000":
item = new DisplayInfoConfigurationItem($"About {Definition.Name} Categories", $"{Definition.Name} does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).");
break;
case "info_cookie":
item = new DisplayInfoConfigurationItem("How to get the Cookie", "<ol><li>Login to this tracker with your browser</li><li>If present in the login page, ensure you have the <b>Remember me</b> ticked and the <b>Log Me Out if IP Changes</b> unticked when you login</li><li>Open the <b>DevTools</b> panel by pressing <b>F12</b></li><li>Select the <b>Network</b> tab</li><li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)</li><li>Refresh the page by pressing <b>F5</b></li><li>Click on the first row entry</li><li>Select the <b>Headers</b> tab on the Right panel</li><li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</li></ol>");
break;

View File

@ -28,14 +28,10 @@ settings:
created: created
length: size
seeders: seeders
- name: flaresolverr
type: info
label: FlareSolverr
default: This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href="https://github.com/Jackett/Jackett#configuring-flaresolverr" target="_blank">FlareSolver</a> to access it.
- name: info_8000
type: info
label: About testdefinition1 Categories
default: testdefinition1 does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
- name: info_flaresolverr
type: info_flaresolverr
- name: info_category_8000
type: info_category_8000
search:
# https://www.testdefinition1.cc/search?query=ubuntu&sort=created