|
11 | 11 | [switch]$SyncEmby
|
12 | 12 | )
|
13 | 13 |
|
14 |
| -$CurrentScriptVersion = "1.8.5" |
| 14 | +$CurrentScriptVersion = "1.8.6" |
15 | 15 | $global:HeaderWritten = $false
|
16 | 16 | $ProgressPreference = 'SilentlyContinue'
|
17 | 17 |
|
@@ -15884,7 +15884,7 @@ else {
|
15884 | 15884 | if ($global:UploadExistingAssets -eq 'true') {
|
15885 | 15885 | Write-Entry -Message "Starting Existing Asset Upload..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Green -log Info
|
15886 | 15886 | try {
|
15887 |
| - GetPlexArtwork -Type " $Titletext | $global:FileNaming Artwork." -ArtUrl $Arturl -TempImage $EpisodeImage |
| 15887 | + GetPlexArtwork -Type "$Titletext Artwork." -ArtUrl $Arturl -TempImage $PosterImage |
15888 | 15888 | if ($global:PlexartworkDownloaded -eq 'true'){
|
15889 | 15889 | Write-Entry -Subtext "Uploading Existing Artwork for: $Titletext" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color White -log Info
|
15890 | 15890 | $fileContent = [System.IO.File]::ReadAllBytes($PosterImageoriginal)
|
@@ -16243,7 +16243,7 @@ else {
|
16243 | 16243 | if ($global:UploadExistingAssets -eq 'true') {
|
16244 | 16244 | Write-Entry -Message "Starting Existing Asset Upload..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Green -log Info
|
16245 | 16245 | try {
|
16246 |
| - GetPlexArtwork -Type " $Titletext Artwork." -ArtUrl $Arturl -TempImage $backgroundImage |
| 16246 | + GetPlexArtwork -Type " $Titletext | Backgound Artwork." -ArtUrl $Arturl -TempImage $backgroundImage |
16247 | 16247 | if ($global:PlexartworkDownloaded -eq 'true'){
|
16248 | 16248 | Write-Entry -Subtext "Uploading Existing Artwork for: $Titletext" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color White -log Info
|
16249 | 16249 | $fileContent = [System.IO.File]::ReadAllBytes($backgroundImageoriginal)
|
@@ -17051,7 +17051,7 @@ else {
|
17051 | 17051 | if ($global:UploadExistingAssets -eq 'true') {
|
17052 | 17052 | Write-Entry -Message "Starting Existing Asset Upload..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Green -log Info
|
17053 | 17053 | try {
|
17054 |
| - GetPlexArtwork -Type " $Titletext Artwork." -ArtUrl $Arturl -TempImage $backgroundImage |
| 17054 | + GetPlexArtwork -Type " $Titletext | Background Artwork." -ArtUrl $Arturl -TempImage $backgroundImage |
17055 | 17055 | if ($global:PlexartworkDownloaded -eq 'true'){
|
17056 | 17056 | Write-Entry -Subtext "Uploading Existing Artwork for: $Titletext" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color White -log Info
|
17057 | 17057 | $fileContent = [System.IO.File]::ReadAllBytes($backgroundImageoriginal)
|
|
0 commit comments