@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `artist`: the music videos artist (the parent folder)
- `all_artists`: a list of additional artists from the music video's sidecar NFO metadata file
- `duration`: the timespan duration of the music video, which can be used to calculate timing of additional subtitles
- `stream_seek`: the timespan that ffmpeg will seek into the media item before beginning playback
@ -4,6 +4,7 @@ using ErsatzTV.Core.Domain;
@@ -4,6 +4,7 @@ using ErsatzTV.Core.Domain;
usingErsatzTV.Core.Domain.Filler;
usingErsatzTV.Core.Errors;
usingErsatzTV.Core.Extensions;
usingErsatzTV.Core.FFmpeg;
usingErsatzTV.Core.Interfaces.Emby;
usingErsatzTV.Core.Interfaces.FFmpeg;
usingErsatzTV.Core.Interfaces.Jellyfin;
@ -164,8 +165,6 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@@ -164,8 +165,6 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@ -175,7 +174,7 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@@ -175,7 +174,7 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@ -272,7 +271,8 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@@ -272,7 +271,8 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@ -282,7 +282,7 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@@ -282,7 +282,7 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@ -323,7 +323,10 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@@ -323,7 +323,10 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@ -337,6 +340,7 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@@ -337,6 +340,7 @@ public class GetPlayoutItemProcessByChannelNumberHandler : FFmpegProcessHandler<
@ -51,7 +51,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -51,7 +51,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -80,12 +80,6 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -80,12 +80,6 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -100,6 +94,13 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -100,6 +94,13 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -94,6 +94,7 @@ public class MusicVideoCreditsGenerator : IMusicVideoCreditsGenerator
@@ -94,6 +94,7 @@ public class MusicVideoCreditsGenerator : IMusicVideoCreditsGenerator
@ -119,7 +120,8 @@ public class MusicVideoCreditsGenerator : IMusicVideoCreditsGenerator
@@ -119,7 +120,8 @@ public class MusicVideoCreditsGenerator : IMusicVideoCreditsGenerator