@@ -3434,6 +3434,7 @@ function LogConfigSettings {
3434
3434
Write-Entry -Subtext "| Text Box Width: $MaxWidth" -Path $configLogging -Color White -log Info
3435
3435
Write-Entry -Subtext "| Text Box Height: $MaxHeight" -Path $configLogging -Color White -log Info
3436
3436
Write-Entry -Subtext "| Text Box Offset: $text_offset" -Path $configLogging -Color White -log Info
3437
+ Write-Entry -Subtext "| Line Spacing: $lineSpacing" -Path $configLogging -Color White -log Info
3437
3438
Write-Entry -Subtext "OverLay Season Part" -Path $configLogging -Color Cyan -log Info
3438
3439
Write-Entry -Subtext "| All Caps on Text: $SeasonfontAllCaps" -Path $configLogging -Color White -log Info
3439
3440
Write-Entry -Subtext "| Add Border to Image: $AddSeasonBorder" -Path $configLogging -Color White -log Info
@@ -3452,6 +3453,7 @@ function LogConfigSettings {
3452
3453
Write-Entry -Subtext "| Text Box Width: $SeasonMaxWidth" -Path $configLogging -Color White -log Info
3453
3454
Write-Entry -Subtext "| Text Box Height: $SeasonMaxHeight" -Path $configLogging -Color White -log Info
3454
3455
Write-Entry -Subtext "| Text Box Offset: $Seasontext_offset" -Path $configLogging -Color White -log Info
3456
+ Write-Entry -Subtext "| Line Spacing: $SeasonlineSpacing" -Path $configLogging -Color White -log Info
3455
3457
Write-Entry -Subtext "OverLay Background Part" -Path $configLogging -Color Cyan -log Info
3456
3458
Write-Entry -Subtext "| All Caps on Text: $BackgroundfontAllCaps" -Path $configLogging -Color White -log Info
3457
3459
Write-Entry -Subtext "| Add Border to Background: $AddBackgroundBorder" -Path $configLogging -Color White -log Info
@@ -3468,6 +3470,7 @@ function LogConfigSettings {
3468
3470
Write-Entry -Subtext "| Text Box Width: $BackgroundMaxWidth" -Path $configLogging -Color White -log Info
3469
3471
Write-Entry -Subtext "| Text Box Height: $BackgroundMaxHeight" -Path $configLogging -Color White -log Info
3470
3472
Write-Entry -Subtext "| Text Box Offset: $Backgroundtext_offset" -Path $configLogging -Color White -log Info
3473
+ Write-Entry -Subtext "| Line Spacing: $BackgroundlineSpacing" -Path $configLogging -Color White -log Info
3471
3474
Write-Entry -Subtext "OverLay TitleCard Part" -Path $configLogging -Color Cyan -log Info
3472
3475
Write-Entry -Subtext "| Use Background as Title Card: $UseBackgroundAsTitleCard" -Path $configLogging -Color White -log Info
3473
3476
Write-Entry -Subtext "| Add Border to Background: $AddTitleCardBorder" -Path $configLogging -Color White -log Info
@@ -3486,6 +3489,7 @@ function LogConfigSettings {
3486
3489
Write-Entry -Subtext "| Text Box Width: $TitleCardEPTitleMaxWidth" -Path $configLogging -Color White -log Info
3487
3490
Write-Entry -Subtext "| Text Box Height: $TitleCardEPTitleMaxHeight" -Path $configLogging -Color White -log Info
3488
3491
Write-Entry -Subtext "| Text Box Offset: $TitleCardEPTitletext_offset" -Path $configLogging -Color White -log Info
3492
+ Write-Entry -Subtext "| Line Spacing: $TitleCardEPTitlelineSpacing" -Path $configLogging -Color White -log Info
3489
3493
Write-Entry -Subtext "OverLay TitleCard EP Part" -Path $configLogging -Color Cyan -log Info
3490
3494
Write-Entry -Subtext "| Season TC Text: $SeasonTCText" -Path $configLogging -Color White -log Info
3491
3495
Write-Entry -Subtext "| Episode TC Text: $EpisodeTCText" -Path $configLogging -Color White -log Info
@@ -3500,6 +3504,7 @@ function LogConfigSettings {
3500
3504
Write-Entry -Subtext "| Text Box Width: $TitleCardEPMaxWidth" -Path $configLogging -Color White -log Info
3501
3505
Write-Entry -Subtext "| Text Box Height: $TitleCardEPMaxHeight" -Path $configLogging -Color White -log Info
3502
3506
Write-Entry -Subtext "| Text Box Offset: $TitleCardEPtext_offset" -Path $configLogging -Color White -log Info
3507
+ Write-Entry -Subtext "| Line Spacing: $TitleCardEPlineSpacing" -Path $configLogging -Color White -log Info
3503
3508
Write-Entry -Subtext "___________________________________________" -Path $configLogging -Color DarkMagenta -log Info
3504
3509
}
3505
3510
function CheckPlexAccess {
0 commit comments