disambiguate seasons (#1543)

This commit is contained in:
Jason Dove
2024-01-11 09:08:52 -06:00
committed by GitHub
parent e2a516f5e8
commit 9fd6589831
6 changed files with 51 additions and 10 deletions
+4
View File
@@ -26,9 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix tray icon shortcut to open logs folder on Windows
- Unlock playout when playout build fails
- Ignore errors deleting old HLS segments; this should improve stream reliability
- Update show year when changed within Plex
### Changed
- Upgrade from .NET 7 to .NET 8
- In schedule items, disambiguate seasons from shows with the same title by including show year
- Old format: `Show Title (Season Number)`
- New format: `Show Title (Show Year) - Season Number`
## [0.8.4-beta] - 2023-12-02
### Fixed