add season, episode playback order for shows (#1243)

This commit is contained in:
Jason Dove
2023-04-13 11:06:48 -05:00
committed by GitHub
parent b8dcd26e3a
commit ab55978732
10 changed files with 216 additions and 6 deletions
+5
View File
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Add `Season, Episode` playback order
- This is currently *only* available when a show is added directly to a schedule
- This will ignore release date and sort exclusively by season number and then by episode number
### Fixed
- Limit `HLS Direct` streams to realtime speed
- Fix `Reset Playout` button to use worker thread instead of UI thread