@ -65,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -65,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix fallback filler duration on mirror channels
- Fix slow startup caused by check for overlapping playout items
- Fix green line in *most* cases when overlaying content using NVIDIA acceleration and H264 output
- Fix non-SRT (e.g. SSA/ASS) external subtitle playback from media servers
### Changed
- Filler presets: use separate text fields for `hours`, `minutes` and `seconds` duration
@ -22,33 +22,35 @@ public class GetSubtitlePathByIdHandler(IDbContextFactory<TvContext> dbContextFa
@@ -22,33 +22,35 @@ public class GetSubtitlePathByIdHandler(IDbContextFactory<TvContext> dbContextFa
@ -967,7 +967,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -967,7 +967,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -975,7 +975,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -975,7 +975,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
{
new(
0,
string.Empty,
codec,
string.Empty,
None,
ColorParams.Default,
@ -1002,7 +1002,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -1002,7 +1002,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -75,12 +75,14 @@ public abstract class PipelineBuilderBase : IPipelineBuilder
@@ -75,12 +75,14 @@ public abstract class PipelineBuilderBase : IPipelineBuilder