Skip to content

Commit 2238df6

Browse files
committed
Update Posterizarr.ps1
1 parent 1868d50 commit 2238df6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Posterizarr.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -3434,6 +3434,7 @@ function LogConfigSettings {
34343434
Write-Entry -Subtext "| Text Box Width: $MaxWidth" -Path $configLogging -Color White -log Info
34353435
Write-Entry -Subtext "| Text Box Height: $MaxHeight" -Path $configLogging -Color White -log Info
34363436
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
34373438
Write-Entry -Subtext "OverLay Season Part" -Path $configLogging -Color Cyan -log Info
34383439
Write-Entry -Subtext "| All Caps on Text: $SeasonfontAllCaps" -Path $configLogging -Color White -log Info
34393440
Write-Entry -Subtext "| Add Border to Image: $AddSeasonBorder" -Path $configLogging -Color White -log Info
@@ -3452,6 +3453,7 @@ function LogConfigSettings {
34523453
Write-Entry -Subtext "| Text Box Width: $SeasonMaxWidth" -Path $configLogging -Color White -log Info
34533454
Write-Entry -Subtext "| Text Box Height: $SeasonMaxHeight" -Path $configLogging -Color White -log Info
34543455
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
34553457
Write-Entry -Subtext "OverLay Background Part" -Path $configLogging -Color Cyan -log Info
34563458
Write-Entry -Subtext "| All Caps on Text: $BackgroundfontAllCaps" -Path $configLogging -Color White -log Info
34573459
Write-Entry -Subtext "| Add Border to Background: $AddBackgroundBorder" -Path $configLogging -Color White -log Info
@@ -3468,6 +3470,7 @@ function LogConfigSettings {
34683470
Write-Entry -Subtext "| Text Box Width: $BackgroundMaxWidth" -Path $configLogging -Color White -log Info
34693471
Write-Entry -Subtext "| Text Box Height: $BackgroundMaxHeight" -Path $configLogging -Color White -log Info
34703472
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
34713474
Write-Entry -Subtext "OverLay TitleCard Part" -Path $configLogging -Color Cyan -log Info
34723475
Write-Entry -Subtext "| Use Background as Title Card: $UseBackgroundAsTitleCard" -Path $configLogging -Color White -log Info
34733476
Write-Entry -Subtext "| Add Border to Background: $AddTitleCardBorder" -Path $configLogging -Color White -log Info
@@ -3486,6 +3489,7 @@ function LogConfigSettings {
34863489
Write-Entry -Subtext "| Text Box Width: $TitleCardEPTitleMaxWidth" -Path $configLogging -Color White -log Info
34873490
Write-Entry -Subtext "| Text Box Height: $TitleCardEPTitleMaxHeight" -Path $configLogging -Color White -log Info
34883491
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
34893493
Write-Entry -Subtext "OverLay TitleCard EP Part" -Path $configLogging -Color Cyan -log Info
34903494
Write-Entry -Subtext "| Season TC Text: $SeasonTCText" -Path $configLogging -Color White -log Info
34913495
Write-Entry -Subtext "| Episode TC Text: $EpisodeTCText" -Path $configLogging -Color White -log Info
@@ -3500,6 +3504,7 @@ function LogConfigSettings {
35003504
Write-Entry -Subtext "| Text Box Width: $TitleCardEPMaxWidth" -Path $configLogging -Color White -log Info
35013505
Write-Entry -Subtext "| Text Box Height: $TitleCardEPMaxHeight" -Path $configLogging -Color White -log Info
35023506
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
35033508
Write-Entry -Subtext "___________________________________________" -Path $configLogging -Color DarkMagenta -log Info
35043509
}
35053510
function CheckPlexAccess {

0 commit comments

Comments
 (0)