mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
Updated Definition format (markdown)
parent
59ce86c2c2
commit
5666f12254
1 changed files with 20 additions and 19 deletions
|
@ -1205,34 +1205,35 @@ Note that these are always available.
|
|||
Note that these are only available during search queries.
|
||||
|
||||
```yaml
|
||||
.Query.Type
|
||||
.Query.Type # search, movie, tvsearch, book, music
|
||||
.Query.Q
|
||||
.Query.Series # not supported (Cardigann compatibility)
|
||||
.Query.Ep
|
||||
.Query.Season
|
||||
.Query.Ep # from t=tvsearch
|
||||
.Query.Season # from t=tvsearch
|
||||
.Query.Movie # not supported (Cardigann compatibility)
|
||||
.Query.Year
|
||||
.Query.Year # from t=tvsearch or t=movie or t=music or t=book
|
||||
.Query.Limit
|
||||
.Query.Offset
|
||||
.Query.Extended
|
||||
.Query.Categories
|
||||
.Query.APIKey
|
||||
.Query.TVDBID
|
||||
.Query.TVRageID
|
||||
.Query.IMDBID # e.g. tt12345678
|
||||
.Query.TVDBID # from t=tvsearch
|
||||
.Query.TVRageID # from t=tvsearch
|
||||
.Query.IMDBID # e.g. tt12345678 from t=tvsearch or t=movie
|
||||
.Query.IMDBIDShort # e.g. 12345678
|
||||
.Query.TMDBID
|
||||
.Query.TVMazeID
|
||||
.Query.TraktID
|
||||
.Query.DoubanID
|
||||
.Query.Genre
|
||||
.Query.Album
|
||||
.Query.Artist
|
||||
.Query.Label
|
||||
.Query.Track
|
||||
.Query.Episode # EpisodeSearchString, such as S00E00 or S00 or yyyy.MM.dd
|
||||
.Query.Author
|
||||
.Query.Title
|
||||
.Query.TMDBID # from t=tvsearch or t=movie
|
||||
.Query.TVMazeID # from t=tvsearch
|
||||
.Query.TraktID # from t=tvsearch or t=movie
|
||||
.Query.DoubanID # from t=tvsearch or t=movie
|
||||
.Query.Genre # from t=tvsearch or t=movie or t=music or t=book
|
||||
.Query.Album # from t=music
|
||||
.Query.Artist # from t=music
|
||||
.Query.Label # from t=music
|
||||
.Query.Track # from t=music
|
||||
.Query.Episode # EpisodeSearchString, such as S00E00 or S00 or yyyy.MM.dd from t=tvssearch
|
||||
.Query.Author # from t=book
|
||||
.Query.Title # from t=book
|
||||
.Query.Publisher # from t=book
|
||||
.Categories # MappedCategories
|
||||
.Query.Keywords # original keywords
|
||||
.Keywords # keywords after applying the keywordsfilters
|
||||
|
|
Loading…
Add table
Reference in a new issue