C# Class TraktPlugin.TraktHelper

ファイルを表示 Open project: trakt/Trakt-for-Mediaportal

Public Methods

Method 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

Method 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 method

public static AddEpisodeToCollection ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
return void

AddEpisodeToCollection() public static method

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
return void

AddEpisodeToCollection() public static method

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
return void

AddEpisodeToWatchHistory() public static method

public static AddEpisodeToWatchHistory ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
return void

AddEpisodeToWatchHistory() public static method

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
return void

AddEpisodeToWatchHistory() public static method

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
return void

AddEpisodeToWatchList() public static method

public static AddEpisodeToWatchList ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
return void

AddEpisodeToWatchList() public static method

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
return void

AddEpisodeToWatchList() public static method

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
return void

AddMovieToCollection() public static method

public static AddMovieToCollection ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
return void

AddMovieToCollection() public static method

public static AddMovieToCollection ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
return void

AddMovieToWatchHistory() public static method

public static AddMovieToWatchHistory ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
return void

AddMovieToWatchHistory() public static method

public static AddMovieToWatchHistory ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
return void

AddMovieToWatchList() public static method

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

AddMovieToWatchList() public static method

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

AddMovieToWatchList() public static method

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
return void

AddMovieToWatchList() public static method

public static AddMovieToWatchList ( string title, string year ) : void
title string
year string
return void

AddMovieToWatchList() public static method

public static AddMovieToWatchList ( string title, string year, bool updatePluginFilters ) : void
title string
year string
updatePluginFilters bool
return void

AddMovieToWatchList() public static method

public static AddMovieToWatchList ( string title, string year, string imdbid ) : void
title string
year string
imdbid string
return void

AddMovieToWatchList() public static method

public static AddMovieToWatchList ( string title, string year, string imdbid, bool updatePluginFilters ) : void
title string
year string
imdbid string
updatePluginFilters bool
return void

AddRemoveMovieInUserList() public static method

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

AddRemoveMovieInUserList() public static method

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
return void

AddRemoveMovieInUserList() public static method

public static AddRemoveMovieInUserList ( string title, string year, string imdbid, bool remove ) : void
title string
year string
imdbid string
remove bool
return void

AddRemoveShowInUserList() public static method

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

AddRemoveShowInUserList() public static method

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
return void

AddRemoveShowInUserList() public static method

public static AddRemoveShowInUserList ( string title, string year, string tvdbid, bool remove ) : void
title string
year string
tvdbid string
remove bool
return void

AddSeasonToWatchList() public static method

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

AddSeasonToWatchList() public static method

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
return void

AddShowToWatchList() public static method

public static AddShowToWatchList ( TraktShow show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
return void

AddShowToWatchList() public static method

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
return void

AddShowToWatchList() public static method

public static AddShowToWatchList ( string title, string year, string tvdbid ) : void
title string
year string
tvdbid string
return void

GetCurrrentSkinTheme() public static method

public static GetCurrrentSkinTheme ( ) : string
return string

GetThemedSkinFile() public static method

public static GetThemedSkinFile ( SkinThemeType type, string filename ) : string
type SkinThemeType
filename string
return string

IsPluginEnabled() public static method

public static IsPluginEnabled ( string name ) : bool
name string
return bool

RemoveEpisodeFromCollection() public static method

public static RemoveEpisodeFromCollection ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
return void

RemoveEpisodeFromCollection() public static method

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
return void

RemoveEpisodeFromCollection() public static method

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
return void

RemoveEpisodeFromWatchHistory() public static method

public static RemoveEpisodeFromWatchHistory ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
return void

RemoveEpisodeFromWatchHistory() public static method

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
return void

RemoveEpisodeFromWatchHistory() public static method

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
return void

RemoveEpisodeFromWatchList() public static method

public static RemoveEpisodeFromWatchList ( TraktEpisode episode ) : void
episode TraktPlugin.TraktAPI.DataStructures.TraktEpisode
return void

RemoveEpisodeFromWatchList() public static method

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
return void

RemoveEpisodeFromWatchList() public static method

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
return void

RemoveMovieFromCollection() public static method

public static RemoveMovieFromCollection ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
return void

RemoveMovieFromLibrary() public static method

public static RemoveMovieFromLibrary ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
return void

RemoveMovieFromWatchHistory() public static method

public static RemoveMovieFromWatchHistory ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
return void

RemoveMovieFromWatchHistory() public static method

public static RemoveMovieFromWatchHistory ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
return void

RemoveMovieFromWatchList() public static method

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

RemoveMovieFromWatchList() public static method

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

RemoveMovieFromWatchList() public static method

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
return void

RemoveSeasonFromWatchList() public static method

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

RemoveSeasonFromWatchList() public static method

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
return void

RemoveShowFromWatchList() public static method

public static RemoveShowFromWatchList ( TraktShow show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShow
return void

RemoveShowFromWatchList() public static method

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
return void

RemoveShowFromWatchList() public static method

public static RemoveShowFromWatchList ( string title, string year, string tvdbid ) : void
title string
year string
tvdbid string
return void

ShowEpisodeShouts() public static method

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

ShowEpisodeShouts() public static method

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
return void

ShowEpisodeShouts() public static method

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
return void

ShowEpisodeShouts() public static method

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
return void

ShowMovieShouts() public static method

public static ShowMovieShouts ( TraktMovieSummary movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovieSummary
return void

ShowMovieShouts() public static method

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
return void

ShowMovieShouts() public static method

public static ShowMovieShouts ( string title, string year, string imdbid, bool isWatched, string fanart ) : void
title string
year string
imdbid string
isWatched bool
fanart string
return void

ShowMovieShouts() public static method

public static ShowMovieShouts ( string imdbid, string title, string year, string fanart ) : void
imdbid string
title string
year string
fanart string
return void

ShowMovieShouts() public static method

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
return void

ShowRelatedMovies() public static method

public static ShowRelatedMovies ( TraktMovie movie ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
return void

ShowRelatedMovies() public static method

public static ShowRelatedMovies ( string title, int year, string imdbid, int tmdbid, int traktid ) : void
title string
year int
imdbid string
tmdbid int
traktid int
return void

ShowRelatedMovies() public static method

public static ShowRelatedMovies ( string title, string year, string imdbid ) : void
title string
year string
imdbid string
return void

ShowRelatedShows() public static method

public static ShowRelatedShows ( TraktShowSummary show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
return void

ShowRelatedShows() public static method

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
return void

ShowRelatedShows() public static method

public static ShowRelatedShows ( string title, string tvdbid ) : void
title string
tvdbid string
return void

ShowRelatedShows() public static method

public static ShowRelatedShows ( string title, string tvdbid, string imdbid ) : void
title string
tvdbid string
imdbid string
return void

ShowTVSeasonShouts() public static method

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

ShowTVSeasonShouts() public static method

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
return void

ShowTVShowShouts() public static method

public static ShowTVShowShouts ( TraktShowSummary show ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
return void

ShowTVShowShouts() public static method

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
return void

ShowTVShowShouts() public static method

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
return void