Overlay-info

Adds info to overlay

  • Add video codec

Adds css classes to overlay data

/* codec */
.overlay-codec.codec-AV1 {
  color: #d6a2f0;
}
/* resolution */
.overlay-resolution.res-1080p {
  color: #c1ffa3;
}

Screenshots

Scenes

2 Likes

Looking into a crash on the latest develop, will update once it’s patched

Broken by Show scene resolution and duration in tagger by smith113-p · Pull Request #6663 · stashapp/stash · GitHub due to SceneSpecsOverlay being moved out

Leaving as broken and delisting - there’s no way to hook in now that it’s memoized

1 Like

fixed against latest develop

1 Like