From 8155e2e441528ee2047773202308b58cbe39b9b5 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Sun, 14 Sep 2025 08:08:42 -0500 Subject: [PATCH] add shuffle in order for collections in playlists (#2417) --- CHANGELOG.md | 1 + ErsatzTV/Pages/PlaylistEditor.razor | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41db0ca6..d65582ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Unscheduled gaps are now displayed and have a unique row color - Process entire graphics element YAML files using scriban - This allows things like different images based on `MediaItem_ContentRating` (movie) or `MediaItem_ShowContentRating` (episode) +- Playlists: add playback order `Shuffle In Order` for collections and smart collections ### Fixed - Fix transcoding content with bt709/pc color metadata diff --git a/ErsatzTV/Pages/PlaylistEditor.razor b/ErsatzTV/Pages/PlaylistEditor.razor index 64446282a..bd15a9b0f 100644 --- a/ErsatzTV/Pages/PlaylistEditor.razor +++ b/ErsatzTV/Pages/PlaylistEditor.razor @@ -285,7 +285,7 @@ Chronological Shuffle Random - @* Shuffle In Order *@ + Shuffle In Order break; case ProgramScheduleItemCollectionType.TelevisionShow: Season, Episode