![]() |
Summary | Adds more information to scene card overlay. |
![]() |
Repository | https://github.com/feederbox826/plugins/tree/main/plugins/overlay-info |
![]() |
Source URL | https://feederbox826.github.io/plugins/main/index.yml |
![]() |
Install | How to install a plugin? |
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;
}