From 53f262e915de69e6bf172aa342b6063855864424 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Thu, 14 Mar 2024 15:35:15 +1300 Subject: [PATCH] Updated Definition format (markdown) --- Definition-format.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Definition-format.md b/Definition-format.md index 0e2a169..443c3f5 100644 --- a/Definition-format.md +++ b/Definition-format.md @@ -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.