Updated Definition format (markdown)

ilike2burnthing 2022-07-21 11:38:16 +01:00
parent fc52541e2c
commit 1a00f806a8
1 changed files with 10 additions and 4 deletions

@ -125,11 +125,11 @@ caps:
# Implementation note: Jackett doesn't care very much about this, but you should still
# 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 and rid (TVRage).
# the tracker supports searching with them, especially imdbid, tvdbid, tmdbid, rid (TVRage), traktid, and doubanid.
modes:
search: [q]
tv-search: [q, season, ep, imdbid, tvdbid, rid]
movie-search: [q, imdbid, tmdbid]
tv-search: [q, season, ep, imdbid, tvdbid, rid, traktid]
movie-search: [q, imdbid, tmdbid, traktid, doubanid]
music-search: [q, album, artist, label, year]
book-search: [q, author, title]
```
@ -512,6 +512,11 @@ search:
tvdbid:
selector: a[href*="thetvdb.com/"]
attribute: href
# [OPTIONAL] id for trakt.tv if a link is returned then the number is extracted automatically
# If the selector does not match it is ignored.
traktid:
selector: a[href*="trakt.tv/"]
attribute: href
# [OPTIONAL] id for movie.douban.com if a link is returned then the number is extracted automatically
# If the selector does not match it is ignored.
doubanid:
@ -1126,7 +1131,8 @@ Generated based on the settings section
.Query.IMDBIDShort # e.g. 12345678
.Query.TMDBID
.Query.TVMazeID # not supported (Cardigann compatibility)
.Query.TraktID # not supported (Cardigann compatibility)
.Query.TraktID
.Query.DoubanID
.Query.Album
.Query.Artist
.Query.Label