mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-05-31 17:55:22 -05:00
26 lines
933 B
YAML
26 lines
933 B
YAML
name: Group Details
|
|
description: Adds group-card metrics for filtered duration and average vertical resolution.
|
|
version: 0.2.3
|
|
url: https://discourse.stashapp.cc/t/group-details/6819
|
|
ui:
|
|
javascript:
|
|
- images.js
|
|
- GroupDetails.js
|
|
css:
|
|
- GroupDetails.css
|
|
|
|
settings:
|
|
includeAllScenes:
|
|
displayName: Include all scenes
|
|
description: >-
|
|
When enabled, duration and average resolution include every scene linked to the group.
|
|
When disabled (default), scenes are limited to those with scene_index null or 0..89 for this group,
|
|
except when the group has only one scene (that scene is always included).
|
|
type: BOOLEAN
|
|
includePerformers:
|
|
displayName: Include performers
|
|
description: >-
|
|
When enabled, appends a performer-count chip to group cards and shows a performer image/name popover
|
|
built from the union of performers across included scenes in the group.
|
|
type: BOOLEAN
|