Updated Definition format (markdown)

garfield69 2024-03-14 15:35:15 +13:00
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
.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.