Skip to content

Commit b440213

Browse files
authored
remove extra logging
cause the data is stored in csv
1 parent 7974da7 commit b440213

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PlexPosterMaker.ps1

+1-3
Original file line numberDiff line numberDiff line change
@@ -3257,7 +3257,6 @@ else {
32573257
$temp | Add-Member -MemberType NoteProperty -Name "PlexBackgroundUrl" -Value $Metadata.MediaContainer.$contentquery.art
32583258
$temp | Add-Member -MemberType NoteProperty -Name "PlexSeasonUrls" -Value $SeasonPosterUrl
32593259
$Libraries += $temp
3260-
Write-Log -Subtext "Found [$($temp.title)] of type $($temp.{Library Type}) in [$($temp.{Library Name})]" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type Trace
32613260
}
32623261
}
32633262
}
@@ -3303,7 +3302,6 @@ else {
33033302
$tempseasondata | Add-Member -MemberType NoteProperty -Name "Title" -Value $($Seasondata.MediaContainer.video.title -join ';')
33043303
$tempseasondata | Add-Member -MemberType NoteProperty -Name "PlexTitleCardUrls" -Value $($Seasondata.MediaContainer.video.thumb -join ',')
33053304
$Episodedata += $tempseasondata
3306-
Write-Log -Subtext "Found [$($tempseasondata.{Show Name})] of type $($tempseasondata.Type) for season $($tempseasondata.{Season Number})" -Path $global:ScriptRoot\Logs\Scriptlog.log -Type Trace
33073305
}
33083306
}
33093307
$Episodedata | Select-Object * | Export-Csv -Path "$global:ScriptRoot\Logs\PlexEpisodeExport.csv" -NoTypeInformation -Delimiter ';' -Encoding UTF8 -Force
@@ -5354,4 +5352,4 @@ else {
53545352
Push-ObjectToDiscord -strDiscordWebhook $global:NotifyUrl -objPayload $jsonPayload
53555353
}
53565354
}
5357-
}
5355+
}

0 commit comments

Comments
 (0)