add video stats to search index (#1033)

This commit is contained in:
Jason Dove
2022-11-22 09:35:28 -06:00
committed by GitHub
parent 7439ded43d
commit f0bea295c4
5 changed files with 70 additions and 43 deletions
+4
View File
@@ -46,6 +46,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `isForced`: bool indicating whether the stream is flagged as forced
- `language`: the stream's language
- `title`: the stream's title
- Add new fields to search index
- `video_codec`: the video codec
- `video_bit_depth`: the number of bits in the video stream's pixel format, e.g. 8 or 10
- `video_dynamic_range`: the video's dynamic range, either `sdr` or `hdr`
### Changed
- Change `Multi-Episode Shuffle` scripting system to use Javascript instead of Lua