C# Класс TraktPlugin.TraktAPI.TraktAPI

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AddEpisodeToCollection() публичный статический Метод

public static AddEpisodeToCollection ( TraktSyncEpisodeCollected episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeCollected
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToRatings() публичный статический Метод

Rate a single episode on trakt.tv
public static AddEpisodeToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeRated episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeRated
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToRatingsEx() публичный статический Метод

Rate a single episode on trakt.tv (with show info)
public static AddEpisodeToRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToWatchedHistory() публичный статический Метод

public static AddEpisodeToWatchedHistory ( TraktSyncEpisodeWatched episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodeWatched
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodeToWatchlist() публичный статический Метод

public static AddEpisodeToWatchlist ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToCollecton() публичный статический Метод

public static AddEpisodesToCollecton ( TraktSyncEpisodesCollected episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesCollected
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToRatings() публичный статический Метод

public static AddEpisodesToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesRated episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesRated
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToWatchedHistory() публичный статический Метод

public static AddEpisodesToWatchedHistory ( TraktSyncEpisodesWatched episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodesWatched
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddEpisodesToWatchlist() публичный статический Метод

public static AddEpisodesToWatchlist ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddItemsToList() публичный статический Метод

public static AddItemsToList ( string username, string id, TraktSyncAll items ) : TraktSyncResponse
username string
id string
items TraktPlugin.TraktAPI.DataStructures.TraktSyncAll
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToCollection() публичный статический Метод

public static AddMovieToCollection ( TraktSyncMovieCollected movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktSyncMovieCollected
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToRatings() публичный статический Метод

Rate a single movie on trakt.tv
public static AddMovieToRatings ( TraktSyncMovieRated movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktSyncMovieRated
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToWatchedHistory() публичный статический Метод

public static AddMovieToWatchedHistory ( TraktSyncMovieWatched movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktSyncMovieWatched
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMovieToWatchlist() публичный статический Метод

public static AddMovieToWatchlist ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToCollecton() публичный статический Метод

public static AddMoviesToCollecton ( TraktSyncMoviesCollected movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMoviesCollected
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToRatings() публичный статический Метод

public static AddMoviesToRatings ( TraktSyncMoviesRated movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMoviesRated
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToWatchedHistory() публичный статический Метод

public static AddMoviesToWatchedHistory ( TraktSyncMoviesWatched movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMoviesWatched
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddMoviesToWatchlist() публичный статический Метод

public static AddMoviesToWatchlist ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonToRatingsEx() публичный статический Метод

Rate a single season on trakt.tv (with show info)
public static AddSeasonToRatingsEx ( TraktSyncSeasonRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonToWatchlist() публичный статический Метод

public static AddSeasonToWatchlist ( TraktSyncSeasonEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonsToRatingsEx() публичный статический Метод

public static AddSeasonsToRatingsEx ( TraktSyncSeasonsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddSeasonsToWatchlist() публичный статический Метод

public static AddSeasonsToWatchlist ( TraktSyncSeasonsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToCollection() публичный статический Метод

public static AddShowToCollection ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToCollectionEx() публичный статический Метод

public static AddShowToCollectionEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToRatings() публичный статический Метод

Rate a single show on trakt.tv
public static AddShowToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRated show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRated
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchedHistory() публичный статический Метод

public static AddShowToWatchedHistory ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchedHistoryEx() публичный статический Метод

public static AddShowToWatchedHistoryEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchlist() публичный статический Метод

public static AddShowToWatchlist ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowToWatchlistEx() публичный статический Метод

public static AddShowToWatchlistEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToCollecton() публичный статический Метод

public static AddShowsToCollecton ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToCollectonEx() публичный статический Метод

public static AddShowsToCollectonEx ( TraktSyncShowsCollectedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsCollectedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToCollectonEx() публичный статический Метод

public static AddShowsToCollectonEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToRatings() публичный статический Метод

public static AddShowsToRatings ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRated shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRated
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToRatingsEx() публичный статический Метод

public static AddShowsToRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchedHistory() публичный статический Метод

public static AddShowsToWatchedHistory ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchedHistoryEx() публичный статический Метод

public static AddShowsToWatchedHistoryEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchedHistoryEx() публичный статический Метод

public static AddShowsToWatchedHistoryEx ( TraktSyncShowsWatchedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsWatchedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchlist() публичный статический Метод

public static AddShowsToWatchlist ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

AddShowsToWatchlistEx() публичный статический Метод

public static AddShowsToWatchlistEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

CreateCustomList() публичный статический Метод

public static CreateCustomList ( TraktList list, string username = "me" ) : TraktListDetail
list TraktPlugin.TraktAPI.DataStructures.TraktList
username string
Результат TraktPlugin.TraktAPI.DataStructures.TraktListDetail

DeleteUserList() публичный статический Метод

public static DeleteUserList ( string username, string listId ) : bool
username string
listId string
Результат bool

DismissRecommendedMovie() публичный статический Метод

public static DismissRecommendedMovie ( string movieId ) : bool
movieId string
Результат bool

DismissRecommendedShow() публичный статический Метод

public static DismissRecommendedShow ( string showId ) : bool
showId string
Результат bool

GetAnticipatedMovies() публичный статический Метод

public static GetAnticipatedMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesAnticipated
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktMoviesAnticipated

GetAnticipatedShows() публичный статический Метод

public static GetAnticipatedShows ( int page = 1, int maxItems = 100 ) : TraktShowsAnticipated
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktShowsAnticipated

GetBoxOffice() публичный статический Метод

public static GetBoxOffice ( ) : IEnumerable
Результат IEnumerable

GetCalendarPremieres() публичный статический Метод

Returns list of episodes in the Premieres Calendar
public static GetCalendarPremieres ( ) : IEnumerable>.Dictionary
Результат IEnumerable>.Dictionary

GetCalendarPremieres() публичный статический Метод

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
Результат IEnumerable>.Dictionary

GetCalendarShows() публичный статический Метод

Returns list of episodes in the Calendar
public static GetCalendarShows ( ) : IEnumerable>.Dictionary
Результат IEnumerable>.Dictionary

GetCalendarShows() публичный статический Метод

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
Результат IEnumerable>.Dictionary

GetCollectedEpisodes() публичный статический Метод

public static GetCollectedEpisodes ( ) : IEnumerable
Результат IEnumerable

GetCollectedMovies() публичный статический Метод

public static GetCollectedMovies ( ) : IEnumerable
Результат IEnumerable

GetCommentReplies() публичный статический Метод

public static GetCommentReplies ( string id ) : IEnumerable
id string
Результат IEnumerable

GetCommunityActivity() публичный статический Метод

public static GetCommunityActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetCommunityActivity() публичный статический Метод

public static GetCommunityActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetCommunityActivity() публичный статический Метод

public static GetCommunityActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetEpisodeComments() публичный статический Метод

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
Результат IEnumerable

GetEpisodeRatings() публичный статический Метод

public static GetEpisodeRatings ( string id, int season, int episode ) : TraktRating
id string
season int
episode int
Результат TraktPlugin.TraktAPI.DataStructures.TraktRating

GetFollowerRequests() публичный статический Метод

Gets a list of follower requests for the current user
public static GetFollowerRequests ( ) : IEnumerable
Результат IEnumerable

GetFollowersActivity() публичный статический Метод

public static GetFollowersActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowersActivity() публичный статический Метод

public static GetFollowersActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowersActivity() публичный статический Метод

public static GetFollowersActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowingActivity() публичный статический Метод

public static GetFollowingActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowingActivity() публичный статический Метод

public static GetFollowingActivity ( List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFollowingActivity() публичный статический Метод

public static GetFollowingActivity ( List types, List actions, long start, long end ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
start long
end long
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() публичный статический Метод

public static GetFriendActivity ( ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() публичный статический Метод

public static GetFriendActivity ( List types, List actions, bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
types List
actions List
includeMe bool
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() публичный статический Метод

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
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetFriendActivity() публичный статический Метод

public static GetFriendActivity ( bool includeMe ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
includeMe bool
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetLastSyncActivities() публичный статический Метод

public static GetLastSyncActivities ( ) : TraktLastSyncActivities
Результат TraktPlugin.TraktAPI.DataStructures.TraktLastSyncActivities

GetLikedItems() публичный статический Метод

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)
Результат TraktPlugin.TraktAPI.DataStructures.TraktLikes

GetMovieComments() публичный статический Метод

public static GetMovieComments ( string id, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
page int
maxItems int
Результат IEnumerable

GetMovieCreditsForPerson() публичный статический Метод

public static GetMovieCreditsForPerson ( string person ) : TraktPersonMovieCredits
person string
Результат TraktPlugin.TraktAPI.DataStructures.TraktPersonMovieCredits

GetMoviePeople() публичный статический Метод

public static GetMoviePeople ( string id ) : TraktCredits
id string
Результат TraktPlugin.TraktAPI.DataStructures.TraktCredits

GetMovieSummary() публичный статический Метод

public static GetMovieSummary ( string id ) : TraktMovieSummary
id string
Результат TraktPlugin.TraktAPI.DataStructures.TraktMovieSummary

GetNetworkFollowers() публичный статический Метод

Returns a list of people that follow the current user
public static GetNetworkFollowers ( ) : IEnumerable
Результат IEnumerable

GetNetworkFollowers() публичный статический Метод

public static GetNetworkFollowers ( string username ) : IEnumerable
username string
Результат IEnumerable

GetNetworkFollowing() публичный статический Метод

Returns a list of people the current user follows
public static GetNetworkFollowing ( ) : IEnumerable
Результат IEnumerable

GetNetworkFollowing() публичный статический Метод

public static GetNetworkFollowing ( string username ) : IEnumerable
username string
Результат IEnumerable

GetNetworkFriends() публичный статический Метод

Returns a list of Friends for current user Friends are a two-way relationship ie. both following each other
public static GetNetworkFriends ( ) : IEnumerable
Результат IEnumerable

GetNetworkFriends() публичный статический Метод

public static GetNetworkFriends ( string username ) : IEnumerable
username string
Результат IEnumerable

GetPausedEpisodes() публичный статический Метод

public static GetPausedEpisodes ( ) : IEnumerable
Результат IEnumerable

GetPausedMovies() публичный статический Метод

public static GetPausedMovies ( ) : IEnumerable
Результат IEnumerable

GetPersonSummary() публичный статический Метод

public static GetPersonSummary ( string person ) : TraktPersonSummary
person string
Результат TraktPlugin.TraktAPI.DataStructures.TraktPersonSummary

GetPopularMovies() публичный статический Метод

public static GetPopularMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesPopular
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktMoviesPopular

GetPopularShows() публичный статический Метод

public static GetPopularShows ( int page = 1, int maxItems = 100 ) : TraktShowsPopular
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktShowsPopular

GetRatedEpisodes() публичный статический Метод

public static GetRatedEpisodes ( ) : IEnumerable
Результат IEnumerable

GetRatedMovies() публичный статический Метод

public static GetRatedMovies ( ) : IEnumerable
Результат IEnumerable

GetRatedSeasons() публичный статический Метод

public static GetRatedSeasons ( ) : IEnumerable
Результат IEnumerable

GetRatedShows() публичный статический Метод

public static GetRatedShows ( ) : IEnumerable
Результат IEnumerable

GetRecentlyUpdatedMovies() публичный статический Метод

public static GetRecentlyUpdatedMovies ( string sincedate, int page = 1, int maxItems = 100 ) : TraktMoviesUpdated
sincedate string
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktMoviesUpdated

GetRecentlyUpdatedShows() публичный статический Метод

public static GetRecentlyUpdatedShows ( string sincedate, int page = 1, int maxItems = 100 ) : TraktShowsUpdated
sincedate string
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktShowsUpdated

GetRecommendedMovies() публичный статический Метод

public static GetRecommendedMovies ( string extendedInfoParams = "min" ) : IEnumerable
extendedInfoParams string
Результат IEnumerable

GetRecommendedShows() публичный статический Метод

public static GetRecommendedShows ( ) : IEnumerable
Результат IEnumerable

GetRelatedMovies() публичный статический Метод

public static GetRelatedMovies ( string id, int limit = 10 ) : IEnumerable
id string
limit int
Результат IEnumerable

GetRelatedShows() публичный статический Метод

public static GetRelatedShows ( string id, int limit = 10 ) : IEnumerable
id string
limit int
Результат IEnumerable

GetSeasonComments() публичный статический Метод

public static GetSeasonComments ( string id, int season, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
season int
page int
maxItems int
Результат IEnumerable

GetSeasonEpisodes() публичный статический Метод

public static GetSeasonEpisodes ( string showId, string seasonId ) : IEnumerable
showId string
seasonId string
Результат IEnumerable

GetSeasonRatings() публичный статический Метод

public static GetSeasonRatings ( string id, int season ) : TraktRating
id string
season int
Результат TraktPlugin.TraktAPI.DataStructures.TraktRating

GetShowComments() публичный статический Метод

public static GetShowComments ( string id, int page = 1, int maxItems = 1000 ) : IEnumerable
id string
page int
maxItems int
Результат IEnumerable

GetShowCreditsForPerson() публичный статический Метод

public static GetShowCreditsForPerson ( string person ) : TraktPersonShowCredits
person string
Результат TraktPlugin.TraktAPI.DataStructures.TraktPersonShowCredits

GetShowPeople() публичный статический Метод

public static GetShowPeople ( string id ) : TraktCredits
id string
Результат TraktPlugin.TraktAPI.DataStructures.TraktCredits

GetShowRatings() публичный статический Метод

public static GetShowRatings ( string id ) : TraktRating
id string
Результат TraktPlugin.TraktAPI.DataStructures.TraktRating

GetShowSeasons() публичный статический Метод

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"
Результат IEnumerable

GetShowSummary() публичный статический Метод

public static GetShowSummary ( string id ) : TraktShowSummary
id string
Результат TraktPlugin.TraktAPI.DataStructures.TraktShowSummary

GetTrendingMovies() публичный статический Метод

public static GetTrendingMovies ( int page = 1, int maxItems = 100 ) : TraktMoviesTrending
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktMoviesTrending

GetTrendingShows() публичный статический Метод

public static GetTrendingShows ( int page = 1, int maxItems = 100 ) : TraktShowsTrending
page int
maxItems int
Результат TraktPlugin.TraktAPI.DataStructures.TraktShowsTrending

GetUserActivity() публичный статический Метод

public static GetUserActivity ( string username, List types, List actions ) : TraktPlugin.TraktAPI.DataStructures.TraktActivity
username string
types List
actions List
Результат TraktPlugin.TraktAPI.DataStructures.TraktActivity

GetUserListItems() публичный статический Метод

public static GetUserListItems ( string username, string listId, string extendedInfoParams = "min" ) : IEnumerable
username string
listId string
extendedInfoParams string
Результат IEnumerable

GetUserLists() публичный статический Метод

public static GetUserLists ( string username = "me" ) : IEnumerable
username string
Результат IEnumerable

GetUserProfile() публичный статический Метод

public static GetUserProfile ( string username = "me" ) : TraktUserSummary
username string
Результат TraktPlugin.TraktAPI.DataStructures.TraktUserSummary

GetUserStatistics() публичный статический Метод

public static GetUserStatistics ( string username = "me" ) : TraktUserStatistics
username string
Результат TraktPlugin.TraktAPI.DataStructures.TraktUserStatistics

GetUsersComments() публичный статический Метод

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
Результат TraktPlugin.TraktAPI.DataStructures.TraktComments

GetUsersEpisodeWatchedHistory() публичный статический Метод

public static GetUsersEpisodeWatchedHistory ( string username = "me", int page = 1, int maxItems = 100 ) : IEnumerable
username string
page int
maxItems int
Результат IEnumerable

GetUsersMovieWatchedHistory() публичный статический Метод

public static GetUsersMovieWatchedHistory ( string username = "me", int page = 1, int maxItems = 100 ) : IEnumerable
username string
page int
maxItems int
Результат IEnumerable

GetWatchListEpisodes() публичный статический Метод

public static GetWatchListEpisodes ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Результат IEnumerable

GetWatchListMovies() публичный статический Метод

public static GetWatchListMovies ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Результат IEnumerable

GetWatchListSeasons() публичный статический Метод

public static GetWatchListSeasons ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Результат IEnumerable

GetWatchListShows() публичный статический Метод

public static GetWatchListShows ( string username = "me", string extendedInfoParams = "min" ) : IEnumerable
username string
extendedInfoParams string
Результат IEnumerable

GetWatchedEpisodes() публичный статический Метод

public static GetWatchedEpisodes ( ) : IEnumerable
Результат IEnumerable

GetWatchedMovies() публичный статический Метод

public static GetWatchedMovies ( ) : IEnumerable
Результат IEnumerable

LikeComment() публичный статический Метод

public static LikeComment ( int id ) : bool
id int
Результат bool

LikeList() публичный статический Метод

public static LikeList ( string username, int id ) : bool
username string
id int
Результат bool

Login() публичный статический Метод

Login to trakt and to request a user token for all subsequent requests
public static Login ( string loginData = null ) : TraktUserToken
loginData string
Результат TraktPlugin.TraktAPI.DataStructures.TraktUserToken

NetworkApproveFollower() публичный статический Метод

public static NetworkApproveFollower ( int id ) : TraktNetworkUser
id int
Результат TraktPlugin.TraktAPI.DataStructures.TraktNetworkUser

NetworkDenyFollower() публичный статический Метод

public static NetworkDenyFollower ( int id ) : bool
id int
Результат bool

NetworkFollowUser() публичный статический Метод

public static NetworkFollowUser ( string username ) : TraktNetworkApproval
username string
Результат TraktPlugin.TraktAPI.DataStructures.TraktNetworkApproval

NetworkUnFollowUser() публичный статический Метод

public static NetworkUnFollowUser ( string username ) : bool
username string
Результат bool

PauseEpisodeScrobble() публичный статический Метод

public static PauseEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktScrobbleEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

PauseMovieScrobble() публичный статический Метод

public static PauseMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

RemoveEpisodeFromCollection() публичный статический Метод

public static RemoveEpisodeFromCollection ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromRatings() публичный статический Метод

UnRate a single episode on trakt.tv
public static RemoveEpisodeFromRatings ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromRatingsEx() публичный статический Метод

UnRate a single episode on trakt.tv (with show info)
public static RemoveEpisodeFromRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncShowRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromWatchedHistory() публичный статический Метод

public static RemoveEpisodeFromWatchedHistory ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodeFromWatchlist() публичный статический Метод

public static RemoveEpisodeFromWatchlist ( TraktEpisode episode ) : TraktSyncResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromCollecton() публичный статический Метод

public static RemoveEpisodesFromCollecton ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromRatings() публичный статический Метод

public static RemoveEpisodesFromRatings ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromWatchedHistory() публичный статический Метод

public static RemoveEpisodesFromWatchedHistory ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveEpisodesFromWatchlist() публичный статический Метод

public static RemoveEpisodesFromWatchlist ( TraktSyncEpisodes episodes ) : TraktSyncResponse
episodes TraktPlugin.TraktAPI.DataStructures.TraktSyncEpisodes
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveItemsFromList() публичный статический Метод

public static RemoveItemsFromList ( string username, string id, TraktSyncAll items ) : TraktSyncResponse
username string
id string
items TraktPlugin.TraktAPI.DataStructures.TraktSyncAll
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromCollection() публичный статический Метод

public static RemoveMovieFromCollection ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromRatings() публичный статический Метод

UnRate a single movie on trakt.tv
public static RemoveMovieFromRatings ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromWatchedHistory() публичный статический Метод

public static RemoveMovieFromWatchedHistory ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMovieFromWatchlist() публичный статический Метод

public static RemoveMovieFromWatchlist ( TraktMovie movie ) : TraktSyncResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromCollecton() публичный статический Метод

public static RemoveMoviesFromCollecton ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromRatings() публичный статический Метод

public static RemoveMoviesFromRatings ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromWatchedHistory() публичный статический Метод

public static RemoveMoviesFromWatchedHistory ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveMoviesFromWatchlist() публичный статический Метод

public static RemoveMoviesFromWatchlist ( TraktSyncMovies movies ) : TraktSyncResponse
movies TraktPlugin.TraktAPI.DataStructures.TraktSyncMovies
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonFromRatingsEx() публичный статический Метод

UnRate a single season on trakt.tv (with show info)
public static RemoveSeasonFromRatingsEx ( TraktSyncSeasonRatedEx item ) : TraktSyncResponse
item TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonFromWatchlist() публичный статический Метод

public static RemoveSeasonFromWatchlist ( TraktSyncSeasonEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonsFromRatingsEx() публичный статический Метод

public static RemoveSeasonsFromRatingsEx ( TraktSyncSeasonsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveSeasonsFromWatchlist() публичный статический Метод

public static RemoveSeasonsFromWatchlist ( TraktSyncSeasonsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncSeasonsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromCollection() публичный статический Метод

public static RemoveShowFromCollection ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromCollectionEx() публичный статический Метод

public static RemoveShowFromCollectionEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromRatings() публичный статический Метод

UnRate a single show on trakt.tv
public static RemoveShowFromRatings ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchedHistory() публичный статический Метод

public static RemoveShowFromWatchedHistory ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchedHistoryEx() публичный статический Метод

public static RemoveShowFromWatchedHistoryEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchlist() публичный статический Метод

public static RemoveShowFromWatchlist ( TraktShow show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowFromWatchlistEx() публичный статический Метод

public static RemoveShowFromWatchlistEx ( TraktSyncShowEx show ) : TraktSyncResponse
show TraktPlugin.TraktAPI.DataStructures.TraktSyncShowEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromCollecton() публичный статический Метод

public static RemoveShowsFromCollecton ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromCollectonEx() публичный статический Метод

public static RemoveShowsFromCollectonEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromRatings() публичный статический Метод

public static RemoveShowsFromRatings ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromRatingsEx() публичный статический Метод

public static RemoveShowsFromRatingsEx ( TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsRatedEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchedHistory() публичный статический Метод

public static RemoveShowsFromWatchedHistory ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchedHistoryEx() публичный статический Метод

public static RemoveShowsFromWatchedHistoryEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchlist() публичный статический Метод

public static RemoveShowsFromWatchlist ( TraktSyncShows shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShows
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

RemoveShowsFromWatchlistEx() публичный статический Метод

public static RemoveShowsFromWatchlistEx ( TraktSyncShowsEx shows ) : TraktSyncResponse
shows TraktPlugin.TraktAPI.DataStructures.TraktSyncShowsEx
Результат TraktPlugin.TraktAPI.DataStructures.TraktSyncResponse

Search() публичный статический Метод

//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
Результат IEnumerable

SearchById() публичный статический Метод

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
Результат IEnumerable

SearchEpisodes() публичный статический Метод

Returns a list of episodes found using search term
public static SearchEpisodes ( string searchTerm ) : IEnumerable
searchTerm string
Результат IEnumerable

SearchEpisodes() публичный статический Метод

public static SearchEpisodes ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Результат IEnumerable

SearchForUsers() публичный статический Метод

Returns a list of users found using search term
public static SearchForUsers ( string searchTerm ) : IEnumerable
searchTerm string
Результат IEnumerable

SearchLists() публичный статический Метод

Returns a list of lists found using search term
public static SearchLists ( string searchTerm ) : IEnumerable
searchTerm string
Результат IEnumerable

SearchLists() публичный статический Метод

public static SearchLists ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Результат IEnumerable

SearchMovies() публичный статический Метод

Returns a list of movies found using search term
public static SearchMovies ( string searchTerm ) : IEnumerable
searchTerm string
Результат IEnumerable

SearchMovies() публичный статический Метод

public static SearchMovies ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Результат IEnumerable

SearchPeople() публичный статический Метод

Returns a list of people found using search term
public static SearchPeople ( string searchTerm ) : IEnumerable
searchTerm string
Результат IEnumerable

SearchPeople() публичный статический Метод

public static SearchPeople ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Результат IEnumerable

SearchShows() публичный статический Метод

Returns a list of shows found using search term
public static SearchShows ( string searchTerm ) : IEnumerable
searchTerm string
Результат IEnumerable

SearchShows() публичный статический Метод

public static SearchShows ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Результат IEnumerable

SearchUsers() публичный статический Метод

public static SearchUsers ( string searchTerm, int maxResults ) : IEnumerable
searchTerm string
maxResults int
Результат IEnumerable

StartEpisodeScrobble() публичный статический Метод

public static StartEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktScrobbleEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

StartMovieScrobble() публичный статический Метод

public static StartMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

StopEpisodeScrobble() публичный статический Метод

public static StopEpisodeScrobble ( TraktScrobbleEpisode episode ) : TraktScrobbleResponse
episode TraktPlugin.TraktAPI.DataStructures.TraktScrobbleEpisode
Результат TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

StopMovieScrobble() публичный статический Метод

public static StopMovieScrobble ( TraktScrobbleMovie movie ) : TraktScrobbleResponse
movie TraktPlugin.TraktAPI.DataStructures.TraktScrobbleMovie
Результат TraktPlugin.TraktAPI.DataStructures.TraktScrobbleResponse

UnLikeComment() публичный статический Метод

public static UnLikeComment ( int id ) : bool
id int
Результат bool

UnLikeList() публичный статический Метод

public static UnLikeList ( string username, int id ) : bool
username string
id int
Результат bool

UpdateCustomList() публичный статический Метод

public static UpdateCustomList ( TraktListDetail list, string username = "me" ) : TraktListDetail
list TraktPlugin.TraktAPI.DataStructures.TraktListDetail
username string
Результат TraktPlugin.TraktAPI.DataStructures.TraktListDetail