From 17366f90a42829d9651f62e920b8518a7c526b88 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:47:41 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3dc90d7..9f4ab92b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Scripts live in config / scripts / mpegts - Each script gets its own subfolder which contains an `mpegts.yml` definition and corresponding windows (powershell) and linux (bash) scripts - The global MPEG-TS script can be configured in **Settings** > **FFmpeg** > **Default MPEG-TS Script** +- Add `.avs` AviSynth Script support to all local libraries + - `.avs` was added as a valid extension, so they should behave the same any other video file + - There are two requirements for AviSynth Scripts to work: + - FFmpeg needs to be compiled with AviSynth support (not currently available in Docker) + - AviSynth itself needs to be installed ### Fixed - Fix HLS Direct playback with Jellyfin 10.11