full_path stringlengths 31 232 | filename stringlengths 4 167 | content stringlengths 0 48.3M |
|---|---|---|
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/tests/Functions/Hide-TraktRecommendation.Tests.ps1 | Hide-TraktRecommendation.Tests.ps1 | $Global:IsStaging = $true
Import-Module $(Join-Path -Path $PSScriptRoot -ChildPath '../../Trakt-PowerShell/Trakt-PowerShell.psd1') -Force
InModuleScope Trakt-PowerShell {
Describe "Hide-TraktRecommendation" -Tags "CI" {
BeforeAll {
Connect-Trakt | Out-Null
}
It "Hide... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/tests/Functions/Get-TraktUserLikes.Tests.ps1 | Get-TraktUserLikes.Tests.ps1 | $Global:IsStaging = $true
Import-Module $(Join-Path -Path $PSScriptRoot -ChildPath '../../Trakt-PowerShell/Trakt-PowerShell.psd1') -Force
InModuleScope Trakt-PowerShell {
Describe "Get-TraktUserLikes" -Tags "CI" {
BeforeAll {
Connect-Trakt | Out-Null
}
It "Get likes"... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/tests/Functions/Get-TraktRecommendation.Tests.ps1 | Get-TraktRecommendation.Tests.ps1 | $Global:IsStaging = $true
Import-Module $(Join-Path -Path $PSScriptRoot -ChildPath '../../Trakt-PowerShell/Trakt-PowerShell.psd1') -Force
InModuleScope Trakt-PowerShell {
Describe "Get-TraktRecommendation" -Tags "CI" {
BeforeAll {
Connect-Trakt | Out-Null
}
It "Get m... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/tests/Functions/Remove-TraktCheckin.Tests.ps1 | Remove-TraktCheckin.Tests.ps1 | $Global:IsStaging = $true
Import-Module $(Join-Path -Path $PSScriptRoot -ChildPath '../../Trakt-PowerShell/Trakt-PowerShell.psd1') -Force
InModuleScope Trakt-PowerShell {
Describe "Remove-TraktCheckin" -Tags "CI" {
BeforeAll {
Connect-Trakt | Out-Null
$movie = Get-TraktMo... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCalendarMovie.ps1 | ConvertTo-TraktCalendarMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCastMovie.ps1 | ConvertTo-TraktCastMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktLike.ps1 | ConvertTo-TraktLike.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktRecommendationMovie.ps1 | ConvertTo-TraktRecommendationMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktAliasesShow.ps1 | ConvertTo-TraktAliasesShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktFollowerRequest.ps1 | ConvertTo-TraktFollowerRequest.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktHistory.ps1 | ConvertTo-TraktHistory.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktRatings.ps1 | ConvertTo-TraktRatings.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktMovie.ps1 | ConvertTo-TraktMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCreditsMovie.ps1 | ConvertTo-TraktCreditsMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktRating.ps1 | ConvertTo-TraktRating.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktPeople.ps1 | ConvertTo-TraktPeople.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCrewMember.ps1 | ConvertTo-TraktCrewMember.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktWatched.ps1 | ConvertTo-TraktWatched.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCast.ps1 | ConvertTo-TraktCast.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktSeason.ps1 | ConvertTo-TraktSeason.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-LocalTime.ps1 | ConvertTo-LocalTime.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktRecommendationShow.ps1 | ConvertTo-TraktRecommendationShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCollectionShow.ps1 | ConvertTo-TraktCollectionShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktUpdatedShow.ps1 | ConvertTo-TraktUpdatedShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertFrom-TraktSeason.ps1 | ConvertFrom-TraktSeason.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktWatchedShow.ps1 | ConvertTo-TraktWatchedShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertFrom-TraktShow.ps1 | ConvertFrom-TraktShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktBoxOfficeMovie.ps1 | ConvertTo-TraktBoxOfficeMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCastShow.ps1 | ConvertTo-TraktCastShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCollectionMovie.ps1 | ConvertTo-TraktCollectionMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktComment.ps1 | ConvertTo-TraktComment.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktPlayedShow.ps1 | ConvertTo-TraktPlayedShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktAnticipatedMovie.ps1 | ConvertTo-TraktAnticipatedMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktPerson.ps1 | ConvertTo-TraktPerson.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCollection.ps1 | ConvertTo-TraktCollection.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktRatingMovie.ps1 | ConvertTo-TraktRatingMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktLastActivity.ps1 | ConvertTo-TraktLastActivity.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktWatchedMovie.ps1 | ConvertTo-TraktWatchedMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCalendarShow.ps1 | ConvertTo-TraktCalendarShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktTranslationsMovie.ps1 | ConvertTo-TraktTranslationsMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertFrom-TraktEpisode.ps1 | ConvertFrom-TraktEpisode.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktActivity.ps1 | ConvertTo-TraktActivity.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktSearch.ps1 | ConvertTo-TraktSearch.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktList.ps1 | ConvertTo-TraktList.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertFrom-TraktMovie.ps1 | ConvertFrom-TraktMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCheckin.ps1 | ConvertTo-TraktCheckin.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktStats.ps1 | ConvertTo-TraktStats.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktUserSettings.ps1 | ConvertTo-TraktUserSettings.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertFrom-TraktList.ps1 | ConvertFrom-TraktList.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCrew.ps1 | ConvertTo-TraktCrew.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktUser.ps1 | ConvertTo-TraktUser.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktAliasesMovie.ps1 | ConvertTo-TraktAliasesMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktAnticipatedShow.ps1 | ConvertTo-TraktAnticipatedShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktTranslationsShow.ps1 | ConvertTo-TraktTranslationsShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktPlayback.ps1 | ConvertTo-TraktPlayback.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktFollower.ps1 | ConvertTo-TraktFollower.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktShow.ps1 | ConvertTo-TraktShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCreditsShow.ps1 | ConvertTo-TraktCreditsShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktWatchedProgress.ps1 | ConvertTo-TraktWatchedProgress.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktEpisode.ps1 | ConvertTo-TraktEpisode.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktTrendingMovie.ps1 | ConvertTo-TraktTrendingMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktCollectionProgress.ps1 | ConvertTo-TraktCollectionProgress.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktUserComment.ps1 | ConvertTo-TraktUserComment.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktGenre.ps1 | ConvertTo-TraktGenre.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktHiddenItem.ps1 | ConvertTo-TraktHiddenItem.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktWatchList.ps1 | ConvertTo-TraktWatchList.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktScrobble.ps1 | ConvertTo-TraktScrobble.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktUpdatedMovie.ps1 | ConvertTo-TraktUpdatedMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertFrom-EpochDate.ps1 | ConvertFrom-EpochDate.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktPlayedMovie.ps1 | ConvertTo-TraktPlayedMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/Invoke-Trakt.ps1 | Invoke-Trakt.ps1 | <#
.Synopsis
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktTrendingShow.ps1 | ConvertTo-TraktTrendingShow.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Private/ConvertTo-TraktReleasesMovie.ps1 | ConvertTo-TraktReleasesMovie.ps1 | <#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
Example of how to use this cmdlet
.EXAMPLE
Another example of how to use this cmdlet
.INPUTS
Inputs to this cmdlet (if any)
.OUTPUTS
Output from this cmdlet (if any)
.NOTES
General notes
.COMPONENT
The ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Remove-TraktCollection.ps1 | Remove-TraktCollection.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Connect-Trakt.ps1 | Connect-Trakt.ps1 | <#
.SYNOPSIS
Connects the module to Trakt.TV.
.DESCRIPTION
Connects the module to Trakt.TV.
.EXAMPLE
PS C:\> Connect-Trakt
Description
-----------
This example shows how to connect with Trakt.TV.
.INPUTS
None
.OUTPUTS
PSCustomObject
.NOTES
None
.COMPONENT
None
... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Remove-TraktUserHiddenItem.ps1 | Remove-TraktUserHiddenItem.ps1 | <#
.Synopsis
Unhide items for a specific section. Here's what type of items can unhidden for each section.
Section Objects
calendar movie, show
progress_watched show, season
progress_collected show, season
recommendations movie, show
.DESCRIPTION
... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Add-TraktRating.ps1 | Add-TraktRating.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Remove-TraktWatchList.ps1 | Remove-TraktWatchList.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Approve-TraktUserFollowerRequests.ps1 | Approve-TraktUserFollowerRequests.ps1 | <#
.Synopsis
Approve a follower using the id of the request. If the id is not found, was already approved, or was already denied, a 404 error will be returned.
.DESCRIPTION
Approve a follower using the id of the request. If the id is not found, was already approved, or was already denied, a 404 error will b... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Start-TraktScrobble.ps1 | Start-TraktScrobble.ps1 | <#
.Synopsis
Retrieves people information from Trakt.TV.
.DESCRIPTION
Retrieves people information from Trakt.TV.
.EXAMPLE
PS C:\> Get-People -ASinglePerson -Id "bryan-cranston"
Description
-----------
This example shows how to retrieve information over Bryan Cranston.
.EXAMPLE
PS... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Update-TraktHistory.ps1 | Update-TraktHistory.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Stop-TraktScrobble.ps1 | Stop-TraktScrobble.ps1 | <#
.Synopsis
Retrieves people information from Trakt.TV.
.DESCRIPTION
Retrieves people information from Trakt.TV.
.EXAMPLE
PS C:\> Get-People -ASinglePerson -Id "bryan-cranston"
Description
-----------
This example shows how to retrieve information over Bryan Cranston.
.EXAMPLE
PS... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktEpisode.ps1 | Get-TraktEpisode.ps1 | <#
.Synopsis
Gets episodes information from Trakt.TV.
.DESCRIPTION
Gets episodes information from Trakt.TV.
.EXAMPLE
PS C:\> Get-TraktEpisode -Summary -Id "the-flash-2014" -SeasonNumber 2 -EpisodeNumber 1 -Extended full
Description
-----------
This example shows how to retrieve a ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Remove-TraktHistory.ps1 | Remove-TraktHistory.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Set-TraktCheckin.ps1 | Set-TraktCheckin.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktSeason.ps1 | Get-TraktSeason.ps1 | <#
.Synopsis
Gets all season information form TraktTV.
.DESCRIPTION
Gets all season information form TraktTV.
.EXAMPLE
PS C:\> Get-TraktSeason -Id "the-flash-2014" -Summary
Description
-----------
This example shows how to retrieve season information for the show the flash from Trakt.... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Set-TraktComment.ps1 | Set-TraktComment.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktUserList.ps1 | Get-TraktUserList.ps1 | <#
.Synopsis
Returns all custom lists for a user.
.DESCRIPTION
Returns all custom lists for a user.
.EXAMPLE
PS C:\> Get-TraktUserProfile -Id 'sean'
Description
-----------
This example shows how to retrieve the user profile information from sean from Trakt.TV.
.INPUTS
None
... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktMovie.ps1 | Get-TraktMovie.ps1 | <#
.Synopsis
Gets all movies information from Trakt.TV.
.DESCRIPTION
Gets all movies information from Trakt.TV.
.EXAMPLE
PS C:\> Get-TraktMovie -Played
Description
-----------
This example shows how to retrieve the most played movies from Trakt.TV.
.EXAMPLE
PS C:\> Get-Trakt... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Remove-TraktCheckin.ps1 | Remove-TraktCheckin.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Search-Trakt.ps1 | Search-Trakt.ps1 | <#
.Synopsis
Returns all movies or shows a user has watched sorted by most plays.
.DESCRIPTION
Returns all movies or shows a user has watched sorted by most plays.
.EXAMPLE
PS C:\> Get-TraktWatched -Type movies
Description
-----------
This example shows how to retrieve all movies ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktPlayback.ps1 | Get-TraktPlayback.ps1 | <#
.Synopsis
Gets all playback information from Trakt.TV.
.DESCRIPTION
Gets all playback information from Trakt.TV.
.EXAMPLE
PS C:\> Get-TraktPlayback -Type movies
Description
-----------
This example shows how to retrieve the movies playback information from Trakt.TV.
.EXAMPLE
... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Add-TraktUserListLike.ps1 | Add-TraktUserListLike.ps1 | <#
.Synopsis
Returns all custom lists for a user.
.DESCRIPTION
Returns all custom lists for a user.
.EXAMPLE
PS C:\> Get-TraktUserProfile -Id 'sean'
Description
-----------
This example shows how to retrieve the user profile information from sean from Trakt.TV.
.INPUTS
None
... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Deny-TraktUserFollowerRequests.ps1 | Deny-TraktUserFollowerRequests.ps1 | <#
.Synopsis
Deny a follower using the id of the request. If the id is not found, was already approved, or was already denied, a 404 error will be returned.
.DESCRIPTION
Deny a follower using the id of the request. If the id is not found, was already approved, or was already denied, a 404 error will be retu... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktUserCollection.ps1 | Get-TraktUserCollection.ps1 | <#
.Synopsis
Get all collected items in a user's collection. A collected item indicates availability to watch digitally or on physical media.
.DESCRIPTION
Get all collected items in a user's collection. A collected item indicates availability to watch digitally or on physical media.
.EXAMPLE
PS C:\> G... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktWatched.ps1 | Get-TraktWatched.ps1 | <#
.Synopsis
Returns all movies or shows a user has watched sorted by most plays.
.DESCRIPTION
Returns all movies or shows a user has watched sorted by most plays.
.EXAMPLE
PS C:\> Get-TraktWatched -Type movies
Description
-----------
This example shows how to retrieve all movies ... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktWatchList.ps1 | Get-TraktWatchList.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktUserHiddenItem.ps1 | Get-TraktUserHiddenItem.ps1 | <#
.Synopsis
Get hidden items for a section. This will return an array of standard media objects.
.DESCRIPTION
Get hidden items for a section. This will return an array of standard media objects.
.EXAMPLE
PS C:\> Get-TraktHiddenItem -Section recommendations
Description
-----------
Thi... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Get-TraktGenre.ps1 | Get-TraktGenre.ps1 | <#
.Synopsis
Gets all collected items in a user's collection.
.DESCRIPTION
Gets all collected items in a user's collection.
.EXAMPLE
PS C:\> Get-TraktCollection -Type movies
Description
-----------
This example shows how to get all collected movies from your Trakt.TV collection.
.EXA... |
PowerShellCorpus/Github/juniinacio_Trakt-PowerShell/Trakt-PowerShell/Public/Remove-TraktPlayback.ps1 | Remove-TraktPlayback.ps1 | <#
.Synopsis
Remove a playback item from a user's playback progress list.
.DESCRIPTION
Remove a playback item from a user's playback progress list.
.EXAMPLE
PS C:\> Remove-TraktPlayback -Id 1375
Description
-----------
This example shows how to remove the playback information for ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.