C# Class TraktPlugin.TraktHelper

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

Méthodes publiques

Méthode Description
AddEpisodeToCollection ( TraktEpisode episode ) : void
AddEpisodeToCollection ( TraktShow show, TraktEpisode episode ) : void

Use this method when no Episode Ids are available

AddEpisodeToCollection ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
AddEpisodeToWatchHistory ( TraktEpisode episode ) : void
AddEpisodeToWatchHistory ( TraktShow show, TraktEpisode episode ) : void

Use this method when no Episode Ids are available

AddEpisodeToWatchHistory ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
AddEpisodeToWatchList ( TraktEpisode episode ) : void
AddEpisodeToWatchList ( TraktShowSummary show, TraktEpisodeSummary episode ) : void

Use this method when no Episode Ids are available

AddEpisodeToWatchList ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
AddMovieToCollection ( TraktMovie movie ) : void
AddMovieToCollection ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
AddMovieToWatchHistory ( TraktMovie movie ) : void
AddMovieToWatchHistory ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
AddMovieToWatchList ( TraktMovie movie, bool updatePluginFilters ) : void
AddMovieToWatchList ( string title, int year, string imdbid, int tmdbid, bool updatePluginFilters ) : void
AddMovieToWatchList ( string title, int year, string imdbid, int tmdbid, int traktid, bool updatePluginFilters ) : void
AddMovieToWatchList ( string title, string year ) : void
AddMovieToWatchList ( string title, string year, bool updatePluginFilters ) : void
AddMovieToWatchList ( string title, string year, string imdbid ) : void
AddMovieToWatchList ( string title, string year, string imdbid, bool updatePluginFilters ) : void
AddRemoveMovieInUserList ( TraktMovie movie, bool remove ) : void
AddRemoveMovieInUserList ( string username, string title, int year, string imdbid, int tmdbid, int traktid, bool remove ) : void
AddRemoveMovieInUserList ( string title, string year, string imdbid, bool remove ) : void
AddRemoveShowInUserList ( TraktShowSummary show, bool remove ) : void
AddRemoveShowInUserList ( string username, string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid, bool remove ) : void
AddRemoveShowInUserList ( string title, string year, string tvdbid, bool remove ) : void
AddSeasonToWatchList ( TraktShowSummary show, int season ) : void
AddSeasonToWatchList ( string title, int year, int season, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
AddShowToWatchList ( TraktShow show ) : void
AddShowToWatchList ( string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
AddShowToWatchList ( string title, string year, string tvdbid ) : void
GetCurrrentSkinTheme ( ) : string
GetThemedSkinFile ( SkinThemeType type, string filename ) : string
IsPluginEnabled ( string name ) : bool
RemoveEpisodeFromCollection ( TraktEpisode episode ) : void
RemoveEpisodeFromCollection ( TraktShow show, TraktEpisode episode ) : void

Use this method when no Episode Ids are available

RemoveEpisodeFromCollection ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
RemoveEpisodeFromWatchHistory ( TraktEpisode episode ) : void
RemoveEpisodeFromWatchHistory ( TraktShow show, TraktEpisode episode ) : void

Use this method when no Episode Ids are available

RemoveEpisodeFromWatchHistory ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
RemoveEpisodeFromWatchList ( TraktEpisode episode ) : void
RemoveEpisodeFromWatchList ( TraktShowSummary show, TraktEpisodeSummary episode ) : void

Use this method when no Episode Ids are available

RemoveEpisodeFromWatchList ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
RemoveMovieFromCollection ( TraktMovie movie ) : void
RemoveMovieFromLibrary ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
RemoveMovieFromWatchHistory ( TraktMovie movie ) : void
RemoveMovieFromWatchHistory ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
RemoveMovieFromWatchList ( TraktMovie movie, bool updateMovingPicturesFilters ) : void
RemoveMovieFromWatchList ( string title, int year, string imdbid, int tmdbid, bool updateMovingPicturesFilters ) : void
RemoveMovieFromWatchList ( string title, int year, string imdbid, int tmdbid, int traktid, bool updatePluginFilters ) : void
RemoveSeasonFromWatchList ( TraktShowSummary show, int season ) : void
RemoveSeasonFromWatchList ( string title, int year, int season, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
RemoveShowFromWatchList ( TraktShow show ) : void
RemoveShowFromWatchList ( string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
RemoveShowFromWatchList ( string title, string year, string tvdbid ) : void
ShowEpisodeShouts ( TraktShowSummary show, TraktEpisodeSummary episode ) : void
ShowEpisodeShouts ( string title, int tvdbid, int traktid, int season, int episode, bool isWatched, string fanart, string onlineFanart = null ) : void
ShowEpisodeShouts ( string title, int year, int tvdbid, int traktid, string imdbid, int season, int episode, bool isWatched, string fanart, string onlineFanart = null ) : void
ShowEpisodeShouts ( string title, string tvdbid, string season, string episode, bool isWatched, string fanart, string onlineFanart = null ) : void
ShowMovieShouts ( TraktMovieSummary movie ) : void
ShowMovieShouts ( string title, int year, string imdbid, int traktid, bool isWatched, string fanart, string onlineFanart ) : void
ShowMovieShouts ( string title, string year, string imdbid, bool isWatched, string fanart ) : void
ShowMovieShouts ( string imdbid, string title, string year, string fanart ) : void
ShowMovieShouts ( string title, string imdbid, string year, string fanart, string onlineFanart = null ) : void
ShowRelatedMovies ( TraktMovie movie ) : void
ShowRelatedMovies ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
ShowRelatedMovies ( string title, string year, string imdbid ) : void
ShowRelatedShows ( TraktShowSummary show ) : void
ShowRelatedShows ( string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
ShowRelatedShows ( string title, string tvdbid ) : void
ShowRelatedShows ( string title, string tvdbid, string imdbid ) : void
ShowTVSeasonShouts ( TraktShowSummary show, TraktSeasonSummary season ) : void
ShowTVSeasonShouts ( string title, int year, int tvdbid, int traktid, string imdbid, int season, bool isWatched, string fanart, string onlineFanart = null ) : void
ShowTVShowShouts ( TraktShowSummary show ) : void
ShowTVShowShouts ( string title, int tvdbid, int traktid, bool isWatched, string fanart, string onlineFanart = null ) : void
ShowTVShowShouts ( string title, int year, int tvdbid, int traktid, string imdbid, bool isWatched, string fanart, string onlineFanart = null ) : void

Private Methods

Méthode Description
AddRemoveEpisodeInUserList ( TraktEpisode episode, bool remove ) : void
AddRemoveItemInList ( List listIds, TraktSyncAll items, bool remove ) : void
AddRemoveItemInList ( int listId, TraktSyncAll items, bool remove ) : void
AddRemovePersonInUserList ( TraktPerson person, bool remove ) : void
AddRemoveSeasonInUserList ( TraktSeason season, bool remove ) : void

Method Details

AddEpisodeToCollection() public static méthode

public static AddEpisodeToCollection ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

AddEpisodeToCollection() public static méthode

Use this method when no Episode Ids are available
public static AddEpisodeToCollection ( TraktShow show, TraktEpisode episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

AddEpisodeToCollection() public static méthode

public static AddEpisodeToCollection ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
season int
number int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

AddEpisodeToWatchHistory() public static méthode

public static AddEpisodeToWatchHistory ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

AddEpisodeToWatchHistory() public static méthode

Use this method when no Episode Ids are available
public static AddEpisodeToWatchHistory ( TraktShow show, TraktEpisode episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

AddEpisodeToWatchHistory() public static méthode

public static AddEpisodeToWatchHistory ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
season int
number int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

AddEpisodeToWatchList() public static méthode

public static AddEpisodeToWatchList ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

AddEpisodeToWatchList() public static méthode

Use this method when no Episode Ids are available
public static AddEpisodeToWatchList ( TraktShowSummary show, TraktEpisodeSummary episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisodeSummary
Résultat void

AddEpisodeToWatchList() public static méthode

public static AddEpisodeToWatchList ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
season int
number int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

AddMovieToCollection() public static méthode

public static AddMovieToCollection ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat void

AddMovieToCollection() public static méthode

public static AddMovieToCollection ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
Résultat void

AddMovieToWatchHistory() public static méthode

public static AddMovieToWatchHistory ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat void

AddMovieToWatchHistory() public static méthode

public static AddMovieToWatchHistory ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( TraktMovie movie, bool updatePluginFilters ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
updatePluginFilters bool
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( string title, int year, string imdbid, int tmdbid, bool updatePluginFilters ) : void
title string
year int
imdbid string
tmdbid int
updatePluginFilters bool
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( string title, int year, string imdbid, int tmdbid, int traktid, bool updatePluginFilters ) : void
title string
year int
imdbid string
tmdbid int
traktid int
updatePluginFilters bool
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( string title, string year ) : void
title string
year string
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( string title, string year, bool updatePluginFilters ) : void
title string
year string
updatePluginFilters bool
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( string title, string year, string imdbid ) : void
title string
year string
imdbid string
Résultat void

AddMovieToWatchList() public static méthode

public static AddMovieToWatchList ( string title, string year, string imdbid, bool updatePluginFilters ) : void
title string
year string
imdbid string
updatePluginFilters bool
Résultat void

AddRemoveMovieInUserList() public static méthode

public static AddRemoveMovieInUserList ( TraktMovie movie, bool remove ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
remove bool
Résultat void

AddRemoveMovieInUserList() public static méthode

public static AddRemoveMovieInUserList ( string username, string title, int year, string imdbid, int tmdbid, int traktid, bool remove ) : void
username string
title string
year int
imdbid string
tmdbid int
traktid int
remove bool
Résultat void

AddRemoveMovieInUserList() public static méthode

public static AddRemoveMovieInUserList ( string title, string year, string imdbid, bool remove ) : void
title string
year string
imdbid string
remove bool
Résultat void

AddRemoveShowInUserList() public static méthode

public static AddRemoveShowInUserList ( TraktShowSummary show, bool remove ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
remove bool
Résultat void

AddRemoveShowInUserList() public static méthode

public static AddRemoveShowInUserList ( string username, string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid, bool remove ) : void
username string
title string
year int
tvdbid int
imdbid string
tmdbid int
traktid int
remove bool
Résultat void

AddRemoveShowInUserList() public static méthode

public static AddRemoveShowInUserList ( string title, string year, string tvdbid, bool remove ) : void
title string
year string
tvdbid string
remove bool
Résultat void

AddSeasonToWatchList() public static méthode

public static AddSeasonToWatchList ( TraktShowSummary show, int season ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
season int
Résultat void

AddSeasonToWatchList() public static méthode

public static AddSeasonToWatchList ( string title, int year, int season, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
year int
season int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

AddShowToWatchList() public static méthode

public static AddShowToWatchList ( TraktShow show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat void

AddShowToWatchList() public static méthode

public static AddShowToWatchList ( string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
year int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

AddShowToWatchList() public static méthode

public static AddShowToWatchList ( string title, string year, string tvdbid ) : void
title string
year string
tvdbid string
Résultat void

GetCurrrentSkinTheme() public static méthode

public static GetCurrrentSkinTheme ( ) : string
Résultat string

GetThemedSkinFile() public static méthode

public static GetThemedSkinFile ( SkinThemeType type, string filename ) : string
type SkinThemeType
filename string
Résultat string

IsPluginEnabled() public static méthode

public static IsPluginEnabled ( string name ) : bool
name string
Résultat bool

RemoveEpisodeFromCollection() public static méthode

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

RemoveEpisodeFromCollection() public static méthode

Use this method when no Episode Ids are available
public static RemoveEpisodeFromCollection ( TraktShow show, TraktEpisode episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

RemoveEpisodeFromCollection() public static méthode

public static RemoveEpisodeFromCollection ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
season int
number int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveEpisodeFromWatchHistory() public static méthode

public static RemoveEpisodeFromWatchHistory ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

RemoveEpisodeFromWatchHistory() public static méthode

Use this method when no Episode Ids are available
public static RemoveEpisodeFromWatchHistory ( TraktShow show, TraktEpisode episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

RemoveEpisodeFromWatchHistory() public static méthode

public static RemoveEpisodeFromWatchHistory ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
season int
number int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveEpisodeFromWatchList() public static méthode

public static RemoveEpisodeFromWatchList ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
Résultat void

RemoveEpisodeFromWatchList() public static méthode

Use this method when no Episode Ids are available
public static RemoveEpisodeFromWatchList ( TraktShowSummary show, TraktEpisodeSummary episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisodeSummary
Résultat void

RemoveEpisodeFromWatchList() public static méthode

public static RemoveEpisodeFromWatchList ( string title, int season, int number, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
season int
number int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveMovieFromCollection() public static méthode

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

RemoveMovieFromLibrary() public static méthode

public static RemoveMovieFromLibrary ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveMovieFromWatchHistory() public static méthode

public static RemoveMovieFromWatchHistory ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat void

RemoveMovieFromWatchHistory() public static méthode

public static RemoveMovieFromWatchHistory ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveMovieFromWatchList() public static méthode

public static RemoveMovieFromWatchList ( TraktMovie movie, bool updateMovingPicturesFilters ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
updateMovingPicturesFilters bool
Résultat void

RemoveMovieFromWatchList() public static méthode

public static RemoveMovieFromWatchList ( string title, int year, string imdbid, int tmdbid, bool updateMovingPicturesFilters ) : void
title string
year int
imdbid string
tmdbid int
updateMovingPicturesFilters bool
Résultat void

RemoveMovieFromWatchList() public static méthode

public static RemoveMovieFromWatchList ( string title, int year, string imdbid, int tmdbid, int traktid, bool updatePluginFilters ) : void
title string
year int
imdbid string
tmdbid int
traktid int
updatePluginFilters bool
Résultat void

RemoveSeasonFromWatchList() public static méthode

public static RemoveSeasonFromWatchList ( TraktShowSummary show, int season ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
season int
Résultat void

RemoveSeasonFromWatchList() public static méthode

public static RemoveSeasonFromWatchList ( string title, int year, int season, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
year int
season int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveShowFromWatchList() public static méthode

public static RemoveShowFromWatchList ( TraktShow show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
Résultat void

RemoveShowFromWatchList() public static méthode

public static RemoveShowFromWatchList ( string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
year int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

RemoveShowFromWatchList() public static méthode

public static RemoveShowFromWatchList ( string title, string year, string tvdbid ) : void
title string
year string
tvdbid string
Résultat void

ShowEpisodeShouts() public static méthode

public static ShowEpisodeShouts ( TraktShowSummary show, TraktEpisodeSummary episode ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisodeSummary
Résultat void

ShowEpisodeShouts() public static méthode

public static ShowEpisodeShouts ( string title, int tvdbid, int traktid, int season, int episode, bool isWatched, string fanart, string onlineFanart = null ) : void
title string
tvdbid int
traktid int
season int
episode int
isWatched bool
fanart string
onlineFanart string
Résultat void

ShowEpisodeShouts() public static méthode

public static ShowEpisodeShouts ( string title, int year, int tvdbid, int traktid, string imdbid, int season, int episode, bool isWatched, string fanart, string onlineFanart = null ) : void
title string
year int
tvdbid int
traktid int
imdbid string
season int
episode int
isWatched bool
fanart string
onlineFanart string
Résultat void

ShowEpisodeShouts() public static méthode

public static ShowEpisodeShouts ( string title, string tvdbid, string season, string episode, bool isWatched, string fanart, string onlineFanart = null ) : void
title string
tvdbid string
season string
episode string
isWatched bool
fanart string
onlineFanart string
Résultat void

ShowMovieShouts() public static méthode

public static ShowMovieShouts ( TraktMovieSummary movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovieSummary
Résultat void

ShowMovieShouts() public static méthode

public static ShowMovieShouts ( string title, int year, string imdbid, int traktid, bool isWatched, string fanart, string onlineFanart ) : void
title string
year int
imdbid string
traktid int
isWatched bool
fanart string
onlineFanart string
Résultat void

ShowMovieShouts() public static méthode

public static ShowMovieShouts ( string title, string year, string imdbid, bool isWatched, string fanart ) : void
title string
year string
imdbid string
isWatched bool
fanart string
Résultat void

ShowMovieShouts() public static méthode

public static ShowMovieShouts ( string imdbid, string title, string year, string fanart ) : void
imdbid string
title string
year string
fanart string
Résultat void

ShowMovieShouts() public static méthode

public static ShowMovieShouts ( string title, string imdbid, string year, string fanart, string onlineFanart = null ) : void
title string
imdbid string
year string
fanart string
onlineFanart string
Résultat void

ShowRelatedMovies() public static méthode

public static ShowRelatedMovies ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
Résultat void

ShowRelatedMovies() public static méthode

public static ShowRelatedMovies ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
Résultat void

ShowRelatedMovies() public static méthode

public static ShowRelatedMovies ( string title, string year, string imdbid ) : void
title string
year string
imdbid string
Résultat void

ShowRelatedShows() public static méthode

public static ShowRelatedShows ( TraktShowSummary show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
Résultat void

ShowRelatedShows() public static méthode

public static ShowRelatedShows ( string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid ) : void
title string
year int
tvdbid int
imdbid string
tmdbid int
traktid int
Résultat void

ShowRelatedShows() public static méthode

public static ShowRelatedShows ( string title, string tvdbid ) : void
title string
tvdbid string
Résultat void

ShowRelatedShows() public static méthode

public static ShowRelatedShows ( string title, string tvdbid, string imdbid ) : void
title string
tvdbid string
imdbid string
Résultat void

ShowTVSeasonShouts() public static méthode

public static ShowTVSeasonShouts ( TraktShowSummary show, TraktSeasonSummary season ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
season TraktPlugin.TraktAPI.DataStructures.TraktSeasonSummary
Résultat void

ShowTVSeasonShouts() public static méthode

public static ShowTVSeasonShouts ( string title, int year, int tvdbid, int traktid, string imdbid, int season, bool isWatched, string fanart, string onlineFanart = null ) : void
title string
year int
tvdbid int
traktid int
imdbid string
season int
isWatched bool
fanart string
onlineFanart string
Résultat void

ShowTVShowShouts() public static méthode

public static ShowTVShowShouts ( TraktShowSummary show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
Résultat void

ShowTVShowShouts() public static méthode

public static ShowTVShowShouts ( string title, int tvdbid, int traktid, bool isWatched, string fanart, string onlineFanart = null ) : void
title string
tvdbid int
traktid int
isWatched bool
fanart string
onlineFanart string
Résultat void

ShowTVShowShouts() public static méthode

public static ShowTVShowShouts ( string title, int year, int tvdbid, int traktid, string imdbid, bool isWatched, string fanart, string onlineFanart = null ) : void
title string
year int
tvdbid int
traktid int
imdbid string
isWatched bool
fanart string
onlineFanart string
Résultat void