C# 클래스 TraktPlugin.TraktAPI.TraktAPI

파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal

공개 메소드들

메소드 설명
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