@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- A small number of translations have been added for `Português (Brasil)` and `Polski`
- Translation contributions are always welcome!
- Add `Troubleshoot` button to playout details table to show info that may be helpful in determining the source of a playout item
- Classic schedule info includes schedule, schedule item, scheduler, playback order, random seed, collection index
- Classic schedule info includes schedule, schedule item, scheduler, filler, playback order, random seed, collection index
- Block schedule info includes block, block item, playback order, random seed, collection index
- E.g. items with the same random seed are part of the same shuffle
@ -60,7 +61,43 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@@ -60,7 +61,43 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@ -83,9 +120,10 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@@ -83,9 +120,10 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@ -96,6 +134,7 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@@ -96,6 +134,7 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@ -141,6 +180,7 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@@ -141,6 +180,7 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@ -149,6 +189,14 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@@ -149,6 +189,14 @@ public class ProcessSchedulingContextHandler(IDbContextFactory<TvContext> dbCont
@ -165,7 +165,7 @@ public class PlayoutModeSchedulerDuration(ILogger logger)
@@ -165,7 +165,7 @@ public class PlayoutModeSchedulerDuration(ILogger logger)
@ -81,7 +81,7 @@ public class PlayoutModeSchedulerFlood(ILogger logger) : PlayoutModeSchedulerBas
@@ -81,7 +81,7 @@ public class PlayoutModeSchedulerFlood(ILogger logger) : PlayoutModeSchedulerBas
@ -108,7 +108,7 @@ public class PlayoutModeSchedulerMultiple(Map<CollectionKey, int> collectionItem
@@ -108,7 +108,7 @@ public class PlayoutModeSchedulerMultiple(Map<CollectionKey, int> collectionItem
@ -57,7 +57,7 @@ public class PlayoutModeSchedulerOne(ILogger logger) : PlayoutModeSchedulerBase<
@@ -57,7 +57,7 @@ public class PlayoutModeSchedulerOne(ILogger logger) : PlayoutModeSchedulerBase<