Updated Definition format (markdown)

garfield69 2022-07-25 19:56:26 +12:00
parent da13c6f9c2
commit 3e4d3c7e9f
1 changed files with 4 additions and 6 deletions

@ -126,13 +126,13 @@ caps:
# specify the correct modes, as most apps calling Jackett via the Torznab API depend on them.
# The q attribute is the absolute minimum default, and you should only add the others if the
# tracker supports searching with them, especially
# imdbid, tvdbid, tmdbid, rid (TVRage), tvmaze, traktid, doubanid and genre.
# imdbid, tvdbid, tmdbid, rid (TVRage), tvmaze, traktid, doubanid, publisher, year and genre.
modes:
search: [q]
tv-search: [q, season, ep, imdbid, tvdbid, rid, tvmaze, traktid, doubanid]
movie-search: [q, imdbid, tmdbid, traktid, doubanid, genre]
tv-search: [q, season, ep, imdbid, tvdbid, rid, tvmaze, traktid, doubanid, year, genre]
movie-search: [q, imdbid, tmdbid, traktid, doubanid, year, genre]
music-search: [q, album, artist, label, track, year, genre]
book-search: [q, author, title]
book-search: [q, author, title, publisher, year, genre]
```
A list of the categories that Jackett can define are available [here](https://github.com/Jackett/Jackett/wiki/Jackett-Categories)
@ -565,7 +565,6 @@ search:
# [OPTIONAL] genre. A list of one or more genre categories.
# You should aim to load genre with a comma delimited list, for example: "Action, Drama, Thriller"
# and use filters to massage the list into the requisite layout if required.
# If the selector does not match it is ignored.
genre:
selector: div i
filters:
@ -810,7 +809,6 @@ search:
# [OPTIONAL] genre. A list of one or more genre categories.
# You should aim to load genre with a comma delimited list, for example: "Action, Drama, Thriller"
# and use filters to massage the list into the requisite layout if required.
# If the selector does not match it is ignored.
genre:
selector: genres
# [OPTIONAL] Factor for the download volume. In most cases it should be set to "1"