C# Class TraktPlugin.TraktAPI.TraktAPI

Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Méthodes publiques

Méthode Description
AddEpisodeToCollection ( TraktSyncEpisodeCollected episode ) : TraktSyncResponse
AddEpisodeToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeRated episode ) : TraktSyncResponse

Rate a single episode on trakt.tv

AddEpisodeToRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx item ) : TraktSyncResponse

Rate a single episode on trakt.tv (with show info)

AddEpisodeToWatchedHistory ( TraktSyncEpisodeWatched episode ) : TraktSyncResponse
AddEpisodeToWatchlist ( TraktEpisode episode ) : TraktSyncResponse
AddEpisodesToCollecton ( TraktSyncEpisodesCollected episodes ) : TraktSyncResponse
AddEpisodesToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesRated episodes ) : TraktSyncResponse
AddEpisodesToWatchedHistory ( TraktSyncEpisodesWatched episodes ) : TraktSyncResponse
AddEpisodesToWatchlist ( TraktSyncEpisodes episodes ) : TraktSyncResponse
AddItemsToList ( string username, string id, TraktSyncAll items ) : TraktSyncResponse
AddMovieToCollection ( TraktSyncMovieCollected movie ) : TraktSyncResponse
AddMovieToRatings ( TraktSyncMovieRated movie ) : TraktSyncResponse

Rate a single movie on trakt.tv

AddMovieToWatchedHistory ( TraktSyncMovieWatched movie ) : TraktSyncResponse
AddMovieToWatchlist ( TraktMovie movie ) : TraktSyncResponse
AddMoviesToCollecton ( TraktSyncMoviesCollected movies ) : TraktSyncResponse
AddMoviesToRatings ( TraktSyncMoviesRated movies ) : TraktSyncResponse
AddMoviesToWatchedHistory ( TraktSyncMoviesWatched movies ) : TraktSyncResponse
AddMoviesToWatchlist ( TraktSyncMovies movies ) : TraktSyncResponse
AddSeasonToRatingsEx ( TraktSyncSeasonRatedEx item ) : TraktSyncResponse

Rate a single season on trakt.tv (with show info)

AddSeasonToWatchlist ( TraktSyncSeasonEx show ) : TraktSyncResponse
AddSeasonsToRatingsEx ( TraktSyncSeasonsRatedEx shows ) : TraktSyncResponse
AddSeasonsToWatchlist ( TraktSyncSeasonsEx shows ) : TraktSyncResponse
AddShowToCollection ( TraktShow show ) : TraktSyncResponse
AddShowToCollectionEx ( TraktSyncShowEx show ) : TraktSyncResponse
AddShowToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRated show ) : TraktSyncResponse

Rate a single show on trakt.tv

AddShowToWatchedHistory ( TraktShow show ) : TraktSyncResponse
AddShowToWatchedHistoryEx ( TraktSyncShowEx show ) : TraktSyncResponse
AddShowToWatchlist ( TraktShow show ) : TraktSyncResponse
AddShowToWatchlistEx ( TraktSyncShowEx show ) : TraktSyncResponse
AddShowsToCollecton ( TraktSyncShows shows ) : TraktSyncResponse
AddShowsToCollectonEx ( TraktSyncShowsCollectedEx shows ) : TraktSyncResponse
AddShowsToCollectonEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
AddShowsToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRated shows ) : TraktSyncResponse
AddShowsToRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx shows ) : TraktSyncResponse
AddShowsToWatchedHistory ( TraktSyncShows shows ) : TraktSyncResponse
AddShowsToWatchedHistoryEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
AddShowsToWatchedHistoryEx ( TraktSyncShowsWatchedEx shows ) : TraktSyncResponse
AddShowsToWatchlist ( TraktSyncShows shows ) : TraktSyncResponse
AddShowsToWatchlistEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
CreateCustomList ( TraktList list, string username = "me" ) : TraktListDetail
DeleteUserList ( string username, string listId ) : bool
DismissRecommendedMovie ( string movieId ) : bool
DismissRecommendedShow ( string showId ) : bool
GetAnticipatedMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesAnticipated
GetAnticipatedShows ( int page = 1, int maxItems = 100 ) : TraktShowsAnticipated
GetBoxOffice ( ) : IEnumerable
GetCalendarPremieres ( ) : IEnumerable>.Dictionary

Returns list of episodes in the Premieres Calendar

GetCalendarPremieres ( string startDate, string days ) : IEnumerable>.Dictionary

Returns list of episodes in the Premieres Calendar

GetCalendarShows ( ) : IEnumerable>.Dictionary

Returns list of episodes in the Calendar

GetCalendarShows ( string startDate, string days, bool userCalendar ) : IEnumerable>.Dictionary

Returns list of episodes in the Calendar

GetCollectedEpisodes ( ) : IEnumerable
GetCollectedMovies ( ) : IEnumerable
GetCommentReplies ( string id ) : IEnumerable
GetCommunityActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetCommunityActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetCommunityActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetEpisodeComments ( string id, int season, int episode, int page = 1, int maxItems = 1000 ) : IEnumerable
GetEpisodeRatings ( string id, int season, int episode ) : TraktRating
GetFollowerRequests ( ) : IEnumerable

Gets a list of follower requests for the current user

GetFollowersActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFollowersActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFollowersActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFollowingActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFollowingActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFollowingActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFriendActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFriendActivity ( List types, List actions, bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFriendActivity ( List types, List actions, long start, long end, bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetFriendActivity ( bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetLastSyncActivities ( ) : TraktLastSyncActivities
GetLikedItems ( string type = "all", string extendedInfoParams = "min", int page = 1, int maxItems = 10 ) : TraktLikes

Gets the current users liked items (comments and/or lists)

GetMovieComments ( string id, int page = 1, int maxItems = 1000 ) : IEnumerable
GetMovieCreditsForPerson ( string person ) : TraktPersonMovieCredits
GetMoviePeople ( string id ) : TraktCredits
GetMovieSummary ( string id ) : TraktMovieSummary
GetNetworkFollowers ( ) : IEnumerable

Returns a list of people that follow the current user

GetNetworkFollowers ( string username ) : IEnumerable
GetNetworkFollowing ( ) : IEnumerable

Returns a list of people the current user follows

GetNetworkFollowing ( string username ) : IEnumerable
GetNetworkFriends ( ) : IEnumerable

Returns a list of Friends for current user Friends are a two-way relationship ie. both following each other

GetNetworkFriends ( string username ) : IEnumerable
GetPausedEpisodes ( ) : IEnumerable
GetPausedMovies ( ) : IEnumerable
GetPersonSummary ( string person ) : TraktPersonSummary
GetPopularMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesPopular
GetPopularShows ( int page = 1, int maxItems = 100 ) : TraktShowsPopular
GetRatedEpisodes ( ) : IEnumerable
GetRatedMovies ( ) : IEnumerable
GetRatedSeasons ( ) : IEnumerable
GetRatedShows ( ) : IEnumerable
GetRecentlyUpdatedMovies ( string sincedate, int page = 1, int maxItems = 100 ) : TraktMoviesUpdated
GetRecentlyUpdatedShows ( string sincedate, int page = 1, int maxItems = 100 ) : TraktShowsUpdated
GetRecommendedMovies ( string extendedInfoParams = "min" ) : IEnumerable
GetRecommendedShows ( ) : IEnumerable
GetRelatedMovies ( string id, int limit = 10 ) : IEnumerable
GetRelatedShows ( string id, int limit = 10 ) : IEnumerable
GetSeasonComments ( string id, int season, int page = 1, int maxItems = 1000 ) : IEnumerable
GetSeasonEpisodes ( string showId, string seasonId ) : IEnumerable
GetSeasonRatings ( string id, int season ) : TraktRating
GetShowComments ( string id, int page = 1, int maxItems = 1000 ) : IEnumerable
GetShowCreditsForPerson ( string person ) : TraktPersonShowCredits
GetShowPeople ( string id ) : TraktCredits
GetShowRatings ( string id ) : TraktRating
GetShowSeasons ( string id, string extendedParameter = "full" ) : IEnumerable

Gets the seasons for a show

GetShowSummary ( string id ) : TraktShowSummary
GetTrendingMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesTrending
GetTrendingShows ( int page = 1, int maxItems = 100 ) : TraktShowsTrending
GetUserActivity ( string username, List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
GetUserListItems ( string username, string listId, string extendedInfoParams = "min" ) : IEnumerable
GetUserLists ( string username = "me" ) : IEnumerable
GetUserProfile ( string username = "me" ) : TraktUserSummary
GetUserStatistics ( string username = "me" ) : TraktUserStatistics
GetUsersComments ( string username = "me", string commentType = "all", string type = "all", string extendedInfoParams = "min", int page = 1, int maxItems = 10 ) : TraktComments

Get comments for user sorted by most recent

GetUsersEpisodeWatchedHistory ( string username = "me", int page = 1, int maxItems = 100 ) : IEnumerable
GetUsersMovieWatchedHistory ( string username = "me", int page = 1, int maxItems = 100 ) : IEnumerable
GetWatchListEpisodes ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
GetWatchListMovies ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
GetWatchListSeasons ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
GetWatchListShows ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
GetWatchedEpisodes ( ) : IEnumerable
GetWatchedMovies ( ) : IEnumerable
LikeComment ( int id ) : bool
LikeList ( string username, int id ) : bool
Login ( string loginData = null ) : TraktUserToken

Login to trakt and to request a user token for all subsequent requests

NetworkApproveFollower ( int id ) : TraktNetworkUser
NetworkDenyFollower ( int id ) : bool
NetworkFollowUser ( string username ) : TraktNetworkApproval
NetworkUnFollowUser ( string username ) : bool
PauseEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
PauseMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
RemoveEpisodeFromCollection ( TraktEpisode episode ) : TraktSyncResponse
RemoveEpisodeFromRatings ( TraktEpisode episode ) : TraktSyncResponse

UnRate a single episode on trakt.tv

RemoveEpisodeFromRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx item ) : TraktSyncResponse

UnRate a single episode on trakt.tv (with show info)

RemoveEpisodeFromWatchedHistory ( TraktEpisode episode ) : TraktSyncResponse
RemoveEpisodeFromWatchlist ( TraktEpisode episode ) : TraktSyncResponse
RemoveEpisodesFromCollecton ( TraktSyncEpisodes episodes ) : TraktSyncResponse
RemoveEpisodesFromRatings ( TraktSyncEpisodes episodes ) : TraktSyncResponse
RemoveEpisodesFromWatchedHistory ( TraktSyncEpisodes episodes ) : TraktSyncResponse
RemoveEpisodesFromWatchlist ( TraktSyncEpisodes episodes ) : TraktSyncResponse
RemoveItemsFromList ( string username, string id, TraktSyncAll items ) : TraktSyncResponse
RemoveMovieFromCollection ( TraktMovie movie ) : TraktSyncResponse
RemoveMovieFromRatings ( TraktMovie movie ) : TraktSyncResponse

UnRate a single movie on trakt.tv

RemoveMovieFromWatchedHistory ( TraktMovie movie ) : TraktSyncResponse
RemoveMovieFromWatchlist ( TraktMovie movie ) : TraktSyncResponse
RemoveMoviesFromCollecton ( TraktSyncMovies movies ) : TraktSyncResponse
RemoveMoviesFromRatings ( TraktSyncMovies movies ) : TraktSyncResponse
RemoveMoviesFromWatchedHistory ( TraktSyncMovies movies ) : TraktSyncResponse
RemoveMoviesFromWatchlist ( TraktSyncMovies movies ) : TraktSyncResponse
RemoveSeasonFromRatingsEx ( TraktSyncSeasonRatedEx item ) : TraktSyncResponse

UnRate a single season on trakt.tv (with show info)

RemoveSeasonFromWatchlist ( TraktSyncSeasonEx show ) : TraktSyncResponse
RemoveSeasonsFromRatingsEx ( TraktSyncSeasonsRatedEx shows ) : TraktSyncResponse
RemoveSeasonsFromWatchlist ( TraktSyncSeasonsEx shows ) : TraktSyncResponse
RemoveShowFromCollection ( TraktShow show ) : TraktSyncResponse
RemoveShowFromCollectionEx ( TraktSyncShowEx show ) : TraktSyncResponse
RemoveShowFromRatings ( TraktShow show ) : TraktSyncResponse

UnRate a single show on trakt.tv

RemoveShowFromWatchedHistory ( TraktShow show ) : TraktSyncResponse
RemoveShowFromWatchedHistoryEx ( TraktSyncShowEx show ) : TraktSyncResponse
RemoveShowFromWatchlist ( TraktShow show ) : TraktSyncResponse
RemoveShowFromWatchlistEx ( TraktSyncShowEx show ) : TraktSyncResponse
RemoveShowsFromCollecton ( TraktSyncShows shows ) : TraktSyncResponse
RemoveShowsFromCollectonEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
RemoveShowsFromRatings ( TraktSyncShows shows ) : TraktSyncResponse
RemoveShowsFromRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx shows ) : TraktSyncResponse
RemoveShowsFromWatchedHistory ( TraktSyncShows shows ) : TraktSyncResponse
RemoveShowsFromWatchedHistoryEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
RemoveShowsFromWatchlist ( TraktSyncShows shows ) : TraktSyncResponse
RemoveShowsFromWatchlistEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
Search ( string searchTerm, HashSet types, int maxResults ) : IEnumerable

//TODO switch over to comma-seperate types in a single search Search from one or more types, movies, episodes, shows etc...

SearchById ( string idType, string id ) : IEnumerable

Returns a list of items found when searching by id

SearchEpisodes ( string searchTerm ) : IEnumerable

Returns a list of episodes found using search term

SearchEpisodes ( string searchTerm, int maxResults ) : IEnumerable
SearchForUsers ( string searchTerm ) : IEnumerable

Returns a list of users found using search term

SearchLists ( string searchTerm ) : IEnumerable

Returns a list of lists found using search term

SearchLists ( string searchTerm, int maxResults ) : IEnumerable
SearchMovies ( string searchTerm ) : IEnumerable

Returns a list of movies found using search term

SearchMovies ( string searchTerm, int maxResults ) : IEnumerable
SearchPeople ( string searchTerm ) : IEnumerable

Returns a list of people found using search term

SearchPeople ( string searchTerm, int maxResults ) : IEnumerable
SearchShows ( string searchTerm ) : IEnumerable

Returns a list of shows found using search term

SearchShows ( string searchTerm, int maxResults ) : IEnumerable
SearchUsers ( string searchTerm, int maxResults ) : IEnumerable
StartEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
StartMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
StopEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
StopMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
UnLikeComment ( int id ) : bool
UnLikeList ( string username, int id ) : bool
UpdateCustomList ( TraktListDetail list, string username = "me" ) : TraktListDetail

Private Methods

Méthode Description
DeleteFromTrakt ( string address ) : bool
GetFromTrakt ( string address, WebHeaderCollection &headerCollection, string method = "GET", bool sendOAuth = true ) : string
GetFromTrakt ( string address, string method = "GET", bool sendOAuth = true ) : string
GetUserLogin ( ) : string

Gets a User Login object

PostToTrakt ( string address, string postData, bool logRequest = true, string method = "POST" ) : string
ReplaceOnTrakt ( string address, string postData ) : string

Method Details

AddEpisodeToCollection() public static méthode

public static AddEpisodeToCollection ( TraktSyncEpisodeCollected episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeCollected
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToRatings() public static méthode

Rate a single episode on trakt.tv
public static AddEpisodeToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeRated episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeRated
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToRatingsEx() public static méthode

Rate a single episode on trakt.tv (with show info)
public static AddEpisodeToRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToWatchedHistory() public static méthode

public static AddEpisodeToWatchedHistory ( TraktSyncEpisodeWatched episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeWatched
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToWatchlist() public static méthode

public static AddEpisodeToWatchlist ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToCollecton() public static méthode

public static AddEpisodesToCollecton ( TraktSyncEpisodesCollected episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesCollected
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToRatings() public static méthode

public static AddEpisodesToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesRated episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesRated
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToWatchedHistory() public static méthode

public static AddEpisodesToWatchedHistory ( TraktSyncEpisodesWatched episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesWatched
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToWatchlist() public static méthode

public static AddEpisodesToWatchlist ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddItemsToList() public static méthode

public static AddItemsToList ( string username, string id, TraktSyncAll items ) : TraktSyncResponse
username string
id string
items TraktPlugin.TraktAPI.DataStructures.TraktSyncAll
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToCollection() public static méthode

public static AddMovieToCollection ( TraktSyncMovieCollected movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktSyncMovieCollected
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToRatings() public static méthode

Rate a single movie on trakt.tv
public static AddMovieToRatings ( TraktSyncMovieRated movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktSyncMovieRated
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToWatchedHistory() public static méthode

public static AddMovieToWatchedHistory ( TraktSyncMovieWatched movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktSyncMovieWatched
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToWatchlist() public static méthode

public static AddMovieToWatchlist ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToCollecton() public static méthode

public static AddMoviesToCollecton ( TraktSyncMoviesCollected movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMoviesCollected
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToRatings() public static méthode

public static AddMoviesToRatings ( TraktSyncMoviesRated movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMoviesRated
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToWatchedHistory() public static méthode

public static AddMoviesToWatchedHistory ( TraktSyncMoviesWatched movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMoviesWatched
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToWatchlist() public static méthode

public static AddMoviesToWatchlist ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonToRatingsEx() public static méthode

Rate a single season on trakt.tv (with show info)
public static AddSeasonToRatingsEx ( TraktSyncSeasonRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonToWatchlist() public static méthode

public static AddSeasonToWatchlist ( TraktSyncSeasonEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonsToRatingsEx() public static méthode

public static AddSeasonsToRatingsEx ( TraktSyncSeasonsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonsToWatchlist() public static méthode

public static AddSeasonsToWatchlist ( TraktSyncSeasonsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToCollection() public static méthode

public static AddShowToCollection ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToCollectionEx() public static méthode

public static AddShowToCollectionEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToRatings() public static méthode

Rate a single show on trakt.tv
public static AddShowToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRated show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRated
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchedHistory() public static méthode

public static AddShowToWatchedHistory ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchedHistoryEx() public static méthode

public static AddShowToWatchedHistoryEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchlist() public static méthode

public static AddShowToWatchlist ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchlistEx() public static méthode

public static AddShowToWatchlistEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToCollecton() public static méthode

public static AddShowsToCollecton ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToCollectonEx() public static méthode

public static AddShowsToCollectonEx ( TraktSyncShowsCollectedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsCollectedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToCollectonEx() public static méthode

public static AddShowsToCollectonEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToRatings() public static méthode

public static AddShowsToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRated shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRated
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToRatingsEx() public static méthode

public static AddShowsToRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchedHistory() public static méthode

public static AddShowsToWatchedHistory ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchedHistoryEx() public static méthode

public static AddShowsToWatchedHistoryEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchedHistoryEx() public static méthode

public static AddShowsToWatchedHistoryEx ( TraktSyncShowsWatchedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsWatchedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchlist() public static méthode

public static AddShowsToWatchlist ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchlistEx() public static méthode

public static AddShowsToWatchlistEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

CreateCustomList() public static méthode

public static CreateCustomList ( TraktList list, string username = "me" ) : TraktListDetail
list TraktPlugin.TraktAPI.DataStructures.TraktList
username string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktListDetail

DeleteUserList() public static méthode

public static DeleteUserList ( string username, string listId ) : bool
username string
listId string
Résultat bool

DismissRecommendedMovie() public static méthode

public static DismissRecommendedMovie ( string movieId ) : bool
movieId string
Résultat bool

DismissRecommendedShow() public static méthode

public static DismissRecommendedShow ( string showId ) : bool
showId string
Résultat bool

GetAnticipatedMovies() public static méthode

public static GetAnticipatedMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesAnticipated
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktMoviesAnticipated

GetAnticipatedShows() public static méthode

public static GetAnticipatedShows ( int page = 1, int maxItems = 100 ) : TraktShowsAnticipated
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktShowsAnticipated

GetBoxOffice() public static méthode

public static GetBoxOffice ( ) : IEnumerable
Résultat IEnumerable

GetCalendarPremieres() public static méthode

Returns list of episodes in the Premieres Calendar
public static GetCalendarPremieres ( ) : IEnumerable>.Dictionary
Résultat IEnumerable>.Dictionary

GetCalendarPremieres() public static méthode

Returns list of episodes in the Premieres Calendar
public static GetCalendarPremieres ( string startDate, string days ) : IEnumerable>.Dictionary
startDate string Start Date of calendar in form yyyyMMdd
days string Number of days to return in calendar
Résultat IEnumerable>.Dictionary

GetCalendarShows() public static méthode

Returns list of episodes in the Calendar
public static GetCalendarShows ( ) : IEnumerable>.Dictionary
Résultat IEnumerable>.Dictionary

GetCalendarShows() public static méthode

Returns list of episodes in the Calendar
public static GetCalendarShows ( string startDate, string days, bool userCalendar ) : IEnumerable>.Dictionary
startDate string Start Date of calendar in form yyyyMMdd
days string Number of days to return in calendar
userCalendar bool Set to true to get the calendar filtered by users shows in library
Résultat IEnumerable>.Dictionary

GetCollectedEpisodes() public static méthode

public static GetCollectedEpisodes ( ) : IEnumerable
Résultat IEnumerable

GetCollectedMovies() public static méthode

public static GetCollectedMovies ( ) : IEnumerable
Résultat IEnumerable

GetCommentReplies() public static méthode

public static GetCommentReplies ( string id ) : IEnumerable
id string
Résultat IEnumerable

GetCommunityActivity() public static méthode

public static GetCommunityActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetCommunityActivity() public static méthode

public static GetCommunityActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetCommunityActivity() public static méthode

public static GetCommunityActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetEpisodeComments() public static méthode

public static GetEpisodeComments ( string id, int season, int episode, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
season int
episode int
page int
maxItems int
Résultat IEnumerable

GetEpisodeRatings() public static méthode

public static GetEpisodeRatings ( string id, int season, int episode ) : TraktRating
id string
season int
episode int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktRating

GetFollowerRequests() public static méthode

Gets a list of follower requests for the current user
public static GetFollowerRequests ( ) : IEnumerable
Résultat IEnumerable

GetFollowersActivity() public static méthode

public static GetFollowersActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowersActivity() public static méthode

public static GetFollowersActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowersActivity() public static méthode

public static GetFollowersActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowingActivity() public static méthode

public static GetFollowingActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowingActivity() public static méthode

public static GetFollowingActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowingActivity() public static méthode

public static GetFollowingActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() public static méthode

public static GetFriendActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() public static méthode

public static GetFriendActivity ( List types, List actions, bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
includeMe bool
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() public static méthode

public static GetFriendActivity ( List types, List actions, long start, long end, bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
includeMe bool
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() public static méthode

public static GetFriendActivity ( bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
includeMe bool
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetLastSyncActivities() public static méthode

public static GetLastSyncActivities ( ) : TraktLastSyncActivities
Résultat TraktPlugin.TraktAPI.DataStructures.TraktLastSyncActivities

GetLikedItems() public static méthode

Gets the current users liked items (comments and/or lists)
public static GetLikedItems ( string type = "all", string extendedInfoParams = "min", int page = 1, int maxItems = 10 ) : TraktLikes
type string The type of liked item: all (default), lists or comments
extendedInfoParams string Extended Info: min, full, images (comma separated)
page int Page Number
maxItems int Maximum number of items to request per page (this should be consistent per page request)
Résultat TraktPlugin.TraktAPI.DataStructures.TraktLikes

GetMovieComments() public static méthode

public static GetMovieComments ( string id, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
page int
maxItems int
Résultat IEnumerable

GetMovieCreditsForPerson() public static méthode

public static GetMovieCreditsForPerson ( string person ) : TraktPersonMovieCredits
person string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktPersonMovieCredits

GetMoviePeople() public static méthode

public static GetMoviePeople ( string id ) : TraktCredits
id string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktCredits

GetMovieSummary() public static méthode

public static GetMovieSummary ( string id ) : TraktMovieSummary
id string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktMovieSummary

GetNetworkFollowers() public static méthode

Returns a list of people that follow the current user
public static GetNetworkFollowers ( ) : IEnumerable
Résultat IEnumerable

GetNetworkFollowers() public static méthode

public static GetNetworkFollowers ( string username ) : IEnumerable
username string
Résultat IEnumerable

GetNetworkFollowing() public static méthode

Returns a list of people the current user follows
public static GetNetworkFollowing ( ) : IEnumerable
Résultat IEnumerable

GetNetworkFollowing() public static méthode

public static GetNetworkFollowing ( string username ) : IEnumerable
username string
Résultat IEnumerable

GetNetworkFriends() public static méthode

Returns a list of Friends for current user Friends are a two-way relationship ie. both following each other
public static GetNetworkFriends ( ) : IEnumerable
Résultat IEnumerable

GetNetworkFriends() public static méthode

public static GetNetworkFriends ( string username ) : IEnumerable
username string
Résultat IEnumerable

GetPausedEpisodes() public static méthode

public static GetPausedEpisodes ( ) : IEnumerable
Résultat IEnumerable

GetPausedMovies() public static méthode

public static GetPausedMovies ( ) : IEnumerable
Résultat IEnumerable

GetPersonSummary() public static méthode

public static GetPersonSummary ( string person ) : TraktPersonSummary
person string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktPersonSummary

GetPopularMovies() public static méthode

public static GetPopularMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesPopular
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktMoviesPopular

GetPopularShows() public static méthode

public static GetPopularShows ( int page = 1, int maxItems = 100 ) : TraktShowsPopular
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktShowsPopular

GetRatedEpisodes() public static méthode

public static GetRatedEpisodes ( ) : IEnumerable
Résultat IEnumerable

GetRatedMovies() public static méthode

public static GetRatedMovies ( ) : IEnumerable
Résultat IEnumerable

GetRatedSeasons() public static méthode

public static GetRatedSeasons ( ) : IEnumerable
Résultat IEnumerable

GetRatedShows() public static méthode

public static GetRatedShows ( ) : IEnumerable
Résultat IEnumerable

GetRecentlyUpdatedMovies() public static méthode

public static GetRecentlyUpdatedMovies ( string sincedate, int page = 1, int maxItems = 100 ) : TraktMoviesUpdated
sincedate string
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktMoviesUpdated

GetRecentlyUpdatedShows() public static méthode

public static GetRecentlyUpdatedShows ( string sincedate, int page = 1, int maxItems = 100 ) : TraktShowsUpdated
sincedate string
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktShowsUpdated

GetRecommendedMovies() public static méthode

public static GetRecommendedMovies ( string extendedInfoParams = "min" ) : IEnumerable
extendedInfoParams string
Résultat IEnumerable

GetRecommendedShows() public static méthode

public static GetRecommendedShows ( ) : IEnumerable
Résultat IEnumerable

GetRelatedMovies() public static méthode

public static GetRelatedMovies ( string id, int limit = 10 ) : IEnumerable
id string
limit int
Résultat IEnumerable

GetRelatedShows() public static méthode

public static GetRelatedShows ( string id, int limit = 10 ) : IEnumerable
id string
limit int
Résultat IEnumerable

GetSeasonComments() public static méthode

public static GetSeasonComments ( string id, int season, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
season int
page int
maxItems int
Résultat IEnumerable

GetSeasonEpisodes() public static méthode

public static GetSeasonEpisodes ( string showId, string seasonId ) : IEnumerable
showId string
seasonId string
Résultat IEnumerable

GetSeasonRatings() public static méthode

public static GetSeasonRatings ( string id, int season ) : TraktRating
id string
season int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktRating

GetShowComments() public static méthode

public static GetShowComments ( string id, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
page int
maxItems int
Résultat IEnumerable

GetShowCreditsForPerson() public static méthode

public static GetShowCreditsForPerson ( string person ) : TraktPersonShowCredits
person string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktPersonShowCredits

GetShowPeople() public static méthode

public static GetShowPeople ( string id ) : TraktCredits
id string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktCredits

GetShowRatings() public static méthode

public static GetShowRatings ( string id ) : TraktRating
id string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktRating

GetShowSeasons() public static méthode

Gets the seasons for a show
public static GetShowSeasons ( string id, string extendedParameter = "full" ) : IEnumerable
id string the id of the tv show
extendedParameter string request parameters, "episodes,full"
Résultat IEnumerable

GetShowSummary() public static méthode

public static GetShowSummary ( string id ) : TraktShowSummary
id string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktShowSummary

GetTrendingMovies() public static méthode

public static GetTrendingMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesTrending
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktMoviesTrending

GetTrendingShows() public static méthode

public static GetTrendingShows ( int page = 1, int maxItems = 100 ) : TraktShowsTrending
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktShowsTrending

GetUserActivity() public static méthode

public static GetUserActivity ( string username, List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
username string
types List
actions List
Résultat TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetUserListItems() public static méthode

public static GetUserListItems ( string username, string listId, string extendedInfoParams = "min" ) : IEnumerable
username string
listId string
extendedInfoParams string
Résultat IEnumerable

GetUserLists() public static méthode

public static GetUserLists ( string username = "me" ) : IEnumerable
username string
Résultat IEnumerable

GetUserProfile() public static méthode

public static GetUserProfile ( string username = "me" ) : TraktUserSummary
username string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktUserSummary

GetUserStatistics() public static méthode

public static GetUserStatistics ( string username = "me" ) : TraktUserStatistics
username string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktUserStatistics

GetUsersComments() public static méthode

Get comments for user sorted by most recent
public static GetUsersComments ( string username = "me", string commentType = "all", string type = "all", string extendedInfoParams = "min", int page = 1, int maxItems = 10 ) : TraktComments
username string Username of person that made comment
commentType string all, reviews, shouts
type string all, movies, shows, seasons, episodes, lists
extendedInfoParams string
page int
maxItems int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktComments

GetUsersEpisodeWatchedHistory() public static méthode

public static GetUsersEpisodeWatchedHistory ( string username = "me", int page = 1, int maxItems = 100 ) : IEnumerable
username string
page int
maxItems int
Résultat IEnumerable

GetUsersMovieWatchedHistory() public static méthode

public static GetUsersMovieWatchedHistory ( string username = "me", int page = 1, int maxItems = 100 ) : IEnumerable
username string
page int
maxItems int
Résultat IEnumerable

GetWatchListEpisodes() public static méthode

public static GetWatchListEpisodes ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Résultat IEnumerable

GetWatchListMovies() public static méthode

public static GetWatchListMovies ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Résultat IEnumerable

GetWatchListSeasons() public static méthode

public static GetWatchListSeasons ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Résultat IEnumerable

GetWatchListShows() public static méthode

public static GetWatchListShows ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Résultat IEnumerable

GetWatchedEpisodes() public static méthode

public static GetWatchedEpisodes ( ) : IEnumerable
Résultat IEnumerable

GetWatchedMovies() public static méthode

public static GetWatchedMovies ( ) : IEnumerable
Résultat IEnumerable

LikeComment() public static méthode

public static LikeComment ( int id ) : bool
id int
Résultat bool

LikeList() public static méthode

public static LikeList ( string username, int id ) : bool
username string
id int
Résultat bool

Login() public static méthode

Login to trakt and to request a user token for all subsequent requests
public static Login ( string loginData = null ) : TraktUserToken
loginData string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktUserToken

NetworkApproveFollower() public static méthode

public static NetworkApproveFollower ( int id ) : TraktNetworkUser
id int
Résultat TraktPlugin.TraktAPI.DataStructures.TraktNetworkUser

NetworkDenyFollower() public static méthode

public static NetworkDenyFollower ( int id ) : bool
id int
Résultat bool

NetworkFollowUser() public static méthode

public static NetworkFollowUser ( string username ) : TraktNetworkApproval
username string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktNetworkApproval

NetworkUnFollowUser() public static méthode

public static NetworkUnFollowUser ( string username ) : bool
username string
Résultat bool

PauseEpisodeScrobble() public static méthode

public static PauseEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktScrobbleEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

PauseMovieScrobble() public static méthode

public static PauseMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

RemoveEpisodeFromCollection() public static méthode

public static RemoveEpisodeFromCollection ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromRatings() public static méthode

UnRate a single episode on trakt.tv
public static RemoveEpisodeFromRatings ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromRatingsEx() public static méthode

UnRate a single episode on trakt.tv (with show info)
public static RemoveEpisodeFromRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromWatchedHistory() public static méthode

public static RemoveEpisodeFromWatchedHistory ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromWatchlist() public static méthode

public static RemoveEpisodeFromWatchlist ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromCollecton() public static méthode

public static RemoveEpisodesFromCollecton ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromRatings() public static méthode

public static RemoveEpisodesFromRatings ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromWatchedHistory() public static méthode

public static RemoveEpisodesFromWatchedHistory ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromWatchlist() public static méthode

public static RemoveEpisodesFromWatchlist ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveItemsFromList() public static méthode

public static RemoveItemsFromList ( string username, string id, TraktSyncAll items ) : TraktSyncResponse
username string
id string
items TraktPlugin.TraktAPI.DataStructures.TraktSyncAll
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromCollection() public static méthode

public static RemoveMovieFromCollection ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromRatings() public static méthode

UnRate a single movie on trakt.tv
public static RemoveMovieFromRatings ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromWatchedHistory() public static méthode

public static RemoveMovieFromWatchedHistory ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromWatchlist() public static méthode

public static RemoveMovieFromWatchlist ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromCollecton() public static méthode

public static RemoveMoviesFromCollecton ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromRatings() public static méthode

public static RemoveMoviesFromRatings ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromWatchedHistory() public static méthode

public static RemoveMoviesFromWatchedHistory ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromWatchlist() public static méthode

public static RemoveMoviesFromWatchlist ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonFromRatingsEx() public static méthode

UnRate a single season on trakt.tv (with show info)
public static RemoveSeasonFromRatingsEx ( TraktSyncSeasonRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonFromWatchlist() public static méthode

public static RemoveSeasonFromWatchlist ( TraktSyncSeasonEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonsFromRatingsEx() public static méthode

public static RemoveSeasonsFromRatingsEx ( TraktSyncSeasonsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonsFromWatchlist() public static méthode

public static RemoveSeasonsFromWatchlist ( TraktSyncSeasonsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromCollection() public static méthode

public static RemoveShowFromCollection ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromCollectionEx() public static méthode

public static RemoveShowFromCollectionEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromRatings() public static méthode

UnRate a single show on trakt.tv
public static RemoveShowFromRatings ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchedHistory() public static méthode

public static RemoveShowFromWatchedHistory ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchedHistoryEx() public static méthode

public static RemoveShowFromWatchedHistoryEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchlist() public static méthode

public static RemoveShowFromWatchlist ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchlistEx() public static méthode

public static RemoveShowFromWatchlistEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromCollecton() public static méthode

public static RemoveShowsFromCollecton ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromCollectonEx() public static méthode

public static RemoveShowsFromCollectonEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromRatings() public static méthode

public static RemoveShowsFromRatings ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromRatingsEx() public static méthode

public static RemoveShowsFromRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchedHistory() public static méthode

public static RemoveShowsFromWatchedHistory ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchedHistoryEx() public static méthode

public static RemoveShowsFromWatchedHistoryEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchlist() public static méthode

public static RemoveShowsFromWatchlist ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchlistEx() public static méthode

public static RemoveShowsFromWatchlistEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Résultat TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

Search() public static méthode

//TODO switch over to comma-seperate types in a single search Search from one or more types, movies, episodes, shows etc...
public static Search ( string searchTerm, HashSet types, int maxResults ) : IEnumerable
searchTerm string string to search for
types HashSet a list of search types
maxResults int
Résultat IEnumerable

SearchById() public static méthode

Returns a list of items found when searching by id
public static SearchById ( string idType, string id ) : IEnumerable
idType string trakt-movie, trakt-show, trakt-episode, imdb, tmdb, tvdb, tvrage
id string the id to search by e.g. tt0848228
Résultat IEnumerable

SearchEpisodes() public static méthode

Returns a list of episodes found using search term
public static SearchEpisodes ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchEpisodes() public static méthode

public static SearchEpisodes ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Résultat IEnumerable

SearchForUsers() public static méthode

Returns a list of users found using search term
public static SearchForUsers ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchLists() public static méthode

Returns a list of lists found using search term
public static SearchLists ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchLists() public static méthode

public static SearchLists ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Résultat IEnumerable

SearchMovies() public static méthode

Returns a list of movies found using search term
public static SearchMovies ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchMovies() public static méthode

public static SearchMovies ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Résultat IEnumerable

SearchPeople() public static méthode

Returns a list of people found using search term
public static SearchPeople ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchPeople() public static méthode

public static SearchPeople ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Résultat IEnumerable

SearchShows() public static méthode

Returns a list of shows found using search term
public static SearchShows ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchShows() public static méthode

public static SearchShows ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Résultat IEnumerable

SearchUsers() public static méthode

public static SearchUsers ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Résultat IEnumerable

StartEpisodeScrobble() public static méthode

public static StartEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktScrobbleEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

StartMovieScrobble() public static méthode

public static StartMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

StopEpisodeScrobble() public static méthode

public static StopEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktScrobbleEpisode
Résultat TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

StopMovieScrobble() public static méthode

public static StopMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
Résultat TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

UnLikeComment() public static méthode

public static UnLikeComment ( int id ) : bool
id int
Résultat bool

UnLikeList() public static méthode

public static UnLikeList ( string username, int id ) : bool
username string
id int
Résultat bool

UpdateCustomList() public static méthode

public static UpdateCustomList ( TraktListDetail list, string username = "me" ) : TraktListDetail
list TraktPlugin.TraktAPI.DataStructures.TraktListDetail
username string
Résultat TraktPlugin.TraktAPI.DataStructures.TraktListDetail