@ -18,10 +18,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -18,10 +18,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add sequential schedule file and scripted schedule file names to playouts table
- Add empty (but already up-to-date) sqlite3 database to greatly speed up initial startup for fresh installs
- Add button to copy/clone block from blocks table
- Add playback speed to playback troubleshooting output
- Speed is realative to realtime (1.0x is realtime)
- Speeds <0.9xwillbecoloredred,between0.9xand1.1xcoloredyellow,and> 1.1x colored green
### Fixed
- Fix NVIDIA startup errors on arm64
- Fix remote stream durations in playouts created using block, sequential or scripted schedules
- Fix playback troubleshooting selecting a subtitle even with no subtitle stream selected in the UI
### Changed
- Do not use graphics engine for single, permanent watermark
@ -39,6 +39,6 @@ public class FFmpegProfileController(IMediator mediator) : ControllerBase
@@ -39,6 +39,6 @@ public class FFmpegProfileController(IMediator mediator) : ControllerBase