diff --git a/plugins/hotCards/README.md b/plugins/hotCards/README.md index 67a3a477..dbd3e6c9 100644 --- a/plugins/hotCards/README.md +++ b/plugins/hotCards/README.md @@ -8,6 +8,7 @@ Hot Cards is a Stash CommunityScript plugin designed to enhance your visual expe - Enable or disable Hot Cards on various sections like home, scenes, images, movies, galleries, performers, and studios. - Specify Hot Cards to be tag-based or rating-based for each card type, as desired. - Customizable Hot Cards. +- Support for multi-tag and multi-style configurations. ## Installation @@ -24,18 +25,16 @@ After installation, you can configure the plugin to suit your needs. Set a desir _[criterion]\_[value]\_[style]\_[gradient-opts]\_[hover-opts]\_[card-opts]_ -**Important**: If you have previously installed the plugin, after updating to `1.1.0`, be sure to update your settings from the old boolean format to the new string format. Refresh the page for the changes to take effect. +| Parameter | Description | Details | +| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `` | Defines the basis for applying styles. Use `t` for tag-based criteria, `r` for rating-based criteria, or `d` to disable. | If left empty, it will default to the global **Tag ID** or **Rating Threshold** as configured. If both options are enabled and unspecified, ~~the Tag ID will be used by default~~ both criteria will be used. | +| `` | Specifies the exact value for the Tag ID or Rating Threshold to be used.

_Multiple values can be specified using a comma-separated list and slashes to delimit each set of criteria:_ `,.../,.../...` or `//...` | **Regarding multiple values:**

For Tag IDs, it will apply the corresponding style _(style, gradient_opts, hover_opts, card_opts)_ if **ALL** tags in a set match.

The tags are prioritized from **left to right**, meaning if it finds a match for a tag list, the corresponding style is applied and subsequent sets are skipped.

For ratings, the same left-to-right prioritization applies. For instance, `r_4,2_blue` targets cards with exact ratings of 4 or 2. To style ratings >= 4 and >= 2, use `r_4/2_red/blue`. Here, red applies for ratings >= 4, and blue for ratings >= 2 but less than 4. | +| `