You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$OtherAllLibs = Invoke-RestMethod -Method Get -Uri $allLibsquery
11817
-
$OtherAllEpisodes = $null
11818
-
$OtherAllShows = $null
11819
-
$OtherAllMovies = $null
11820
11817
11821
11818
write-Entry -Subtext "Found '$($OtherAllLibs.count)' libs and '$($LibstoExclude.count)' are excluded..." -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Cyan -log Info
Write-Entry -Subtext "Getting all Itmes from [$($otherlib.Name)] with item id [$($otherlib.ItemId)]" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Cyan -log Debug
$OtherAllMovies += Invoke-RestMethod -Method Get -Uri $allMoviesquery
11841
+
$Querytemp = Invoke-RestMethod -Method Get -Uri $allMoviesquery
11842
+
$OtherAllMovies += $Querytemp
11841
11843
}
11842
11844
if ($otherlib.CollectionType -eq 'tvshows'){
11843
11845
Write-Entry -Subtext "Getting all Itmes from [$($otherlib.Name)] with item id [$($otherlib.ItemId)]" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Cyan -log Debug
Write-Entry -Subtext "Getting all Itmes from [$($slib.Name)] with item id [$($slib.ItemId)]" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Cyan -log Debug
$AllMovies += Invoke-RestMethod -Method Get -Uri $allMoviesquery
12476
+
$Querytemp = Invoke-RestMethod -Method Get -Uri $allMoviesquery
12477
+
$AllMovies += $Querytemp
12470
12478
}
12471
12479
if ($slib.CollectionType -eq 'tvshows'){
12472
12480
Write-Entry -Subtext "Getting all Itmes from [$($slib.Name)] with item id [$($slib.ItemId)]" -Path $global:ScriptRoot\Logs\Scriptlog.log -Color Cyan -log Debug
0 commit comments