mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
Updated Definition format (markdown)
parent
6a28e07df6
commit
53f262e915
1 changed files with 18 additions and 0 deletions
|
@ -1237,6 +1237,24 @@ Note that these are only available during search queries.
|
||||||
.Query.Keywords # original keywords
|
.Query.Keywords # original keywords
|
||||||
.Keywords # keywords after applying the keywordsfilters
|
.Keywords # keywords after applying the keywordsfilters
|
||||||
```
|
```
|
||||||
|
the following a boolean-like variables in that they return either the string "True" or are null. Can be used in if-else-end statements.
|
||||||
|
```
|
||||||
|
.Query.IsBookSearch
|
||||||
|
.Query.IsDoubanQuery
|
||||||
|
.Query.IsGenreQuery
|
||||||
|
.Query.IsIdSearch
|
||||||
|
.Query.IsImdbQuery
|
||||||
|
.Query.IsMovieSearch
|
||||||
|
.Query.IsMusicSearch
|
||||||
|
.Query.IsRssSearch
|
||||||
|
.Query.IsSearch
|
||||||
|
.Query.IsTVRageQuery
|
||||||
|
.Query.IsTVSearch
|
||||||
|
.Query.IsTmdbQuery
|
||||||
|
.Query.IsTraktQuery
|
||||||
|
.Query.IsTvdbQuery
|
||||||
|
.Query.IsTvmazeQuery
|
||||||
|
```
|
||||||
|
|
||||||
Note: There are several variables that are not supported are provided by Cardigann for compatibility with the Torznab specifications. These variables will always return null.
|
Note: There are several variables that are not supported are provided by Cardigann for compatibility with the Torznab specifications. These variables will always return null.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue