Метод | Описание | |
---|---|---|
DisposeEvents ( ) : void | ||
FindEpisodeInFacade ( DBEpisode episode ) : |
Finds an episode in the current TVSeries Episode List
|
|
GetEpisodeInfo ( Object obj, string &title, string &year, string &showTvdbId, string &epTvdbId, string &seasonidx, string &episodeidx, bool &isWatched ) : bool |
Get Episode Info for selected object
|
|
GetEpisodePersonInfo ( Object obj, |
||
GetSelectedType ( Object obj ) : SelectedType |
Get the current selected facade item in TVSeries
|
|
GetSeriesInfo ( Object obj, string &title, string &year, string &tvdb ) : bool |
Get Series Info for selected object
|
|
GetSeriesPersonInfo ( Object obj, |
||
PlayEpisode ( DBEpisode episode ) : bool | ||
PlayEpisode ( int seriesid, int seasonid, int episodeid ) : bool |
Playback an episode using TVSeries internal Video Handler
|
|
PlayFirstUnwatchedEpisode ( int seriesid ) : bool |
Playback the first unwatched episode for a series using TVSeries internal Video Handler If no Unwatched episodes exists, play the Most Recently Aired
|
|
Scrobble ( string filename ) : bool | ||
SeriesExists ( int seriesId ) : bool |
Checks if the series id exists in the local collection
|
|
SetEpisodeUserRating ( int rating ) : void | ||
SetShowUserRating ( int rating ) : void | ||
StopScrobble ( ) : void | ||
SyncLibrary ( ) : void | ||
SyncProgress ( ) : void | ||
TVSeries ( int priority ) : System | ||
UpdateSettingAsBool ( string setting, bool value ) : void |
Метод | Описание | |
---|---|---|
CreateLookupKey ( DBEpisode episode ) : string | ||
CreateLookupKey ( TraktCache episode ) : string | ||
CreateLookupKey ( |
||
CreateScrobbleData ( DBEpisode episode, double progress ) : |
Creates Scrobble data based on a DBEpisode object
|
|
EpisodeMatch ( DBEpisode localEpisode, TraktCache onlineEpisode ) : bool | ||
EpisodeMatch ( DBEpisode localEpisode, |
||
GetCollectedEpisodesForSync ( List |
Returns a list of episodes for collection sync (uses episode ids) This may not be ideal as it depends on trakt knowing the episode tvdb ids since there is no show data to fallback on.
|
|
GetCollectedShowsForSyncEx ( List |
Returns a list of shows for collection sync as show objects with season / episode hierarchy
|
|
GetEpisodeAudioChannels ( DBEpisode episode ) : string |
Gets the trakt compatible string for the episodes Audio Channels
|
|
GetEpisodeAudioCodec ( DBEpisode episode ) : string |
Gets the trakt compatible string for the episodes Audio
|
|
GetEpisodeMediaType ( DBEpisode episode ) : string |
Gets the trakt compatible string for the episodes Media Type
|
|
GetEpisodeResolution ( DBEpisode episode ) : string |
Gets the trakt compatible string for the episodes Resolution
|
|
GetLastPlayedDate ( DBEpisode episode ) : string |
Gets the last time the episode
|
|
GetPlayerProgress ( DBEpisode episode ) : double |
Get the current g_Player progress of the playing episode
|
|
GetRatedEpisodesForSync ( List |
Returns a list of episodes for ratings sync (uses episode ids) This may not be ideal as it depends on trakt knowing the episode tvdb ids since there is no show data to fallback on.
|
|
GetRatedEpisodesForSyncEx ( List |
Returns a list of shows for rating sync as show objects with season / episode hierarchy
|
|
GetRemovedEpisodesForSync ( List |
Returns a list of episodes for removal sync (uses episode ids) This may not be ideal as it depends on trakt knowing the episode tvdb ids since there is no show data to fallback on.
|
|
GetRemovedShowsForSyncEx ( List |
Returns a list of shows for removal sync as show objects with season / episode hierarchy
|
|
GetWatchedEpisodesForSync ( List |
Returns a list of episodes for watched history sync (uses episode ids) This may not be ideal as it depends on trakt knowing the episode tvdb ids since there is no show data to fallback on.
|
|
GetWatchedShowsForSyncEx ( List |
Returns a list of shows for watched history sync as show objects with season / episode hierarchy
|
|
MarkEpisodesAsUnWatched ( WindowPlugins.GUITVSeries.DBSeries show, List |
||
MarkEpisodesAsWatched ( WindowPlugins.GUITVSeries.DBSeries show, List |
||
OnEpisodeStarted ( DBEpisode episode ) : void | ||
OnEpisodeStopped ( DBEpisode episode ) : void | ||
OnEpisodeWatched ( DBEpisode episode ) : void | ||
OnEpisodeWatched ( DBEpisode episode, bool isPlaylist ) : void | ||
OnImportCompleted ( bool newEpisodeAdded ) : void | ||
OnPlaylistEpisodeWatched ( DBEpisode episode ) : void | ||
OnRateItem ( WindowPlugins.GUITVSeries.DBTable item, string value ) : void | ||
OnToggleWatched ( WindowPlugins.GUITVSeries.DBSeries show, List |
||
RateEpisode ( DBEpisode episode ) : void | ||
RateShow ( WindowPlugins.GUITVSeries.DBSeries show ) : void | ||
ShowMatch ( WindowPlugins.GUITVSeries.DBSeries localShow, |
||
ShowRateDialog ( DBEpisode episode, bool isPlaylist ) : void |
Shows the Rate Episode Dialog after playback has ended
|
public static FindEpisodeInFacade ( DBEpisode episode ) : |
||
episode | DBEpisode | |
Результат |
public static GetEpisodeInfo ( Object obj, string &title, string &year, string &showTvdbId, string &epTvdbId, string &seasonidx, string &episodeidx, bool &isWatched ) : bool | ||
obj | Object | |
title | string | |
year | string | |
showTvdbId | string | |
epTvdbId | string | |
seasonidx | string | |
episodeidx | string | |
isWatched | bool | |
Результат | bool |
public static GetEpisodePersonInfo ( Object obj, |
||
obj | Object | |
searchPeople | ||
Результат | bool |
public static GetSelectedType ( Object obj ) : SelectedType | ||
obj | Object | TVTag object |
Результат | SelectedType |
public static GetSeriesInfo ( Object obj, string &title, string &year, string &tvdb ) : bool | ||
obj | Object | |
title | string | |
year | string | |
tvdb | string | |
Результат | bool |
public static GetSeriesPersonInfo ( Object obj, |
||
obj | Object | |
searchPeople | ||
Результат | bool |
public static PlayEpisode ( DBEpisode episode ) : bool | ||
episode | DBEpisode | |
Результат | bool |
public static PlayEpisode ( int seriesid, int seasonid, int episodeid ) : bool | ||
seriesid | int | series id of episode |
seasonid | int | season index |
episodeid | int | episode index |
Результат | bool |
public static PlayFirstUnwatchedEpisode ( int seriesid ) : bool | ||
seriesid | int | series id of episode |
Результат | bool |
public Scrobble ( string filename ) : bool | ||
filename | string | |
Результат | bool |
public static SeriesExists ( int seriesId ) : bool | ||
seriesId | int | |
Результат | bool |
public static SetEpisodeUserRating ( int rating ) : void | ||
rating | int | |
Результат | void |
public static SetShowUserRating ( int rating ) : void | ||
rating | int | |
Результат | void |
public static UpdateSettingAsBool ( string setting, bool value ) : void | ||
setting | string | |
value | bool | |
Результат | void |