From 23870b75f766add764348fe1f20752c0e193710d Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Sat, 18 Sep 2021 14:02:49 -0500 Subject: [PATCH] update changelog [no ci] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb09c77..d6edbf60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Movie Metadata` checks whether all movies have metadata (fallback metadata counts as metadata) - `Episode Metadata` checks whether all episodes have metadata (fallback metadata counts as metadata) - `Zero Duration` checks whether all movies and episodes have a valid (non-zero) duration + - `VAAPI Driver` checks whether a vaapi driver preference is configured when using the vaapi docker image - Add setting to each playout to schedule an automatic daily rebuild - This is useful if the playout uses a smart collection with `released_onthisday` ### Fixed -- Fix docker vaapi support for newer Intel platforms (Broadwell and things that end in Lake) +- Fix docker vaapi support for newer Intel platforms (Gen 8+) + - This includes a new setting to force a particular vaapi driver (`iHD` or `i965`), as some Gen 8 or 9 hardware that is supported by both drivers will perform better with one or the other - Fix scanning and indexing local movies and episodes without NFO metadata - Fix displaying seasons for shows with no year (in metadata or in folder name)