roundabout,
created on Sunday, 15 September 2024, 07:59:06 (1726387146),
received on Sunday, 15 September 2024, 08:03:33 (1726387413)
Author identity: vlad <vlad.muntoiu@gmail.com>
08e040728ca50405f056c391b2360aaabe1a7281
formats.md
@@ -105,6 +105,21 @@ key (this is to allow multiple rules of the same kind). Accepted rules are:
Unix timestamp. * `in_gallery: [gallery1, gallery2, ...]`: The image must be in any of the galleries (by ID) in the list. * `above_rating: rating`: The image must have a rating greater than or equal to the given value (1-5 stars). Images with no rating are included; use `above_rating_count: 1` to exclude them. * `below_rating: rating`: The image must have a rating less than or equal to the given value (1-5 stars). * `above_rating_count: count`: The image must have at least the given rating count. * `below_rating_count: count`: The image must have at most the given rating count. * `above_region_count: count`: The image must have at least the given number of regions. * `below_region_count: count`: The image must have at most the given number of regions. * `copied_from: [image1, image2, ...]`: The image must be a copy of any of the images in the list (by ID).`ordering`, `offset` and `limit` can be specified as query parameters in the URL. `ordering` can be one of `date-desc`, `date-asc`, `title-asc`, `title-desc`,