Skip to content

Commit

Permalink
cpasbienclone: optional cat config support for torznab app compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 21, 2020
1 parent 5925daa commit cdf473e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/Jackett.Common/Definitions/cpasbienclone.yml
Expand Up @@ -21,15 +21,25 @@ legacylinks:
- https://cpasbiens.ind-unblock.xyz/

caps:
categorymappings:
- {id: other, cat: Other, desc: "Movies/TV/Other"}
categories:
1: TV
2: Movies
3: Other

modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]

settings:
- name: category-id
type: select
label: The cpasbien clone web site does not provide categories. Select the category you want Jackett to set on all results returned.
default: 3
options:
1: TV
2: Movies
3: Other
- name: multilang
type: checkbox
label: Replace MULTI by another language in release name
Expand Down Expand Up @@ -62,10 +72,6 @@ settings:
"?trie-poid-a": "size asc"
"?trie-nom-d": "title desc"
"?trie-nom-a": "title asc"
- name: info_categories
type: info
label: "About categories"
default: "cpasbien clone does not show <b>Categories</b> in its Search Results.<br />To use this indexer with Sonarr/Radarr set your indexer category to <b>7000</b>."

download:
selector: a[href^="magnet:"]
Expand All @@ -80,7 +86,7 @@ search:

fields:
category:
text: other
text: "{{ .Config.category-id }}"
site_date:
selector: a
filters:
Expand Down

0 comments on commit cdf473e

Please sign in to comment.