various improvements and fixes

This commit is contained in:
Persephone Bubblegum-Holidy 2025-07-07 20:36:00 -07:00
parent 72cc742e84
commit d7c01b93d5
6 changed files with 282 additions and 81 deletions

View file

@ -1,4 +1,6 @@
namespace PC3Player
using System.Diagnostics.Eventing.Reader;
namespace PC3Player
{
public class PlaylistShow
{
@ -39,6 +41,7 @@
public bool PlaylistIntermissionOption { get; set; } = false;
public int PlaylistIntermissionTimeOption { get; set; } = 8;
public int PlaylistIntermissionUnitOption { get; set; } = 0;
public bool PlaylistLoopOption { get; set; } = true;
public int SelectorButtonPressOption { get; set; } = 0;
public int SelectorShowAlreadyPlayingOption { get; set; } = 0;